Setting SoftwareConfig Defaults

Setting the default SoftwareConfig Tranport method
and the default Signaling method to use Heat.

Closes-Bug: #1667471
Change-Id: Ic035794e00f02409ce081cafc17c3f42c75d57d6
This commit is contained in:
Chris Hultin 2017-02-23 14:11:26 -06:00 committed by Christopher Hultin
parent 3d16c31779
commit 92e38306e9
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ plugin_dirs = {{ heat_plugin_dirs | join(',') }}
# Default region name used to get services endpoints.
region_name_for_services = {{ heat_service_region }}
default_software_config_transport = POLL_SERVER_HEAT
default_deployment_signal_transport = HEAT_SIGNAL
[clients]
endpoint_type = {{ heat_clients_endpoint }}