summaryrefslogtreecommitdiff
path: root/doc/source/vendor-support.rst
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-05-29 07:39:20 -0400
committerMonty Taylor <mordred@inaugust.com>2015-05-30 13:10:23 -0400
commitd503f0594fbdc377c07e4d79ce2cb08f6226aa7d (patch)
treece8ced83865ecfdafcaeea1cdd587f38a4a6cc0e /doc/source/vendor-support.rst
parentdaab3615e2884100f88a797570c1326c8139983c (diff)
downloados-client-config-d503f0594fbdc377c07e4d79ce2cb08f6226aa7d.tar.gz
Add list of image params needed to disable agents
Some clouds have an in-instance agent to handle things like online password resets and other such activities. When building and uploading images, it's often advantageous to not install such an agent and instead handle such things via config management... but doing so requires data to be set on the image itself. Change-Id: I5b7c9d72fd2d49890bc466d7dd22a3cb9595f670
Diffstat (limited to 'doc/source/vendor-support.rst')
-rw-r--r--doc/source/vendor-support.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst
index 02e0937..602dd2b 100644
--- a/doc/source/vendor-support.rst
+++ b/doc/source/vendor-support.rst
@@ -48,6 +48,9 @@ HKG Hong Kong
* Images must be uploaded using the Glance Task Interface
* Floating IPs are not needed
* Security groups are not supported
+* Uploaded Images need properties to not use vendor agent
+:vm_mode: hvm
+:xenapi_use_agent: False
Dreamhost
---------