Migrate to Openstack CLI
[integration/test.git] / csit / suites / openstack / connectivity / 03_external_network_tests.robot
index fe81f16778ec0d347ae5822ad7ffceb30b41dd52..3cd40936581af72eec5d46bfab020e7410e69da2 100644 (file)
@@ -78,7 +78,7 @@ Check Vm Instances Have Ip Address
     ...    AND    Get Test Teardown Debugs
 
 Create External Network And Subnet
-    Create Network    ${external_net_name} --router:external --provider:network_type=flat --provider:physical_network=${PUBLIC_PHYSICAL_NETWORK}
+    Create Network    ${external_net_name}    --external --provider-network-type flat --provider-physical-network ${PUBLIC_PHYSICAL_NETWORK}
     Create Subnet    ${external_net_name}    ${external_subnet_name}    ${external_subnet}    --gateway ${external_gateway} --allocation-pool ${external_subnet_allocation_pool}
 
 Create Router