We are jazzed to announce the release of: openstack-ansible-os_nova 13.1.2: os_nova for OpenStack Ansible For more details, please see below. Changes in openstack-ansible-os_nova 13.1.0..13.1.2 --------------------------------------------------- bc56eac Add dependencies for paramiko 2.0 48ad25f Role tests should test against the same branch Diffstat (except docs and test files) ------------------------------------- other-requirements.txt | 4 ++++ 3 files changed, 20 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/other-requirements.txt b/other-requirements.txt index 6eac5c2..67cd643 100644 --- a/other-requirements.txt +++ b/other-requirements.txt @@ -16,0 +17,4 @@ curl + +# Requirements for Paramiko 2.0 +libssl-dev +libffi-dev