From b72235611d9659a49caf87b2cc89f05fce27a3e0 Mon Sep 17 00:00:00 2001 From: Daniel Salinas Date: Sun, 16 Feb 2014 18:57:20 -0600 Subject: [PATCH] Fixed missing backslash in lib/trove This is breaking the installation of trove with devstack Change-Id: I8b59d96072da47b8be5000eda835258654230b0f Closes-Bug: 1280915 --- lib/trove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/trove b/lib/trove index 5e1bbd548d..6834149c64 100644 --- a/lib/trove +++ b/lib/trove @@ -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" \