From 11e8ac8f751131b24918229d91c2253503b5452e Mon Sep 17 00:00:00 2001 From: James Slagle Date: Fri, 29 Aug 2014 15:36:23 -0400 Subject: Remove unused Neutron values These Neutron parameters are not actually needed or used on a Swift Storage instance. neutron-openvswitch-agent does not even need to be present on a Swift node. Change-Id: I5d61cc1d22a719b186e6d89baaf25f119e0416d7 --- swift-source.yaml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'swift-source.yaml') diff --git a/swift-source.yaml b/swift-source.yaml index 9c7b04f5..b9f7fbfc 100644 --- a/swift-source.yaml +++ b/swift-source.yaml @@ -11,8 +11,3 @@ resources: proxy-memcache: { get_input: swift_proxy_memcache } replicas: 1 service-password: { get_input: swift_password } - neutron: - ovs: - local_ip: { get_input: neutron_local_ip } - enable_tunnelling: { get_input: neutron_enable_tunnelling} - tenant_network_type: { get_input: neutron_tenant_network_type} -- cgit 1.2.3-korg