diff options
author | Lingxian Kong <anlin.kong@gmail.com> | 2019-12-18 15:05:51 +1300 |
---|---|---|
committer | Lingxian Kong <anlin.kong@gmail.com> | 2019-12-18 15:05:51 +1300 |
commit | e0a2d8cc2f88a1ffc6d06861a977ed44667dfaa7 (patch) | |
tree | 99ee240098c4f35efc1a9ba5841610c99218ee21 /doc | |
parent | e048feb145d99d4584e0a4ed63fbbcd557ddf948 (diff) | |
download | trove-e0a2d8cc2f88a1ffc6d06861a977ed44667dfaa7.tar.gz |
About Trove datastore image
Change-Id: I3606540f8d22999c3832acf42bcf73033e44a62a
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/admin/building_guest_images.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/admin/building_guest_images.rst b/doc/source/admin/building_guest_images.rst index d09a7ec2..abac6bec 100644 --- a/doc/source/admin/building_guest_images.rst +++ b/doc/source/admin/building_guest_images.rst @@ -26,6 +26,10 @@ stored in Glance. This document shows you the steps to build the guest images. periodically built and published in http://tarballs.openstack.org/trove/images/ in Trove upstream CI. + Additionally, if you install Trove in devstack environment, a MySQL image + is created and registered in Glance automatically, unless it's disabled by + setting ``TROVE_ENABLE_IMAGE_BUILD=false`` in devstack local.conf file. + High Level Overview of a Trove Guest Instance ============================================= |