summaryrefslogtreecommitdiff
path: root/doc/source/user/metadata.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user/metadata.rst')
-rw-r--r--doc/source/user/metadata.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/user/metadata.rst b/doc/source/user/metadata.rst
index f5f39231ac..65f5bddc96 100644
--- a/doc/source/user/metadata.rst
+++ b/doc/source/user/metadata.rst
@@ -234,6 +234,17 @@ information about the format of the files and subdirectories within these
directories.
+Setting in image
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. code-block:: console
+
+ $ openstack image set IMG-UUID --property img_config_drive=mandatory
+
+The img_config_drive image metadata property can be used to force enable the config drive.
+Setting img_config_drive specifies whether the image needs a config drive.
+
+
Nova metadata
-------------