diff options
author | Amrith Kumar <amrith@amrith.org> | 2017-04-19 10:15:36 -0400 |
---|---|---|
committer | Amrith Kumar <amrith.kumar@gmail.com> | 2017-04-23 00:17:13 +0000 |
commit | 191e3036e1384efc3438487674a442e43503999a (patch) | |
tree | 731a6c5e829b01696c9c11c784e4c99e2d05b904 /integration/scripts/trovestack | |
parent | e8686f1d243641d3d9d7de372d96214262304200 (diff) | |
download | trove-191e3036e1384efc3438487674a442e43503999a.tar.gz |
fix-gate: change trove auth URL's to reflect new URL settings
Trove's code was setup to use :5000 and :35357 for keystone's auth end
points. Change that to reflect the new settings that are /identity/
and /identity_admin/. See also [1]
[1] https://review.openstack.org/#/c/456344/
Change-Id: I3d6f6649430ee40879de15fee0b215dc32e8b666
Related: I46294fb24e3c23fa19fcfd7d6c9ee8a932354702
Diffstat (limited to 'integration/scripts/trovestack')
-rwxr-xr-x | integration/scripts/trovestack | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/scripts/trovestack b/integration/scripts/trovestack index 27a8bcae..8b1ba4ec 100755 --- a/integration/scripts/trovestack +++ b/integration/scripts/trovestack @@ -1061,7 +1061,7 @@ function cmd_example_tests() { echo " { \"directory\": \"$TROVESTACK_TESTS/../apidocs/src/resources/samples/\", - \"auth_url\":\"http://$KEYSTONE_AUTH_HOST:35357/v2.0/tokens\", + \"auth_url\":\"http://$KEYSTONE_AUTH_HOST/identity_admin/v2.0/tokens\", \"api_url\":\"http://$SERVICE_HOST:8779\", \"replace_host\":\"https://ord.databases.api.rackspacecloud.com\", \"replace_dns_hostname\": \"e09ad9a3f73309469cf1f43d11e79549caf9acf2.rackspaceclouddb.com\", |