OpenStack Client: Difference between revisions

Line 4: Line 4:
<tabs>
<tabs>
<tab name="Fedora/RedHat Linux">
<tab name="Fedora/RedHat Linux">
You can install the client form you package manager  
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-doc.noarch
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==
5

edits