cmd_with_auth method in cli work only with keystone v2

Bug #1350865 reported by Anastasia Kuznetsova
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
Invalid
Undecided
Anastasia Kuznetsova

Bug Description

cmd_with_auth method in tempest/cli/__init__.py use keystone v2 auth:
creds = ('--os-username %s --os-tenant-name %s --os-password %s '
                 '--os-auth-url %s' %
                 (CONF.identity.admin_username,
                  CONF.identity.admin_tenant_name,
                  CONF.identity.admin_password,
                  CONF.identity.uri))

Sometimes need to use uri_v3, but CONF.identity.uri parameter is hardcoded.

Changed in tempest:
assignee: nobody → Anastasia Kuznetsova (akuznetsova)
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tempest (master)

Fix proposed to branch: master
Review: https://review.openstack.org/110967

Changed in tempest:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on tempest (master)

Change abandoned by Anastasia Kuznetsova (<email address hidden>) on branch: master
Review: https://review.openstack.org/110967
Reason: This option was implemented after migrating this code to tempest_lib

Revision history for this message
Yaroslav Lobankov (ylobankov) wrote :

Now this is the "Invalid" issue for Tempest after migrating CLI related things from Tempest to Tempest-Lib.

Changed in tempest:
status: In Progress → 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.