diff options
| author | Ziad Sawalha <github@highbridgellc.com> | 2011-06-14 23:33:57 -0500 |
|---|---|---|
| committer | Ziad Sawalha <github@highbridgellc.com> | 2011-06-14 23:33:57 -0500 |
| commit | ffd23970d416e1e8eab3dbe6daecd80ed81c2be1 (patch) | |
| tree | b34c09cd6469010baa2c66b05cf6ca30ab897e87 /bin | |
| parent | 610e997fe665715a463177141c61b79f0df2e217 (diff) | |
Support for GET /v2.0/users and add cdn back to sampledata for v1.0 support
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/sampledata.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sampledata.sh b/bin/sampledata.sh index 2309aecc..d8544ec0 100755 --- a/bin/sampledata.sh +++ b/bin/sampledata.sh @@ -27,7 +27,7 @@ # Users ./keystone-manage $* user add joeuser secrete 1234 ./keystone-manage $* user add joeadmin secrete 1234 -./keystone-manage $* user add admin secrete 1234 +./keystone-manage $* user add admin secrete ./keystone-manage $* user add disabled secrete 1234 ./keystone-manage $* user disable disabled @@ -40,6 +40,7 @@ #BaseURLs ./keystone-manage $* baseURLs add ZONE1 swift http://localhost:8888/v1/AUTH_%tenant_id% admin.swift.local internal.swift.local 1 ./keystone-manage $* baseURLs add ZONE1 nova http://localhost:8008/v1.1/%tenant_id% https://api.openstack.local/v1.1/%tenant_id% https://api.openstack.local/v1.1/%tenant_id% 1 +./keystone-manage $* baseURLs add ZONE1 cdn http://localhost:8080/v1.1/%tenant_id% https://api.openstack.local/v1.1/%tenant_id% https://api.openstack.local/v1.1/%tenant_id% 1 # Groups #./keystone-manage $* group add Admin 1234 |
