Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Depending on your operating system, the OpenStack client should be available through the default repositories (these are run as root, or using sudo privileges):

  • Ubuntu 16.04: apt-get install openstack
  • Ubuntu 17.10: apt-get install python3-openstackclient
  • CentOS 7: pip install python-openstackclient
  • MacOS: pip install python-openstackclient
    • Note for MacOS: If you need to install missing packages, Homebrew (https://brew.sh/) a missing package manager for MacOS can assist with this.

...