If you are not using a CUA account, you will have been provided with a Keystone username and password.

In order to change this, you need to make sure that you have the python-openstackclient installed. More information for the various platforms can be found at the following pages:

Authentication

The following environment variables are needed:

export OS_PROJECT_DOMAIN_NAME=Default
export OS_USER_DOMAIN_NAME=Default
export OS_USERNAME=<keystone user>
export OS_PROJECT_NAME=<keystone project>
export OS_PASSWORD=<keystone password>
export OS_AUTH_URL=https://objectstore.surf.nl:5000/v3
export OS_IDENTITY_API_VERSION=3

Once these are in your environment, you can change you password thus:

openstack user password set --original-password <old-password> --password <new-pasword>



  • No labels