diff options
author | AlanCoding <arominge@redhat.com> | 2019-01-29 20:59:16 +0100 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2019-03-26 15:29:39 +0100 |
commit | bc5881ad219f042c06f163152b5f3eedf3b8f732 (patch) | |
tree | 20476c684f8ea951c2a17a888bc1a1f49e8e029b /requirements/requirements_ansible.in | |
parent | Add support for Azure inventory plugin (diff) | |
download | awx-bc5881ad219f042c06f163152b5f3eedf3b8f732.tar.xz awx-bc5881ad219f042c06f163152b5f3eedf3b8f732.zip |
Primary development of inventory plugins, partial compat layer
Initialize some inventory plugin test data files
Implement openstack inventory plugin
This may be removed later:
- port non-JSON line strip method from core
Dupliate effort with AWX mainline devel
- Produce ansible_version related to venv
Refactor some of injector management, moving more
of this overhead into tasks.py, when it comes to
managing injector kwargs
Upgrade and move openstack inventory script
sync up parameters
Add extremely detailed logic to inventory file creation
for ec2, Azure, and gce so that they are closer to a
genuine superset of what the contrib script used to give.
Diffstat (limited to 'requirements/requirements_ansible.in')
-rw-r--r-- | requirements/requirements_ansible.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements_ansible.in b/requirements/requirements_ansible.in index c28d53280b..78cd44124d 100644 --- a/requirements/requirements_ansible.in +++ b/requirements/requirements_ansible.in @@ -50,4 +50,4 @@ pywinrm[kerberos]==0.3.0 requests requests-credssp==0.1.0 # For windows authentication awx/issues/1144 # OpenStack -shade==1.27.0 +openstacksdk==0.23.0 |