summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-02 21:52:01 +0000
committerGerrit Code Review <review@openstack.org>2018-01-02 21:52:01 +0000
commit11ac1e2eb32c4965fa4fe8d7023f006432c3917b (patch)
tree90102c69831bc5b281428b11964db8d801098b6b
parent8eea3c7ef03d551f4307ab0e0814b4b700a03599 (diff)
parent726c50db814e7b4476d7e8f02d5d6138d8974fd3 (diff)
downloadpython-glanceclient-11ac1e2eb32c4965fa4fe8d7023f006432c3917b.tar.gz
Merge "Update Image service property keys doc"
-rw-r--r--doc/source/cli/property-keys.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/cli/property-keys.rst b/doc/source/cli/property-keys.rst
index 7448cd0..a169cdc 100644
--- a/doc/source/cli/property-keys.rst
+++ b/doc/source/cli/property-keys.rst
@@ -321,6 +321,14 @@ For example:
allows for flexibility in setting/overriding the default behavior as
needed.
- ``true`` or ``false``
+ * - libvirt API driver
+ - ``img_hide_hypervisor_id``
+ - Some hypervisors add a signature to their guests. While the presence
+ of the signature can enable some paravirtualization features on the
+ guest, it can also have the effect of preventing some drivers from
+ loading. Hiding the signature by setting this property to ``true``
+ may allow such drivers to load and work.
+ - ``true`` or ``false``
* - VMware API driver
- ``vmware_adaptertype``
- The virtual SCSI or IDE controller used by the hypervisor.