keep client uses incorrect args field

Bug #1251018 reported by Wyllys Ingersoll
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Barbican
Fix Released
High
Wyllys Ingersoll

Bug Description

The 'keep.py' utility in python-barbicanclient has a typo in the call to initialize the Client.

--- a/barbicanclient/keep.py
+++ b/barbicanclient/keep.py
@@ -238,7 +238,7 @@ class Keep:
             )
             self.client = client.Client(auth_plugin=self._keystone,
                                         endpoint=args.endpoint,
- tenant_id=args.tenant_id)
+ tenant_id=args.os_tenant_id)
         else:
             self.parser.exit(
                 status=1,

Revision history for this message
John Wood (john-wood-w) wrote :

Nice find, thanks Wyllys! The python-barbicanclient repository is hosted in github rather than Launchpad...did you want to do a pull request for this fix to get cred for your contribution? Otherwise, we can put in the change on your behalf.

Thanks,
John

Changed in cloudkeep:
milestone: none → icehouse-1
importance: Undecided → High
status: New → Confirmed
Revision history for this message
Wyllys Ingersoll (wyllys66) wrote :

 Thanks! I'll file a pull request over on github...

John Wood (john-wood-w)
no longer affects: cloudkeep/icehouse
Changed in cloudkeep:
status: Confirmed → Fix Committed
John Wood (john-wood-w)
Changed in barbican:
assignee: nobody → Wyllys Ingersoll (wyllys-ingersoll)
Changed in barbican:
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.