summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Young <sleepsonthefloor@gmail.com>2011-06-16 09:38:13 -0700
committerAnthony Young <sleepsonthefloor@gmail.com>2011-06-16 09:38:13 -0700
commit5b02743cd741006cfbe1797aa3d6024a3c720892 (patch)
tree29bd277947924ac9d4619e604be02f5c9063ee67
parent4cd2756b9888fb33532558533c3b45f771f4cafd (diff)
dash needs both 1.0 and 1.1 compatability - need to fix that!
-rwxr-xr-xbin/sampledata.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/sampledata.sh b/bin/sampledata.sh
index 009beaa1..559b653e 100755
--- a/bin/sampledata.sh
+++ b/bin/sampledata.sh
@@ -39,7 +39,8 @@
#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 http://nova.publicinternets.com/v1.1/%tenant_id% http://127.0.0.1:8774/v1.1 http://localhost:8774/v1.0 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 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
./keystone-manage $* baseURLs add RegionOne keystone http://keystone.publicinternets.com/v2.0 http://127.0.0.1:8081/v2.0 http://127.0.0.1:8080/v2.0 1
@@ -66,3 +67,4 @@
./keystone-manage $* tenant_baseURL add 1234 3
./keystone-manage $* tenant_baseURL add 1234 4
./keystone-manage $* tenant_baseURL add 1234 5
+./keystone-manage $* tenant_baseURL add 1234 6