Add project_name parameter for auth_file
With keystone v3, the term 'tenant' is deprecated in favor of the term 'project'. Clients using the v3 API (including the puppet providers) will only look for 'project' and not 'tenant'. This patch adds $project_name as a parameter to openstack_extras::auth_file. It defaults to undef and only appears in the openrc file if it is being used. This follows the pattern set by $project_domain and $user_domain, which will only be set if the user actively chooses to use them. This doesn't change how $tenant_name is set. Change-Id: Idc3b938e37b792636ec7c2702bf8429467b78d66changes/96/274296/1
parent
bbaf0667ae
commit
b21b30b18a
Loading…
Reference in New Issue