Client Install
Install the Manila Client
As the Manila client is not yet part of OpenStack's unified command line interface, it is required to install the Manila client first.
To install the client packages run:
- on CentOS 8 servers:
$ dnf install centos-release-openstack-ussuri
$ yum install python3-manilaclient
- on CERN CentOS 7 servers:
$ yum install centos-release-openstack-train
$ yum install python2-manilaclient
Check with
$ manila help
that you have indeed successfully installed the client.