Skip to content

Client Install

Install the Mistral Client

The Mistral actions are part of OpenStack's unified command line interface, but it is not there by default. You will need to install it to have the actions available.

To install the client packages run:

  • on RHEL/AlmaLinux servers:
$ sudo dnf install centos-release-openstack-yoga -y
$ sudo dnf install python3-mistralclient -y
  • on CERN CentOS 7 servers:
$ sudo yum install centos-release-openstack-train -y # Note: this package may already be installed
$ sudo yum install python2-mistralclient -y

Check that you have indeed successfully installed the client by running:

$ openstack help workflow