summaryrefslogtreecommitdiff
path: root/os_client_config/defaults.py
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 /os_client_config/defaults.py
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 'os_client_config/defaults.py')
-rw-r--r--os_client_config/defaults.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/os_client_config/defaults.py b/os_client_config/defaults.py
index 11a94c4..e921492 100644
--- a/os_client_config/defaults.py
+++ b/os_client_config/defaults.py
@@ -25,6 +25,7 @@ _defaults = dict(
object_api_version='1',
secgroup_source='neutron',
volume_api_version='1',
+ disable_vendor_agent={},
)