summaryrefslogtreecommitdiff
path: root/devstack/settings
diff options
context:
space:
mode:
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"}