Hide Forgot
Description of problem: fresh install of packstack. sourced the keystone admin file then ran openstack-status. the nova section showed this: == Nova instance flavors == 2013-09-14 21:10:10.083 20930 DEBUG nova.openstack.common.lockutils [req-f303cf10-7262-48d0-b7aa-535459886fc3 None None] Got semaphore "dbapi_backend" lock /usr/lib/python2.6/site-packages/nova/openstack/common/lockutils.py:166 2013-09-14 21:10:10.084 20930 DEBUG nova.openstack.common.lockutils [req-f303cf10-7262-48d0-b7aa-535459886fc3 None None] Got semaphore / lock "__get_backend" inner /usr/lib/python2.6/site-packages/nova/openstack/common/lockutils.py:245 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
thanks for fixing
What you see in the openstack-status' output is not an error but only a couple of debug messages from nova-manage. This is seen when setting debug=True in nova.conf which is what packstack does lately. Those messages shouldn't indicate a problem an can be ignored. There is bug 976327 for RHOS about the same concern.
Closing this since these were just debug messages.
(Note that newer versions of openstack-status should not exhibit these messages in any case.)