Setting SoftwareConfig Defaults

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

Closes-Bug: #1667471
Change-Id: Ic035794e00f02409ce081cafc17c3f42c75d57d6
(cherry picked from commit 92e38306e9)
This commit is contained in:
Chris Hultin 2017-02-23 14:11:26 -06:00 committed by Christopher Hultin
parent 8d5a2c5952
commit 2f26f229fd
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,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 }}