summaryrefslogtreecommitdiff
path: root/devstack/settings
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-10-11 14:35:11 +1300
committerLingxian Kong <anlin.kong@gmail.com>2019-10-11 14:35:12 +1300
commitfc0c4fff4cd56a2dc88d083454c75ac2079f3fc8 (patch)
treec49e90d8b10c3bf0a75fd83df858424f415ecf92 /devstack/settings
parent71c41379877428408e64e55b696c9395721c9880 (diff)
downloadtrove-fc0c4fff4cd56a2dc88d083454c75ac2079f3fc8.tar.gz
Rename devstack variable TROVE_DISABLE_IMAGE_SETUP
Rename TROVE_DISABLE_IMAGE_SETUP to TROVE_ENABLE_IMAGE_BUILD to avoid double negative definition. Change-Id: Iede80c39bb2a7aaf3c0453bd67f85375fa5ee76c
Diffstat (limited to 'devstack/settings')
-rw-r--r--devstack/settings4
1 files changed, 2 insertions, 2 deletions
diff --git a/devstack/settings b/devstack/settings
index 7ad3bb83..15623836 100644
--- a/devstack/settings
+++ b/devstack/settings
@@ -86,5 +86,5 @@ enable_service trove tr-api tr-tmgr tr-cond
# Nova to use a single MQ for the computes to talk to the scheduler.
CELLSV2_SETUP=singleconductor
-# Trove image configuration, by default we don't build image.
-TROVE_DISABLE_IMAGE_SETUP=${TROVE_DISABLE_IMAGE_SETUP:-"true"}
+# Enable or disable the Trove guest image build during devstack installation.
+TROVE_ENABLE_IMAGE_BUILD=${TROVE_ENABLE_IMAGE_BUILD:-"true"}