~openstack-charmers-next/charms/wily/keystone/trunk

Viewing all changes in revision 234.1.1.

  • Committer: David Ames
  • Date: 2016-04-29 18:33:59 UTC
  • mto: This revision was merged to the branch mainline in revision 236.
  • Revision ID: david.ames@canonical.com-20160429183359-l6gyahd3piuzy3js
Create identity-credentials relation

Charms use this relation to obtain keystone credentials without
creating a service catalog entry. Set 'username' only on the relation
and keystone will set defaults and return authentication details.

Possible relation settings:
username: Username to be created.
project: Project (tenant) name to be created. Defaults to services
         project.
requested_roles: Comma delimited list of roles to be created
requested_grants: Comma delimited list of roles to be granted.
                  Defaults to Admin role.
domain: Keystone v3 domain the user will be created in.
        Defaults to the Default domain.

Change-Id: I465d2273560d86752d1bfc7497a9139a9604f814

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: