summaryrefslogtreecommitdiffstats
path: root/tools/sample_data.sh
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2012-03-07 13:52:36 +0100
committerAlan Pevec <apevec@redhat.com>2012-03-07 23:59:21 +0100
commit71aa1db60ff4f83599819f1d86aea411bfc9f4ae (patch)
tree24fc76dc291f8f1a96691484c44303cad712a697 /tools/sample_data.sh
parentfe6414c8c1f769e6cc87fc001b6c52c5fea0f160 (diff)
downloadkeystone-71aa1db60ff4f83599819f1d86aea411bfc9f4ae.tar.gz
keystone-71aa1db60ff4f83599819f1d86aea411bfc9f4ae.tar.xz
keystone-71aa1db60ff4f83599819f1d86aea411bfc9f4ae.zip
fix Nova Volume Service in sample data
Change-Id: Ic6bb8ddea1ab894076d1580f5dbbe535aa668a8a
Diffstat (limited to 'tools/sample_data.sh')
-rwxr-xr-xtools/sample_data.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sample_data.sh b/tools/sample_data.sh
index 0f68eb2d..362291f8 100755
--- a/tools/sample_data.sh
+++ b/tools/sample_data.sh
@@ -134,8 +134,8 @@ keystone service-create --name=keystone \
--type=identity \
--description="Keystone Identity Service"
-keystone service-create --name=volume \
- --type="nova-volume" \
+keystone service-create --name="nova-volume" \
+ --type=volume \
--description="Nova Volume Service"
keystone service-create --name="horizon" \