components/openstack/neutron/files/agent/evs_l3_agent.py
changeset 4389 a44bb9a2917e
parent 4057 43172a88ed95
child 4624 45b5c64ab5bf
--- a/components/openstack/neutron/files/agent/evs_l3_agent.py	Mon Jun 01 23:00:30 2015 -0700
+++ b/components/openstack/neutron/files/agent/evs_l3_agent.py	Tue Jun 02 12:43:22 2015 -0600
@@ -351,10 +351,10 @@
             elif (l2type == 'vlan' and
                   self.conf.get("external_network_datalink", None)):
                 LOG.warning(_("external_network_datalink is deprecated in "
-                             "Juno and will be removed in the next release of "
-                             "Solaris OpenStack. Please use the evsadm "
-                             "set-controlprop subcommand to setup the "
-                             "uplink-port for an external network"))
+                              "Juno and will be removed in the next release "
+                              "of Solaris OpenStack. Please use the evsadm "
+                              "set-controlprop subcommand to setup the "
+                              "uplink-port for an external network"))
                 # proceed with the old-style of doing things
                 mac_address = ex_gw_port['mac_address']
                 dl.create_vnic(self.conf.external_network_datalink,