...
- If not yet done, install the OpenStack command-line client
- Install the Magnum python client plugin , e.g. via pip :
Code Block pip install python-magnumclient
- Make sure the environment is correctly setup for authenticating to OpenStack via the application credentials (sourcing "openerc.sh" file or by installing the "clouds.yaml" file)
- A Have registered a SSH keypair is registered on on OpenStack
Test the command-line client setup and the Magnum plugin:
...