Add enable_tunneling to swift storage metadata
authorJames Slagle <jslagle@redhat.com>
Thu, 27 Mar 2014 15:02:41 +0000 (11:02 -0400)
committerJames Slagle <jslagle@redhat.com>
Thu, 3 Apr 2014 16:08:42 +0000 (12:08 -0400)
Add the enable_tunneling option to the neutron-openvswitch-agent
metadata for the swift storage template. If not preset, this option is
left blank in the openvswitch plugin configuration plugin. This causes
the service to fail to start because a blank value is not permissible
for a boolean option.

Change-Id: Ieadcdab295913121bd00dbd25e4245024bc2240f

swift-storage-source.yaml

index 92e11e6..16f2f36 100644 (file)
@@ -11,6 +11,9 @@ Parameters:
   NeutronNetworkType:
     Type: String
     Default: 'gre'
+  NeutronEnableTunnelling:
+    Type: String
+    Default: True
 Resources:
   SwiftStorageAccessPolicy:
     Type: OS::Heat::AccessPolicy
@@ -81,6 +84,7 @@ Resources:
                   - SwiftStorage0
                   - networks
           tenant_network_type: {Ref: NeutronNetworkType}
+          enable_tunneling: {Ref: NeutronEnableTunnelling}
         service-password:
           Ref: NeutronPassword
       swift: