heat/heat/engine/resources
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
..
aws Refactor resource specific replace logic 2016-02-08 11:40:14 +05:30
openstack Build list of enabled os-collect-config collectors 2016-02-17 10:11:11 +13:00
__init__.py Event transport 2016-01-05 10:22:57 +01:00
scheduler_hints.py Edit backslashes for lines continuation 2016-01-19 10:05:34 +00:00
signal_responder.py Add test for zaqar-based wait conditions 2016-02-09 10:19:36 +01:00
stack_resource.py Refactor StackResource create/update stack args 2016-02-04 13:32:12 +13:00
stack_user.py Remove unconditional return of user_id 2016-01-13 11:58:24 -06:00
template_resource.py Merge "Remove implementation_signature check" 2016-02-03 16:39:26 +00:00
volume_base.py Fix [H405] pep rule in heat/resources 2015-10-08 15:13:52 +03:00
wait_condition.py Using LOG.warning replace LOG.warn 2015-12-29 09:32:42 +00:00