token issue for identity v3 is broken

Bug #1379871 reported by Steve Martinelli
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
python-openstackclient
Fix Released
Undecided
Steve Martinelli

Bug Description

calling openstack token issue
when OS_IDENTITY_API_VERSION is set to 3.0 is broken.

it fails with:

ERROR: openstack Unknown Attribute: service_catalog
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 280, in run_subcommand
    result = cmd.run(parsed_args)
  File "/usr/local/lib/python2.7/dist-packages/cliff/display.py", line 91, in run
    column_names, data = self.take_action(parsed_args)
  File "/opt/stack/python-openstackclient/openstackclient/identity/v3/token.py", line 164, in take_action
    token = identity_client.service_catalog.get_token()
  File "/opt/stack/python-keystoneclient/keystoneclient/httpclient.py", line 659, in __getattr__
    raise AttributeError("Unknown Attribute: %s" % name)
AttributeError: Unknown Attribute: service_catalog

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/127616
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=1b3c7ec122504a41dc35aaf3f0693c9e20015df8
Submitter: Jenkins
Branch: master

commit 1b3c7ec122504a41dc35aaf3f0693c9e20015df8
Author: Steve Martinelli <email address hidden>
Date: Fri Oct 10 14:17:11 2014 -0400

    Fix issue token for v3

    Currently the code is broken as it references a part of
    keystoneclient that does not exist.

    Change-Id: I7fbc754537fbb4acffb166b5854840acfaef1fb8
    Closes-Bug: #1379871

Changed in python-openstackclient:
status: New → Fix Committed
Dean Troyer (dtroyer)
Changed in python-openstackclient:
milestone: none → m6
Dean Troyer (dtroyer)
Changed in python-openstackclient:
assignee: nobody → Steve Martinelli (stevemar)
Dean Troyer (dtroyer)
Changed in python-openstackclient:
status: Fix Committed → Fix Released
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.