Merge "Fix ironic port-create deprecated option"

This commit is contained in:
Jenkins 2015-03-10 03:44:44 +00:00 committed by Gerrit Code Review
commit c5ab3e0c86

View File

@ -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))