Merge "Deprecate auth_uri option"

This commit is contained in:
Zuul 2018-05-04 14:24:52 +00:00 committed by Gerrit Code Review
commit 99b49e54a1
1 changed files with 1 additions and 1 deletions

View File

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