Remove the need for netid for nova scenarios
Closes bug 1676676 Change-Id: Ieab4e1acf6164706c6f01dc67732dc3c05d20bde
This commit is contained in:
parent
07db5c0418
commit
71e683d5f9
@ -11,8 +11,7 @@
|
||||
name: {{flavor_name}}
|
||||
image:
|
||||
name: {{image_name}}
|
||||
nics:
|
||||
- net-id: {{net_id}}
|
||||
auto_assign_nic: true
|
||||
actions:
|
||||
- hard_reboot: 3
|
||||
- soft_reboot: 3
|
||||
@ -23,6 +22,9 @@
|
||||
times: {{times}}
|
||||
type: "constant"
|
||||
context:
|
||||
network:
|
||||
start_cidr: "10.0.0.0/16"
|
||||
networks_per_tenant: 1
|
||||
users:
|
||||
tenants: 1
|
||||
users_per_tenant: 1
|
||||
|
@ -11,14 +11,16 @@
|
||||
name: {{flavor_name}}
|
||||
image:
|
||||
name: {{image_name}}
|
||||
nics:
|
||||
- net-id: {{net_id}}
|
||||
auto_assign_nic: true
|
||||
detailed: true
|
||||
runner:
|
||||
concurrency: {{concurrency}}
|
||||
times: {{times}}
|
||||
type: "constant"
|
||||
context:
|
||||
network:
|
||||
start_cidr: "10.0.0.0/16"
|
||||
networks_per_tenant: 1
|
||||
users:
|
||||
tenants: 1
|
||||
users_per_tenant: 1
|
||||
|
@ -11,13 +11,15 @@
|
||||
name: "{{flavor_name}}"
|
||||
image:
|
||||
name: "{{image_name}}"
|
||||
nics:
|
||||
- net-id: {{net_id}}
|
||||
auto_assign_nic: true
|
||||
runner:
|
||||
concurrency: {{concurrency}}
|
||||
times: {{times}}
|
||||
type: "constant"
|
||||
context:
|
||||
network:
|
||||
start_cidr: "10.0.0.0/16"
|
||||
networks_per_tenant: 1
|
||||
users:
|
||||
tenants: 1
|
||||
users_per_tenant: 1
|
||||
|
@ -12,14 +12,16 @@
|
||||
image:
|
||||
name: "{{image_name}}"
|
||||
force_delete: false
|
||||
nics:
|
||||
- net-id: {{net_id}}
|
||||
auto_assign_nic: true
|
||||
detailed: true
|
||||
runner:
|
||||
concurrency: {{concurrency}}
|
||||
times: {{times}}
|
||||
type: "constant"
|
||||
context:
|
||||
network:
|
||||
start_cidr: "10.0.0.0/16"
|
||||
networks_per_tenant: 1
|
||||
users:
|
||||
tenants: 1
|
||||
users_per_tenant: 1
|
||||
|
@ -11,13 +11,15 @@
|
||||
name: {{flavor_name}}
|
||||
image:
|
||||
name: {{image_name}}
|
||||
nics:
|
||||
- net-id: {{net_id}}
|
||||
auto_assign_nic: true
|
||||
runner:
|
||||
concurrency: {{concurrency}}
|
||||
times: {{times}}
|
||||
type: "constant"
|
||||
context:
|
||||
network:
|
||||
start_cidr: "10.0.0.0/16"
|
||||
networks_per_tenant: 1
|
||||
users:
|
||||
tenants: 1
|
||||
users_per_tenant: 1
|
||||
|
Loading…
Reference in New Issue
Block a user