Remove duplicate Neutron params in overcloud
authorDan Prince <dprince@redhat.com>
Fri, 5 Dec 2014 15:44:29 +0000 (10:44 -0500)
committerDan Prince <dprince@redhat.com>
Sat, 6 Dec 2014 01:48:33 +0000 (20:48 -0500)
In I422c65e7d941593083d52ad7fdf0dfd1d2fb3155
(Enable Neutron DVR support in TripleO installation)
we added duplicate parameters for NeutronPublicInterfaceRawDevice
and NeutronNetworkType.

In preparation for syncing with overcloud-without-mergepy.yaml
lets remove these dups.

Change-Id: Ib4888bc91f30aeb3aba590b69e4919a93f577143

overcloud-source.yaml

index a325257..914f187 100644 (file)
@@ -259,10 +259,6 @@ parameters:
       overcloud.yaml to include the deployment of VLAN ports to the control
       plane.
     type: string
-  NeutronPublicInterfaceRawDevice:
-    default: ''
-    description: If set, the public interface is a vlan with this device as the raw device.
-    type: string
   NeutronComputeAgentMode:
     default: 'dvr'
     description: Agent mode for the neutron-l3-agent on the compute hosts
@@ -279,10 +275,6 @@ parameters:
     default: 'unset'
     description: Shared secret to prevent spoofing
     type: string
-  NeutronNetworkType:
-    default: 'gre'
-    description: The tenant network type for Neutron, either gre or vxlan.
-    type: string
   NeutronTunnelTypes:
     default: 'gre'
     description: |