Don't use POLL_SERVER_CFN transport for DeployedServer

For config-download we create a set of dummy DeployedServer
resources that has default software_config_transport property
(POLL_SERVER_CFN) which unnecessarily creates ec2 credentials
for these resources. We've dropped heat_cfn service from
undercloud, so change these to use POLL_SERVER_HEAT instead.

Change-Id: Ia86d117299e92e121a69e059b8a8460ef986cdca
(cherry picked from commit 03aa8b10f6)
This commit is contained in:
Rabi Mishra 2020-10-17 09:35:28 +05:30
parent bcb94f4b75
commit 4667fffa00
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ resources:
type: OS::Heat::DeployedServer
properties:
name: server_resource
software_config_transport: POLL_SERVER_HEAT
outputs:

View File

@ -59,6 +59,7 @@ resources:
type: OS::Heat::DeployedServer
properties:
name: server_resource
software_config_transport: POLL_SERVER_HEAT
outputs: