On this page, you can find an explanation of how to create, edit, delete CLI Users and instructions for other steps to manage CLI Users in the Cloud Console.
To get to the CLI Users page, select the Security from the VIRTUAL DATACENTER block in the side-bar menu and click the CLI Users TAB:
On this page you can find all created CLI Users, Create button, Search bar and Actions icon, which opens a list of available management actions for the selected CLI User:
Actions icon opens the next list of available management actions with the selected CLI User:
To create a new CLI User, do the following:
After these steps, the newly created CLI User will be added to the CLI Users page.
To download the RC File that pertains to the CLI User, do the following:
After these steps, the RC file of the selected CLI User will be downloaded.
For the next work with CLI User you need:
vi openrc
#!/usr/bin/env bash
export OS_AUTH_URL=https://upper-austria.ventuscloud.eu:443/v3
export OS_PROJECT_ID=e6370ed9ff7c4122b2b89cde7ff7d29f
export OS_PROJECT_NAME="e6370ed9ff7c4122b2b89cde7ff7d29f"
export OS_USER_DOMAIN_NAME="ventus"
if [ -z "$OS_USER_DOMAIN_NAME" ]; then unset OS_USER_DOMAIN_NAME; fi
export OS_PROJECT_DOMAIN_ID="e1780e7170674d5684076a726f683cfd"
if [ -z "$OS_PROJECT_DOMAIN_ID" ]; then unset OS_PROJECT_DOMAIN_ID; fi
unset OS_TENANT_ID
unset OS_TENANT_NAME
export OS_USERNAME="48529f99-8e10-4694-9412-70e1012de805:test-user"
echo "Please enter your OpenStack Password for project $OS_PROJECT_NAME as user $OS_USERNAME: "
read -sr OS_PASSWORD_INPUT
export OS_PASSWORD=$OS_PASSWORD_INPUT
export OS_REGION_NAME="Upper-Austria"
if [ -z "$OS_REGION_NAME" ]; then unset OS_REGION_NAME; fi
export OS_INTERFACE=public
export OS_IDENTITY_API_VERSION=3
execute openrc starting with dot:. openrc
provide the password of the created CLI User and hit Enter; this password will be used to authenticate you in the Cloud Console.
To edit the CLI User, do the following:
After these steps, the selected CLI User Name will be updated.
To change the password of the CLI User, do the following:
After these steps, the password of the selected CLI User will be updated.
To delete the CLI User, do the following:
After these steps, the selected CLI User will be deleted.