2 Commits

Author SHA1 Message Date
shihanzhang
1d35146a46 Remove log translations
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: If4735fc3ac1803585efd90657539e540d157a59a
2017-03-28 15:13:49 +08:00
Irena Berezovsky
2c354b3cd0 Add support for native OVS binding
Currently we use ovs-vsctl command execution to bind pod infra container to
the ovs bridge. As a follow-up work, it should be changed to use ovs-lib
(as in [1]).

[1] https://github.com/openstack/neutron/blob/master/neutron/agent/common/ovs_lib.py

Change-Id: Ic50797c96f477ee6e71712ee2ab6b09dd721f558
Partially-Implements: blueprint kuryr-k8s-integration
2016-12-22 09:00:37 +02:00