diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-11-21 15:14:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-21 15:14:42 +0000 |
commit | ba754f2eb858756dd92b3f583442bbff9c991e82 (patch) | |
tree | b9fc217f5c9df26270728ff999babe6f080e41f1 /mcp/reclass/classes/cluster/mcp-common-ha | |
parent | ed525238b75e0cc5dc652dcac4330d02e66a6c8b (diff) | |
parent | 24a1cce18edc7108336293771202d576d98e67e2 (diff) |
Merge "[baremetal] cmp: Support per-node PXE/admin iface" into stable/gambia
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-ha')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute_pdf.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute_pdf.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute_pdf.yml.j2 index 50de921ac..3e33811a9 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute_pdf.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute_pdf.yml.j2 @@ -30,7 +30,7 @@ parameters: # PXE/admin is always untagged on computes pxe_admin_int: enabled: true - name: {{ nm.cmp001.nic_admin }} + name: ${_param:pxe_admin_interface} proto: static type: eth address: ${_param:pxe_admin_address} |