Openstack on Fedora 17 - glance

Pádraig Brady P at draigBrady.com
Tue Jun 12 15:47:43 UTC 2012


On 06/12/2012 04:17 PM, Tómas Edwardsson wrote:
> Hi
> 
> I just registered to the mailing list so I can't reply directly to the emails that have been sent recently.
> 
> I had the same issue Michael reported with "glance index" and was able to fix it with running:
> 
> sudo setenforce 0
> sudo systemctl restart openstack-glance-api.service
> sudo systemctl restart openstack-glance-api.service
> 
> My Fedora 17 is fully yum updated.

Thanks for the feedback.
This issue is currently tracked at:
https://bugzilla.redhat.com/show_bug.cgi?id=826674

You can try the latest proposed fix by:

rpm -Uvh \
http://kojipkgs.fedoraproject.org/packages/selinux-policy/3.10.0/130.fc17/noarch/selinux-policy-3.10.0-130.fc17.noarch.rpm \
http://kojipkgs.fedoraproject.org/packages/selinux-policy/3.10.0/130.fc17/noarch/selinux-policy-targeted-3.10.0-130.fc17.noarch.rpm

sudo setenforce 1
for svc in api registry; do
    sudo systemctl restart openstack-glance-$svc.service
done

I just tried the latest there and it works.

If the above works for you then, adding karma at the following link will
distribute the fix more quickly:

https://admin.fedoraproject.org/updates/selinux-policy-3.10.0-130.fc17

cheers,
Pádraig.



More information about the cloud mailing list