Merge pull request #89 from autonomouse/add_ironicclient

Added python-ironicclient
This commit is contained in:
Mark Goddard 2017-12-04 16:30:30 +00:00 committed by GitHub
commit 7c9378d0bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,14 @@
- role: stackhpc.os-openstackclient
os_openstackclient_venv: "{{ venv }}"
tasks:
- name: Ensure required Python packages are installed
pip:
name: "{{ item.name }}"
state: present
virtualenv: "{{ venv }}"
with_items:
- name: python-ironicclient
- name: Get a list of ironic nodes
shell: >
source {{ venv }}/bin/activate &&