OpenStack Automation Users
Should you need to an account in OpenStack for automation, you can do so
by creating a Kubernetes Secret in the openstack namespace with
the following labels:
understack.rackspace.com/keystone-role:
Defines what this account will have access to do.
understack.rackspace.com/keystone-user:
Defines the username in OpenStack Keystone in the service domain
which will be created.
Possible roles are:
tenant-readerwhich allows read access to tenant resourcestenant-readwritewhich allows read and write access to tenant resourcesinfra-readerwhich allows read access to infrastructure resourcesinfra-readwritewhich allows read and write access to infrastructure resources
Roles can be comma separated.
An example secret would look like: