Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The timestamp appearing is the UTC time of when your token expires. If the commandline client are used after the expiry the following message will appear:

...

Code Block
titleFailing token
eigil@breve:~$ openstack server list
Failed to validate token (HTTP 404) (Request-ID: req-6575a9f2-4ca4-beef-ba22-6285ad05896e)

When the token expires you can get a new one by simply sourcing the openrc file again.

The complex approach

Some openstack users are having multiple projects, maybe even over multiple openstack clouds. For these users a more elaborate openrc file might be wanted so that the user can use the same openrc file for all projects and clouds. An example of such a file will be added soon.