1f27258a8d
Create a network, then show details of the network. Change-Id: I4d9f89e16b15d879db5941205dba4bc74e95979b
31 lines
712 B
JSON
31 lines
712 B
JSON
{
|
|
"NeutronNetworks.create_and_show_network": [
|
|
{
|
|
"args": {
|
|
"network_create_args": {}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 3
|
|
},
|
|
"quotas": {
|
|
"neutron": {
|
|
"network": -1
|
|
}
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|