From 50e3229c799c2ef3dce45146ba6229209350a3f8 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Thu, 15 Dec 2011 16:04:49 -0600 Subject: [PATCH] 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 --- tools/build_ci_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_ci_config.sh b/tools/build_ci_config.sh index 0e43aa4903..90b8abf8bc 100755 --- a/tools/build_ci_config.sh +++ b/tools/build_ci_config.sh @@ -199,7 +199,7 @@ service_port = 5000 apiver = v2.0 user = admin password = $ADMIN_PASSWORD -tenant_id = 1 +tenant_name = admin [nova] host = $HOST_IP