169
edits
No edit summary |
|||
| Line 68: | Line 68: | ||
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]. | ||
Once the client is | ==Configure the client== | ||
Once the client is installed you need to configure it so it can connect to Juno. The credentials are first found on[https://juno.calculquebec.ca/ Juno's Horizon web page]. | |||
===Use Application Credential=== | |||
While you can use your username and password to configure your OpenStack client (see the Get the client rc file below), it is recommended to use application credential to connect to the platform. | |||
On the Juno's web page left side menu, click *_Identity >> Application Credentials_*, then click *_Create Application Credentials_*. This pops up a Creation window, you need to set a Name for Credential. All other entries are optional but we recomand also seting an expiration date for the credential. Not that the credential are always linked to a user and not _project_ credential that are not linked to an account can be created. | |||
Once you are happy with the Name, click _*Create Application Credential*_ | |||
===Get the client rc file=== | |||
[[File:Get openstack rc file.gif|caption|frame|none| the RC file from the Juno website]] | [[File:Get openstack rc file.gif|caption|frame|none| the RC file from the Juno website]] | ||
edits