summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/building_guest_images.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/admin/building_guest_images.rst b/doc/source/admin/building_guest_images.rst
index ce56520a..8192b679 100644
--- a/doc/source/admin/building_guest_images.rst
+++ b/doc/source/admin/building_guest_images.rst
@@ -30,6 +30,13 @@ stored in Glance. This document shows you the steps to build the guest images.
is created and registered in Glance automatically, unless it's disabled by
setting ``TROVE_ENABLE_IMAGE_BUILD=false`` in devstack local.conf file.
+ Since Yoga release, Trove sets default use_nova_server_config_drive to
+ ``False``. This change will break instance provisioning in some cases.
+ To avoid that, make sure your ``DIB_CLOUD_INIT_DATASOURCES`` environment
+ contains ``OpenStack`` to configure cloud-init to use metadata serivce.
+ If cloud-init still doesn't inject files after changing the environment,
+ please ask your IaaS provider admin to enable OpenStack metadata service.
+
High Level Overview of a Trove Guest Instance
=============================================