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:
Daniel Salinas 2014-02-16 18:57:20 -06:00
parent 5a6581f6cf
commit b72235611d

View File

@ -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" \