Merge "Fixed missing backslash in lib/trove This is breaking the installation of trove with devstack"

This commit is contained in:
Jenkins 2014-02-18 06:24:13 +00:00 committed by Gerrit Code Review
commit 7429fb60be

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