5
edits
| Line 4: | Line 4: | ||
<tabs> | <tabs> | ||
<tab name="Fedora/RedHat Linux"> | <tab name="Fedora/RedHat Linux"> | ||
You can install the client | You can install the client from you package manager, but the pip install is probably more up to date! | ||
{{Code | {{Code | ||
|lang="bash" | |lang="bash" | ||
|contents= | |contents= | ||
sudo dnf install python-openstackclient | sudo dnf install python-openstackclient.noarch | ||
# test the installation | # test the installation | ||
openstack --version | openstack --version | ||
| Line 67: | Line 67: | ||
A list of the main plugins is available in [https://docs.openstack.org/python-openstackclient/latest/cli/plugin-commands/index.html openstack documentation client page]. | A list of the main plugins is available in [https://docs.openstack.org/python-openstackclient/latest/cli/plugin-commands/index.html openstack documentation client page]. | ||
==Configure the client== | ==Configure the client== | ||
edits