Re: [Openstack] grizzly's cinder-api is not starting : Couldn't find urlmap package

2013-04-13 Thread thingee
Hi Mohammed, This is unfortunately due the api-paste.ini needing to be updated after upgrading to Grizzly. This is due to the dot path for the v1 router being changed and not being deprecated properly. There is a bug [1] that is going to deprecate this properly, but for now you can just copy the

[Openstack] grizzly's cinder-api is not starting : Couldn't find urlmap package

2013-04-12 Thread Mohammed Amine SAYA
Hi All, I am trying to start cinder-api but it complains about urlmap module. I checked in /usr/lib/python2.7/dist-packages/paste/ directory and I found urlmap.py and urlmap.pyc. Have you heard about this behavior in cinder-api? I didn't have it with FOLSOM. Here is the error I found in

Re: [Openstack] grizzly's cinder-api is not starting : Couldn't find urlmap package

2013-04-12 Thread Sean Dague
Please post the contents of your /etc/cinder directory, I think this is related to an issue I saw during grenade testing. -Sean On 04/12/2013 08:29 AM, Mohammed Amine SAYA wrote: Hi All, I am trying to start cinder-api but it complains about urlmap module. I checked in

Re: [Openstack] grizzly's cinder-api is not starting : Couldn't find urlmap package

2013-04-12 Thread Mohammed Amine SAYA
Hi Sean, Thanks for your quick answer. Here are the config files in /etc/cinder. api-paste.ini : # # Openstack # # [composite:osapi_volume] use = call:cinder.api.openstack.urlmap:urlmap_factory / = osvolumeversions /v1 = openstack_volume_api_v1