Stop using swift temp url for config transport
We now download the software configs and push them to the nodes using ansible. So there is no point of using swift temp url any more. Though we don't use occ, it's better to set it to POLL_SERVER_HEAT rather than the default POLL_SERVER_CFN which has a dependency on heat-api-cfn. Change-Id: Id7ea0c30c60e07f366e1a211a83e135b9735161f
This commit is contained in:
parent
bdfc3caad9
commit
3ea9dd4040
@ -363,7 +363,7 @@ parameter_defaults:
|
||||
NeutronMechanismDrivers: ovn
|
||||
ContainerCli: podman
|
||||
EnablePackageInstall: false
|
||||
SoftwareConfigTransport: POLL_TEMP_URL
|
||||
SoftwareConfigTransport: POLL_SERVER_HEAT
|
||||
|
||||
{% for role in roles %}
|
||||
# Parameters generated for {{role.name}} Role
|
||||
|
Loading…
Reference in New Issue
Block a user