Merge "Fix ironic port-create deprecated option"
This commit is contained in:
commit
c5ab3e0c86
@ -627,7 +627,7 @@ function enroll_nodes {
|
||||
$node_options \
|
||||
| grep " uuid " | get_field 2)
|
||||
|
||||
ironic port-create --address $mac_address --node_uuid $node_id
|
||||
ironic port-create --address $mac_address --node $node_id
|
||||
|
||||
total_nodes=$((total_nodes+1))
|
||||
total_cpus=$((total_cpus+$ironic_node_cpu))
|
||||
|
Loading…
Reference in New Issue
Block a user