Add missing space before ] in lib/trove
Change-Id: Ic852f642f03124c4a878c92ea8b6b11519c51e59 Fixes-Bug: 1404939
This commit is contained in:
parent
e92eee3e26
commit
5840253735
@ -207,7 +207,7 @@ function init_trove {
|
|||||||
$TROVE_BIN_DIR/trove-manage db_sync
|
$TROVE_BIN_DIR/trove-manage db_sync
|
||||||
|
|
||||||
# If no guest image is specified, skip remaining setup
|
# If no guest image is specified, skip remaining setup
|
||||||
[ -z "$TROVE_GUEST_IMAGE_URL"] && return 0
|
[ -z "$TROVE_GUEST_IMAGE_URL" ] && return 0
|
||||||
|
|
||||||
# Find the glance id for the trove guest image
|
# Find the glance id for the trove guest image
|
||||||
# The image is uploaded by stack.sh -- see $IMAGE_URLS handling
|
# The image is uploaded by stack.sh -- see $IMAGE_URLS handling
|
||||||
|
Loading…
Reference in New Issue
Block a user