Remove outdated Neutron auth options
authorSergey Kolekonov <skolekonov@mirantis.com>
Mon, 8 Aug 2016 13:08:11 +0000 (16:08 +0300)
committerSergey Kolekonov <skolekonov@mirantis.com>
Mon, 8 Aug 2016 13:09:40 +0000 (16:09 +0300)
Currently Keystone auth plugins should be used to perform authorization.
admin_* parameters as well as identity_uri are deprecated and not needed

Change-Id: I3018932a106df562e94067e037b3bc862be97b51

puppet/services/neutron-server.yaml

index d64fd66..f4c97b9 100644 (file)
@@ -58,12 +58,10 @@ outputs:
                   - '/ovs_neutron'
             neutron::server::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri] }
             neutron::server::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]}
-            neutron::server::auth_tenant: 'service'
-            neutron::server::identity_uri: { get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix] }
             neutron::server::api_workers: {get_param: NeutronWorkers}
             neutron::server::allow_automatic_l3agent_failover: {get_param: NeutronAllowL3AgentFailover}
             neutron::server::l3_ha: {get_param: NeutronL3HA}
-            neutron::server::auth_password: {get_param: NeutronPassword}
+            neutron::server::password: {get_param: NeutronPassword}
 
             neutron::server::notifications::nova_url: { get_param: [ EndpointMap, NovaInternal, uri ] }
             neutron::server::notifications::auth_url: { get_param: [ EndpointMap, KeystoneV3Admin, uri ] }