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
NeutronNetworkType:
Type: String
Default: 'gre'
+ NeutronEnableTunnelling:
+ Type: String
+ Default: True
Resources:
SwiftStorageAccessPolicy:
Type: OS::Heat::AccessPolicy
- SwiftStorage0
- networks
tenant_network_type: {Ref: NeutronNetworkType}
+ enable_tunneling: {Ref: NeutronEnableTunnelling}
service-password:
Ref: NeutronPassword
swift: