Deprecate auth_uri option

Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.

[1]https://review.openstack.org/#/c/508522/

Change-Id: Icdcf8e0b6dc85d40f205cf65a993c4bc93f61d89
Closes-Bug: #1759098
This commit is contained in:
ZhongShengping 2018-04-05 10:59:00 +08:00
parent dfd67c27a3
commit fe4fc654f4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Puppet::Type.newtype(:neutron_security_group) do
ensurable ensurable
autorequire(:neutron_config) do autorequire(:neutron_config) do
['auth_uri', 'project_name', 'username', 'password'] ['www_authenticate_uri', 'project_name', 'username', 'password']
end end
# Require the neutron-server service to be running # Require the neutron-server service to be running