Use Ironic node name for VM
Use the same names for Ironic node and VM. It makes troubleshooting easier. Change-Id: Iefb08ff718d9105f3b0c4280022e7ef36efd4255
This commit is contained in:
@@ -577,7 +577,7 @@ function _ironic_bm_vm_names {
|
|||||||
local num_vms
|
local num_vms
|
||||||
num_vms=$(($IRONIC_VM_COUNT - 1))
|
num_vms=$(($IRONIC_VM_COUNT - 1))
|
||||||
for idx in $(seq 0 $num_vms); do
|
for idx in $(seq 0 $num_vms); do
|
||||||
echo "baremetal${IRONIC_VM_NETWORK_BRIDGE}_${idx}"
|
echo "node-${idx}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user