commit | 50e3229c799c2ef3dce45146ba6229209350a3f8 | [log] [tgz] |
---|---|---|
author | Dolph Mathews <dolph.mathews@gmail.com> | Thu Dec 15 16:04:49 2011 -0600 |
committer | Dolph Mathews <dolph.mathews@gmail.com> | Thu Dec 15 16:07:27 2011 -0600 |
tree | 6f8890cdadef72020b3ac6422a4e79266db0b71c | |
parent | cb9fbd905b3a35d372a5eff1e2d15c4cdef85582 [diff] [blame] |
Keystone tenant ID's are no longer predictable (UUID's) Applicable to keystone master post essex-m2 Depends on: https://review.openstack.org/#change,2394 Change-Id: I1431f7177ff22e03cdf89bc7513473fdbbb1415d
diff --git a/tools/build_ci_config.sh b/tools/build_ci_config.sh index 0e43aa4..90b8abf 100755 --- a/tools/build_ci_config.sh +++ b/tools/build_ci_config.sh
@@ -199,7 +199,7 @@ apiver = v2.0 user = admin password = $ADMIN_PASSWORD -tenant_id = 1 +tenant_name = admin [nova] host = $HOST_IP