heat/heat/tests/openstack
Steve Baker 5d1762fec6 Build list of enabled os-collect-config collectors
When changing the software_config_transport for an existing server,
os-collect-config will continue using the data from the old transport
which will become increasingly stale and will sometimes mask values from
the new transport.

The default list of collectors in os-collect-config is:
heat_local, ec2, cfn, heat, request, local, zaqar

This change explicitly enables these collectors:
ec2, <current transport>, local

``ec2`` is the nova metadata service, so should always be enabled.

``local`` allows local file overrides - this is generally unused but is
enabled for users who choose to use it for additional config data, or to
override the heat provided data.

``heat_local`` is only used on the first run of an unconfigured
os-collect-config for bootstrapping its own config file, so it can and
should be disabled for subsequent polling.

Change-Id: I9cdb057212c7a4404f6966a55cde9eab5ad86759
Closes-Bug: #1523676
2016-02-17 10:11:11 +13:00
..
barbican Add more validation to barbican order 2016-02-11 19:48:25 +02:00
ceilometer Edit backslashes for lines continuation 2016-01-19 10:05:34 +00:00
cinder Use custom find functions for image lookup 2016-01-27 09:56:01 +05:30
designate Merge "Fix _show_resource in Designate::Record" 2015-12-11 12:55:06 +00:00
glance Add validation for glance image 2016-02-02 14:33:53 +00:00
heat Add test for zaqar-based wait conditions 2016-02-09 10:19:36 +01:00
keystone Don't update the name of keystone resources if name don't change 2016-02-03 01:50:01 +00:00
magnum Update OS::Magnum::BayModel with latest Magnum changes 2016-01-20 18:39:09 +00:00
manila Add snapshot_support property to ShareType 2016-02-03 12:07:37 +00:00
mistral Edit backslashes for lines continuation 2016-01-19 10:05:34 +00:00
monasca Refactor unit tests to support ExceptionFilters in clients 2015-10-20 10:37:40 -04:00
neutron Do not convert resource_id to string 2016-02-15 08:12:59 +05:30
nova Build list of enabled os-collect-config collectors 2016-02-17 10:11:11 +13:00
sahara Replace ex.message with exception_to_unicode(ex) 2016-02-08 18:39:51 +02:00
senlin Catch correct not found error in senlin plugin 2016-01-26 06:48:27 +00:00
swift Edit backslashes for lines continuations 2016-02-01 16:51:41 +03:00
trove Merge "Updated validation for OS::Trove::Instance" 2016-02-12 18:31:02 +00:00
zaqar Fix zaqar queue creation workflow 2016-02-08 10:12:02 +00:00
__init__.py Enable some unit tests back 2015-02-03 10:20:16 +08:00