Installing OpenStack CLI Client on CentOS 7

You must have Python 2.7 and Python pip installed on your CentOS 7 host before you can install OpenStack CLI. Python is available, by default, on a CentOS 7 host.

For some reason, if Python and pip are not already installed, you must install Python and pip first, and then install OpenStack CLI.

Use the following commands to install Python and pip.

Shell
Copy

Install OpenStack CLI

Once Python and pip are installed, you are ready to set up a virtual environment and install OpenStack CLI on the virtual environment.

Follow the steps given below to install OpenStack CLI.

  1. Load the virtualenvwrapper setup script into your current shell session.
Shell
Copy
  1. Create a new virtual environment.
Shell
Copy

The context switches to the newly created virtual environment.

  1. Upgrade pip.
Shell
Copy
  1. Run the following command to set up the OpenStack CLI.
Shell
Copy

OpenStack CLI is successfully installed, and ready to be used on the CentOS 7 host.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated by Pooja Ghumre