Adding pyOpenSSL for nova-lxd gate.

- Fix ansible-lint 3.4.1 regression

Change-Id: I3a6b369f41c366f75c5726d9d4de76dabcae0782
This commit is contained in:
Donovan Francesco (drifterza) 2016-11-08 15:58:37 +02:00
parent 07077f8aaf
commit 59ea9b151a
2 changed files with 2 additions and 0 deletions

View File

@ -417,6 +417,7 @@ nova_pip_packages:
nova_compute_lxd_pip_packages:
- pylxd
- nova-lxd
- pyOpenSSL
nova_qemu_user: libvirt-qemu
nova_qemu_group: kvm

View File

@ -15,6 +15,7 @@
- name: Disable SMT
command: /usr/sbin/ppc64_cpu --smt=off
changed_when: false
failed_when: false
tags:
- kvm-disable-smt