components/openstack/neutron/patches/07-ml2-ovs-support.patch
changeset 7314 014a673c1f62
parent 7238 96025c3f5cac
--- a/components/openstack/neutron/patches/07-ml2-ovs-support.patch	Tue Nov 15 16:45:54 2016 -0800
+++ b/components/openstack/neutron/patches/07-ml2-ovs-support.patch	Tue Nov 15 16:50:44 2016 -0800
@@ -228,8 +228,8 @@
 +            try:
 +                utils.execute(cmd)
 +            except Exception as e:
-+                LOG.error(_LE("failed to create VXLAN tunnel end point "
-+                              "ovs.vxlan1: %s. Agent terminated!") % (e))
++                LOG.exception(_LE("failed to create VXLAN tunnel end point "
++                                  "ovs.vxlan1: %s. Agent terminated!") % (e))
 +                exit(1)
 +        # set openvswitch property to on
 +        try:
@@ -241,8 +241,8 @@
 +                       'openvswitch=on', 'ovs.vxlan1']
 +                utils.execute(cmd)
 +        except Exception as e:
-+            LOG.error(_LE("failed to set 'openvswitch' property on "
-+                          "ovs.vxlan1: %s. Agent terminated!") % (e))
++            LOG.exception(_LE("failed to set 'openvswitch' property on "
++                              "ovs.vxlan1: %s. Agent terminated!") % (e))
 +            exit(1)
 +
 +        attrs = [('type', 'vxlan'),