summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/source/install/install-devstack.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/source/install/install-devstack.rst b/doc/source/install/install-devstack.rst
index 6f54fa62..a5257137 100644
--- a/doc/source/install/install-devstack.rst
+++ b/doc/source/install/install-devstack.rst
@@ -107,9 +107,6 @@ configuration, change the ``HOST_IP`` to your own devstack host IP address:
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
SWIFT_REPLICAS=1
- # Trove
- TROVE_DISABLE_IMAGE_SETUP=False
-
Take a look at the
`options <https://opendev.org/openstack/trove/src/branch/master/devstack/settings>`_
you could use to customize the Trove installation.