# /usr/share/bash-completion/completions/openstack
#
# Static bash completion entry point for the OpenStack unified CLI.
#
# This file is intentionally minimal. The actual completion function
# (_openstack) and command data are maintained in a dynamically
# generated file under /var/lib/openstack-client/, which is
# regenerated by openstack-completion.service to reflect whichever
# OpenStack client packages are currently installed.
#
# See openstack-completion.service(8).

[ -f /var/lib/openstack-client/bash-completion ] && \
    source /var/lib/openstack-client/bash-completion
