'module' object has no attribute 'PLUGIN_NAMESPACE' Error

Bug #1434192 reported by Rabi Mishra
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-openstackclient
Invalid
Undecided
Unassigned

Bug Description

Devstack default install throws the follwing error with openstackclient.

+++ openstack project create admin --or-show -f value -c id
Traceback (most recent call last):
  File "/usr/bin/openstack", line 7, in <module>
    from openstackclient.shell import main
  File "/usr/lib/python2.7/site-packages/openstackclient/shell.py", line 28, in <module>
    from openstackclient.common import clientmanager
  File "/usr/lib/python2.7/site-packages/openstackclient/common/clientmanager.py", line 25, in <module>
    from openstackclient.api import auth
  File "/usr/lib/python2.7/site-packages/openstackclient/api/auth.py", line 34, in <module>
    base.PLUGIN_NAMESPACE,
AttributeError: 'module' object has no attribute 'PLUGIN_NAMESPACE'
++ local project_id=

Seems to be some issue with stevedore plugin.

Revision history for this message
Steve Martinelli (stevemar) wrote :

update your keystoneclient installation

sudo pip install --upgrade python-keystoneclient

Dean Troyer (dtroyer)
Changed in python-openstackclient:
status: New → Incomplete
Revision history for this message
Rabi Mishra (rabi) wrote :

Nope, It didn't work with installing keystoneclient. I had to do "pip install -Ur requirements' for it to work. Not sure why it did not work with default devstack install. anyway, we can close this.

Changed in python-openstackclient:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.