Current Series Release Notes¶
18.0.0.0b1-88¶
New Features¶
The role now supports creating system scoped credentials alongside project scoped credentials. The default behavior of the role did not changed, until
openrc_system_scope
variable was set totrue
. If theopenrc_system_scope
istrue
the default cloud in clouds.yaml will set to system scoped credentials and another credentials nameddefault_project_scope
will get created with project scoped credentials. Due to usage of openrc file in other roles, the opposite logic applies to openrc files, which means ifopenrc_system_scope
is set totrue
the credentials in openrc will set to project scoped credentials and another openrc filec namedopenrc.system_scope
will get created with system scoped credentials and will be placed in destination ofopenrc_system_file_dest
variable.