summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-11-28 06:14:43 +0000
committerGerrit Code Review <review@openstack.org>2020-11-28 06:14:43 +0000
commitbf3b2ca60985b63e40f1a419fb1ee10caeeffb51 (patch)
tree86e56f2a80bb08de7af82e964271d5e63c06bb8b
parent0e7c39db07914d7aae6a68009f0ba3e94101cee7 (diff)
parenta7a92e6786e4eda792ade27c76af8c1700ae4b4b (diff)
downloadtrove-bf3b2ca60985b63e40f1a419fb1ee10caeeffb51.tar.gz
Merge "Remove the experimental claim of dev_mode false" into stable/victoria
-rw-r--r--doc/source/admin/building_guest_images.rst5
-rw-r--r--integration/README.md3
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/source/admin/building_guest_images.rst b/doc/source/admin/building_guest_images.rst
index 6f6dd2fa..fa817aaf 100644
--- a/doc/source/admin/building_guest_images.rst
+++ b/doc/source/admin/building_guest_images.rst
@@ -168,9 +168,8 @@ The trove guest image could be created by running the following command:
rebuilt which is convenient for debugging. Trove guest agent will ssh into
the controller node and download trove code during the service initialization.
-* if ``dev_mode=false``, the trove code for guest agent is injected into the
- image at the building time. Now ``dev_mode=false`` is still in experimental
- and not considered production ready yet.
+* If ``dev_mode=false``, the trove code for guest agent is injected into the
+ image at the building time.
* Some other global variables:
diff --git a/integration/README.md b/integration/README.md
index 02dcaf35..157cc3e6 100644
--- a/integration/README.md
+++ b/integration/README.md
@@ -133,8 +133,7 @@ PATH_DEVSTACK_OUTPUT=/opt/stack \
- If the script is running as a part of DevStack, the viriable
`PATH_DEVSTACK_OUTPUT` is set automatically.
- if `dev_mode=false`, the trove code for guest agent is injected into the
- image at the building time. Now `dev_mode=false` is still in experimental
- and not considered production ready yet.
+ image at the building time.
- If `dev_mode=true`, no Trove code is injected into the guest image. The guest
agent will download Trove code during the service initialization.