diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2011-06-16 09:38:13 -0700 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2011-06-16 09:38:13 -0700 |
| commit | 5b02743cd741006cfbe1797aa3d6024a3c720892 (patch) | |
| tree | 29bd277947924ac9d4619e604be02f5c9063ee67 | |
| parent | 4cd2756b9888fb33532558533c3b45f771f4cafd (diff) | |
dash needs both 1.0 and 1.1 compatability - need to fix that!
| -rwxr-xr-x | bin/sampledata.sh | 4 |
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 |
