OpenStack Client: Difference between revisions

no edit summary
No edit summary
Line 58: Line 58:
</tabs>
</tabs>


===Installing Missing Plugins with pip===
Depending on the procedure that was used to install the OpenStask client, some plugin could be missing. They can be added with pip, for example the <code>share</code> subcommand is part of the Manilla plugin:
<syntaxhighlight lang="bash" line>
pip install python-manilaclient
</syntaxhighlight>
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].


==Get the client rc file==
==Get the client rc file==
130

edits