diff options
author | Maciej Skrocki <maciej.skrocki@intel.com> | 2017-09-28 12:48:32 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-30 01:23:07 -0700 |
commit | 33b9f8849f64c520a105679e8558ab85eabf72ea (patch) | |
tree | b48ab476909c19ff6241acd5d27b9b3c66d8a6a8 /ansible/nsb_setup.yml | |
parent | 83cdbfb754580d5b0c023bc9e53c17d4442bde23 (diff) |
Added hw_vif_multiqueue_enabled metadata to the added samplevnfs image in OpenStack.
Change-Id: Iad1dce6b0d0a1c010aa62f2fdf54c5d0560ed0c7
Signed-off-by: Maciej Skrocki <maciej.skrocki@intel.com>
Diffstat (limited to 'ansible/nsb_setup.yml')
-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 |