← Back to team overview

openstack team mailing list archive

how to verify nova uses openstackx extensions?

 

Hi,

I'm strugling with my dashboard setup on fedora, and I would like to verify
nova sees openstackx extensions. I don't see anything in logs about it:

grep -ri openstackx /var/log/{nova,keystone,glance}/*

returns nothing. System is fedora 16 + openstack from rawhide, and horizon
from git using diablo branch.

The only thing related to keyword admin (in openstackx extensions) is this
log, which doesn't necessarily relate to issue:

----------------------------
2012-01-11 13:48:25,026 AUDIT extensions [-] Loading extension file:
admin_only.py
2012-01-11 13:48:25,026 WARNING extensions [-] Did not find expected name
"Admin_only" in
/usr/lib/python2.7/site-packages/nova/api/openstack/contrib/admin_only.py
----------------------------

I have this on my nova.conf:

----------------------------
--osapi_extensions_path=/home/user/src/openstackx/extensions
--osapi_extension=nova.api.openstack.v2.contrib.standard_extensions
--osapi_compute_extension=extensions.admin.Admin
--osapi_extension=extensions.admin.Admin
----------------------------

I know openstackx is deprecated, but so far I have failed to find a
substitute...

BR,

 -ikke

Follow ups