]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add ability to override OpenStack privileged user auth url
authorMathieu Gagné <mgagne@iweb.com>
Thu, 9 Jul 2015 16:13:19 +0000 (12:13 -0400)
committerMathieu Gagné <mgagne@iweb.com>
Thu, 9 Jul 2015 22:10:13 +0000 (18:10 -0400)
commitc228066002a503ebe11381fd8c6e6ad525cbf351
tree56f0bdddab1c0d858e4b163d5dd765bb64e2ded2
parent5669075b28ddcc03ffc72e5e5ef32c6552d5df9a
Add ability to override OpenStack privileged user auth url

Introduce os_privileged_user_auth_url config to give the ability
to override the auth_url used when authenticating
the OpenStack privileged user and bypass use of catalog found in token.

DocImpact: New os_privileged_user_auth_url config
Closes-bug: #1473206
Change-Id: I4ffca8df0eb38fe41264439ae5bb93e025c808ff
cinder/common/config.py
cinder/compute/nova.py
cinder/tests/unit/compute/test_nova.py