summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2017-10-20 00:09:00 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2017-12-22 20:31:40 +0000
commit726c50db814e7b4476d7e8f02d5d6138d8974fd3 (patch)
tree11a9bd7d883b6ee5bf798b0e03d8af0ce0c0d63c
parent319579b34f635ea8efad81b7f6011ca06bfd7eba (diff)
downloadpython-glanceclient-726c50db814e7b4476d7e8f02d5d6138d8974fd3.tar.gz
Update Image service property keys doc
Doc update for change Ie8227fececa40e502aaa39d77de2a1cd0cd72682 Change-Id: I4b35d0ae768b331945cd014c004cef16ed2155b3 Closes-bug: #1694441
-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 2763357..738c28a 100644
--- a/doc/source/cli/property-keys.rst
+++ b/doc/source/cli/property-keys.rst
@@ -314,6 +314,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.