Installing the CLI
Prerequisites
Python - Check if you have Python installed.
pip - If you’re using Python 3.4 (or greater), then pip comes installed with Python by default.
OpenStack Client Installation
Install the CLI by typing
pip install python-openstackclient chameleon-blazarclientin the terminal.Verify that it has installed correctly by typing
openstack. You will enter the OpenStack Client in interactive mode and your prompt should change to(openstack).Exit the client by typing
exit.