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-noha/openstack_compute_pdf.yml.j2 | |
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-noha/openstack_compute_pdf.yml.j2')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute_pdf.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute_pdf.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute_pdf.yml.j2 index 20f9b3c1e..1f45ddf35 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute_pdf.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_compute_pdf.yml.j2 @@ -34,7 +34,7 @@ parameters: interface: pxe_admin_int: enabled: true - name: {{ nm.cmp001.nic_admin }} + name: ${_param:pxe_admin_interface} proto: static type: eth address: ${_param:pxe_admin_address} |