diff options
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/nsb_setup.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/nsb_setup.yml b/ansible/nsb_setup.yml index fcb518899..3d28932d9 100644 --- a/ansible/nsb_setup.yml +++ b/ansible/nsb_setup.yml @@ -38,6 +38,8 @@ disk_format: qcow2 container_format: bare filename: "{{ raw_imgfile }}" + properties: + hw_vif_multiqueue_enabled: true environment: "{{ openrc }}" when: openrc_file is defined @@ -47,7 +49,6 @@ pull: yes recreate: yes image: opnfv/yardstick:latest - recreate: yes state: started restart_policy: always privileged: yes |