Conveniently installs OpenStack clients for Cleura Cloud.
By pip-installing this meta-package into a virtual environment (venv), you populate your environment with OpenStack clients whose versions are expected to work with Cleura Cloud.
This package provides no functionality of its own; it only installs dependencies.
To install from PyPI, run:
# using pip
pip install cleura-openstackclient==0.0.8# using pipx
pipx install --include-deps cleura-openstackclient==0.0.8To install directly from the repository, run:
# using pip
pip install git+https://github.com/cleura/cleura-openstackclient@v0.0.8# using pipx
pipx install --include-deps git+https://github.com/cleura/cleura-openstackclient@v0.0.8Then, invoke the openstack command provided by the python-openstackclient package.
Just like all other OpenStack client packages, cleura-openstackclient uses the Apache 2 license.
See LICENSE.txt for details.