Add openstackclient bash completion

Add bash completion in utility container.

Change-Id: I30b520986cff0eef4d7f9b08eb24cb41be6b587d
This commit is contained in:
Marc Gariepy 2018-09-27 11:59:04 -04:00 committed by Mohammed Naser
parent 0ac819c007
commit d90e74350d
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@ utility_venv_bin: "/openstack/venvs/utility-{{ openstack_release }}/bin"
# Distribution packages to be installed into the utility container
utility_distro_packages:
- git
- bash-completion
utility_distro_openstack_clients_packages:
- python-keystoneclient

View File

@ -121,3 +121,6 @@
executable: /bin/bash
with_items: "{{ _openstack_client_list }}"
- name: Create openstack client bash_completion script
shell: |
openstack complete > /etc/bash_completion.d/openstack_client