From 24a192cfca3003a8c5ced420c2932effbe783ccc Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Thu, 16 Jun 2011 09:42:12 -0700 Subject: for got to change a 1.1 to 1.0 --- bin/sampledata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sampledata.sh b/bin/sampledata.sh index 559b653e..6f73e06c 100755 --- a/bin/sampledata.sh +++ b/bin/sampledata.sh @@ -39,7 +39,7 @@ #BaseURLs ./keystone-manage $* baseURLs add RegionOne swift http://swift.publicinternets.com/v1/AUTH_%tenant_id% http://swift.admin-nets.local:8080/ http://127.0.0.1:8080/v1/AUTH_%tenant_id% 1 -./keystone-manage $* baseURLs add RegionOne nova_compat http://nova.publicinternets.com/v1.1/ http://127.0.0.1:8774/v1.0 http://localhost:8774/v1.0 1 +./keystone-manage $* baseURLs add RegionOne nova_compat http://nova.publicinternets.com/v1.0/ http://127.0.0.1:8774/v1.0 http://localhost:8774/v1.0 1 ./keystone-manage $* baseURLs add RegionOne nova http://nova.publicinternets.com/v1.1/ http://127.0.0.1:8774/v1.1 http://localhost:8774/v1.1 1 ./keystone-manage $* baseURLs add RegionOne glance http://glance.publicinternets.com/v1.1/%tenant_id% http://nova.admin-nets.local/v1.1/%tenant_id% http://127.0.0.1:9292/v1.1/%tenant_id% 1 ./keystone-manage $* baseURLs add RegionOne cdn http://cdn.publicinternets.com/v1.1/%tenant_id% http://cdn.admin-nets.local/v1.1/%tenant_id% http://127.0.0.1:7777/v1.1/%tenant_id% 1 -- cgit