...
- Ubuntu: apt-get install openstack
- CentOS: yum install openstack
- macOS*: sudo pip install python-openstackclient
*Note: You may need to install missing packages. Homebrew (https://brew.sh/) a missing package manager for macOS can assist with this.
More information on the client can be found here: https://docs.openstack.org/developer/python-openstackclient/
...