diff options
author | John O Loughlin <john.oloughlin@intel.com> | 2018-01-19 10:49:53 +0000 |
---|---|---|
committer | Emma Foley <emma.l.foley@intel.com> | 2018-01-19 11:59:15 +0000 |
commit | 61c3d4ce396d5ebef708261b9ace8ba30757aeec (patch) | |
tree | 7f7c08f8e3ce8be5067d391b183e4926de643887 | |
parent | d2c7cc4e9768ed003257a95c92cdb278d516761b (diff) |
Change ansible version to 2.4.2
Modified requirements.txt to update ansible version to 2.4.2
For the ansible virt module [1] XML templates are required.
To edit, the XML templates the XML module is required.
This is new in ansible 2.4 [2]
There is no max version restriction for ansible in OpenStack [3].
[1] http://docs.ansible.com/ansible/latest/virt_module.html
[2] https://docs.ansible.com/ansible/2.4/xml_module.html
[3] https://github.com/openstack/kolla-ansible/blob/stable/pike/doc/source/user/quickstart.rst
JIRA: YARDSTICK-948
Change-Id: I19b178f695f7381a3ecfbdb74f953a1276250958
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7fdd8f005..88c0e659a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ Babel==2.3.4 # BSD; OSI Approved BSD License Jinja2==2.9.6 # BSD; OSI Approved BSD License SQLAlchemy==1.1.12 # MIT License; OSI Approved MIT License PTable==0.9.2 # BSD (3 clause); OSI Approved BSD License -ansible==2.3.2 # GPLv3; OSI Approved GNU General Public License v3 or later (GPLv3+) +ansible==2.4.2 # GPLv3; OSI Approved GNU General Public License v3 or later (GPLv3+) backport-ipaddress==0.1; python_version <= "2.7" # OSI Approved Python Software Foundation License chainmap==1.0.2 # Python Software Foundation License; OSI Approved Python Software Foundation License django==1.8.17 # BSD; OSI Approved BSD License |