Merge "Add openstackclient bash completion" into stable/rocky
This commit is contained in:
commit
c475673a64
@ -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
|
||||
|
@ -146,3 +146,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
|
||||
|
Loading…
Reference in New Issue
Block a user