Comment 2 for bug 1715024

Revision history for this message
Christoph Fiehe (fiehe) wrote :

I got it working, even when it took me some hours.

It's just a permission problem that can be fixed as follows:
(1) Ensure that the cinder configuration folder is owned by the 'cinder' group:
    $ chown root:cinder /etc/cinder
(2) Modify the apache configuration and ensure that the process is executed using the 'cinder' group.
    WSGIDaemonProcess cinder-wsgi processes=5 threads=1 user=cinder group=cinder display-name=%{GROUP}
(3) Restart Apache:
    $ service apache2 restart

These steps fixed the problem described above.