summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-08-28 22:11:27 +1200
committerLingxian Kong <anlin.kong@gmail.com>2019-09-02 10:06:49 +1200
commita1aa15282ea91eafb4afe476336949aec965add2 (patch)
tree492ad375e0b4980c22c286b121ccb3496d10514b /doc
parente739ef6e935ccae0b8b68e0828449897275e5cc0 (diff)
downloadtrove-a1aa15282ea91eafb4afe476336949aec965add2.tar.gz
Support management security group
Allow the cloud admin to control the security groups on the management port of Trove instance, a new config option `management_security_groups` is introduced for that purpose. Change-Id: I4b22b87d37792be700d4ec7f78a7ea479ddb5814 Story: 2006466 Task: 36395
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/trovestack.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/admin/trovestack.rst b/doc/source/admin/trovestack.rst
index a22b1332..942535ab 100644
--- a/doc/source/admin/trovestack.rst
+++ b/doc/source/admin/trovestack.rst
@@ -54,6 +54,14 @@ The trove guest agent image could be created by running the following command:
image at the building time. Now ``dev_mode=false`` is still in experimental
and not considered production ready yet.
+* Some other global variables:
+
+ * ``HOST_SCP_USERNAME``: only used in dev mode, this is the user name used by
+ guest agent to connect to the controller host, e.g. in devstack
+ environment, it should be the ``stack`` user.
+ * ``GUEST_WORKING_DIR``: The place to save the guest image, default value is
+ ``$HOME/images``.
+
For example, in order to build a MySQL image for Ubuntu Xenial operating
system in development mode: