Merge "Nova CI scenarios should use auto_assign_nic"
This commit is contained in:
commit
a78dd877be
@ -1,8 +1,4 @@
|
||||
---
|
||||
- name: Get Network ID
|
||||
shell: "source {{ ansible_env.HOME }}/overcloudrc; neutron net-list | grep {{ browbeat_pri_net_name }} | cut -f 2 -d'|'"
|
||||
register: nova_test_net_name
|
||||
|
||||
- name: Template Browbeat configuration
|
||||
template:
|
||||
"src={{ browbeat_config_file }} \
|
||||
|
@ -101,13 +101,11 @@ rally:
|
||||
file: rally/nova/nova-boot-snapshot-cc.yml
|
||||
image_name: cirros
|
||||
flavor_name: m1.tiny
|
||||
net_id: {{ nova_test_net_name.stdout }}
|
||||
- name: boot-list
|
||||
enabled: true
|
||||
file: rally/nova/nova-boot-list-cc.yml
|
||||
image_name: cirros
|
||||
flavor_name: m1.tiny
|
||||
net_id: {{ nova_test_net_name.stdout }}
|
||||
- name: glance
|
||||
enabled: true
|
||||
concurrency:
|
||||
|
@ -128,7 +128,6 @@ rally:
|
||||
file: rally/nova/nova-boot-snapshot-cc.yml
|
||||
image_name: cirros
|
||||
flavor_name: m1.tiny
|
||||
net_id: {{ nova_test_net_name.stdout }}
|
||||
- name: plugins
|
||||
enabled: true
|
||||
concurrency:
|
||||
|
Loading…
Reference in New Issue
Block a user