Merge "ironic tftp: Do not format IPv6 address for bind_host"

This commit is contained in:
Zuul 2022-07-04 23:10:04 +00:00 committed by Gerrit Code Review
commit 5a741ba973
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ outputs:
ironic::pxe::tftp_bind_host:
str_replace:
template:
"%{lookup('$NETWORK_uri')}"
"%{lookup('$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, IronicNetwork]}
ironic::drivers::agent::deploy_logs_storage_backend: {get_param: IronicDeployLogsStorageBackend}