Browse code

Merge "Fix ironic port-create deprecated option"

Jenkins authored on 2015/03/10 12:44:44
Showing 1 changed files
... ...
@@ -627,7 +627,7 @@ function enroll_nodes {
627 627
             $node_options \
628 628
             | grep " uuid " | get_field 2)
629 629
 
630
-        ironic port-create --address $mac_address --node_uuid $node_id
630
+        ironic port-create --address $mac_address --node $node_id
631 631
 
632 632
         total_nodes=$((total_nodes+1))
633 633
         total_cpus=$((total_cpus+$ironic_node_cpu))