ImportError using api-paste.ini configuration example
Hello,
I recently installed nova following the instructions given here http://docs.openstack.org/trunk/openstack-compute/install/content/ (http://docs.openstack.org/trunk/opens...) .
At a certain stage, the instructions say to modify api-paste.ini described here http://docs.openstack.org/trunk/openstack-compute/install/content/api-paste-ini-file.html (http://docs.openstack.org/trunk/opens...) .
I tried but nova-api fails as described in this documentation bug I opened https://bugs.launchpad.net/bugs/985019
Not receiving a satisfactory answer (the bug was set to fixed but the fix doesn't seem to be related), I downloaded the api-paste.ini from the Essex's stable release https://github.com/openstack/nova/blob/stable/essex/etc/nova/api-paste.ini (https://github.com/openstack/nova/blo...)
I changed the keystone credentials and restarted nova-api. It seems to work properly.
Did I do the right thing?