From 5db287c4659ed425b67d4bc2158b4019ecb3c280 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 2 Nov 2011 21:21:36 -0500 Subject: [PATCH] Keystone uses api v2.0 --- tools/build_ci_config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build_ci_config.sh b/tools/build_ci_config.sh index c6e3cb4..48f2a82 100755 --- a/tools/build_ci_config.sh +++ b/tools/build_ci_config.sh @@ -91,7 +91,7 @@ image_id = 1 [keystone] service_host = $HOST_IP service_port = 5000 -apiver = v1.1 +apiver = v2.0 user = admin password = $ADMIN_PASSWORD tenant_id = 1 @@ -123,4 +123,4 @@ username = root password = password EOF -mv $CONFIG_FILE_TMP $CONFIG_FILE \ No newline at end of file +mv $CONFIG_FILE_TMP $CONFIG_FILE