diff options
author | Alan Pevec <apevec@redhat.com> | 2012-03-07 13:52:36 +0100 |
---|---|---|
committer | Alan Pevec <apevec@redhat.com> | 2012-03-07 23:59:21 +0100 |
commit | 71aa1db60ff4f83599819f1d86aea411bfc9f4ae (patch) | |
tree | 24fc76dc291f8f1a96691484c44303cad712a697 /tools/sample_data.sh | |
parent | fe6414c8c1f769e6cc87fc001b6c52c5fea0f160 (diff) | |
download | keystone-71aa1db60ff4f83599819f1d86aea411bfc9f4ae.tar.gz |
fix Nova Volume Service in sample data
Change-Id: Ic6bb8ddea1ab894076d1580f5dbbe535aa668a8a
Diffstat (limited to 'tools/sample_data.sh')
-rwxr-xr-x | tools/sample_data.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sample_data.sh b/tools/sample_data.sh index 0f68eb2d3..362291f84 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" \ |