diff options
Diffstat (limited to 'tools')
| -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 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" \ |
