Avoid pylint warning for "protected-access"
[yardstick.git] / ansible / nsb_setup.yml
index fcb5188..90fba0b 100644 (file)
@@ -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
@@ -55,4 +56,5 @@
         volumes:
           - "{{ openrc_file|default('/dev/null') }}:/etc/yardstick/openstack.creds:ro"
           - /var/run/docker.sock:/var/run/docker.sock
-          - /opt/:/opt
+          - /opt:/opt
+          - /etc/localtime:/etc/localtime:ro