Remove missing cinder-storage Neutron* parameters
authorDan Prince <dprince@redhat.com>
Sat, 6 Dec 2014 02:07:32 +0000 (21:07 -0500)
committerDan Prince <dprince@redhat.com>
Sat, 6 Dec 2014 02:07:32 +0000 (21:07 -0500)
In I00af10e07feed6c9c97ee6cad545dbff88cd6afc we removed the
Neutron* parameters from cinder-storage.yaml but we forgot to
also remove them from overcloud-without-mergepy.yaml.

Change-Id: I09f2eb278fa0eba1dff80884f12b6f682c7b0484

overcloud-without-mergepy.yaml

index 73ca25e..c289120 100644 (file)
@@ -610,10 +610,6 @@ resources:
           CinderPassword: {get_param: CinderPassword}
           VirtualIP: {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]}
           KeyName: {get_param: KeyName}
-          NeutronEnableTunnelling: {get_param: NeutronEnableTunnelling}
-          NeutronNetworkType: {get_param: NeutronNetworkType}
-          NeutronPassword: {get_param: NeutronPassword}
-          NeutronPublicInterface: {get_param: NeutronPublicInterface}
           Flavor: {get_param: OvercloudBlockStorageFlavor}
           RabbitPassword: {get_param: RabbitPassword}
           RabbitUserName: {get_param: RabbitUserName}