'auth_url' config parameter needs to be split for flexibility

Bug #899456 reported by Rohit Karajgi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
Fix Released
Undecided
Rohit Karajgi

Bug Description

The auth_url parameter should be built from parameters rather than define a url string in it's value.
Some something like this "auth_url=http://127.0.0.1:5000/v2.0/tokens" should be split into:
host=127.0.0.1
port=5000
apiVer=v2.0
path=tokens

and then build the URL wherever required. This would add flexibility and allow separation of endpoint url's for testing (keystone/nova/etc.)

Rohit Karajgi (rohitk)
Changed in tempest:
assignee: nobody → Rohit Karajgi (rohitkarajgi)
Rohit Karajgi (rohitk)
Changed in tempest:
status: New → In Progress
Revision history for this message
Rohit Karajgi (rohitk) wrote :
Changed in tempest:
status: In Progress → Fix Committed
Rohit Karajgi (rohitk)
Changed in tempest:
milestone: none → essex-2
Jay Pipes (jaypipes)
Changed in tempest:
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.