Merge "Switching from empty string to empty dict"
This commit is contained in:
commit
9a7519c907
@ -5,7 +5,7 @@
|
||||
NeutronNetworks.create_and_list_networks:
|
||||
-
|
||||
args:
|
||||
network_create_args: ""
|
||||
network_create_args: {}
|
||||
runner:
|
||||
concurrency: {{concurrency}}
|
||||
times: {{times}}
|
||||
|
@ -6,7 +6,7 @@
|
||||
NeutronNetworks.create_and_list_ports:
|
||||
-
|
||||
args:
|
||||
network_create_args: ""
|
||||
network_create_args: {}
|
||||
ports_per_network: {{ports_per_network}}
|
||||
runner:
|
||||
concurrency: {{concurrency}}
|
||||
|
@ -7,8 +7,8 @@
|
||||
NeutronNetworks.create_and_list_routers:
|
||||
-
|
||||
args:
|
||||
network_create_args: ""
|
||||
subnet_create_args: ""
|
||||
network_create_args: {}
|
||||
subnet_create_args: {}
|
||||
subnet_cidr_start: "10.0.0.0/16"
|
||||
subnets_per_network: {{subnets_per_network}}
|
||||
router_create_args: {{ router_create_args }}
|
||||
|
@ -5,7 +5,7 @@
|
||||
NeutronSecurityGroup.create_and_list_security_groups:
|
||||
-
|
||||
args:
|
||||
security_group_create_args: ""
|
||||
security_group_create_args: {}
|
||||
runner:
|
||||
concurrency: {{concurrency}}
|
||||
times: {{times}}
|
||||
|
@ -6,8 +6,8 @@
|
||||
NeutronNetworks.create_and_list_subnets:
|
||||
-
|
||||
args:
|
||||
network_create_args: ""
|
||||
subnet_create_args: ""
|
||||
network_create_args: {}
|
||||
subnet_create_args: {}
|
||||
subnet_cidr_start: "1.1.0.0/30"
|
||||
subnets_per_network: {{subnets_per_network}}
|
||||
runner:
|
||||
|
Loading…
Reference in New Issue
Block a user