Fixed missing backslash in lib/trove
This is breaking the installation of trove with devstack Change-Id: I8b59d96072da47b8be5000eda835258654230b0f Closes-Bug: 1280915
This commit is contained in:
parent
5a6581f6cf
commit
b72235611d
@ -86,7 +86,7 @@ create_trove_accounts() {
|
||||
--project $SERVICE_TENANT \
|
||||
--user $TROVE_USER
|
||||
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
|
||||
TROVE_SERVICE=$(openstack service create
|
||||
TROVE_SERVICE=$(openstack service create \
|
||||
trove \
|
||||
--type=database \
|
||||
--description="Trove Service" \
|
||||
|
Loading…
Reference in New Issue
Block a user