Fix documentation for Keystone_user_role.

It was using "::" instead of "@" in the example documentation, see[1].

[1] https://github.com/openstack/puppet-keystone/blob/master/lib/puppet/type/keystone_user_role.rb#L169..L170

Change-Id: I75f7373a8949c862b77c5ae8fa2322c8dd074ff8
This commit is contained in:
Sofer Athlan-Guyot 2018-10-19 18:44:19 +02:00
parent 7a5247b7f8
commit 7f951d9716
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ keystone_tenant { 'project_one::domain_one': ensure => present }
# For user_role:
# 1: for associating a role to an user in a project scope.
keystone_user_role { 'user_one::project_one':
keystone_user_role { 'user_one@project_one':
ensure => present,
user_domain => 'domain_one',
project_domain => 'domain_two',