From ffd23970d416e1e8eab3dbe6daecd80ed81c2be1 Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Tue, 14 Jun 2011 23:33:57 -0500 Subject: Support for GET /v2.0/users and add cdn back to sampledata for v1.0 support --- bin/sampledata.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') 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 -- cgit