neutron/neutron/agent/metadata
Victor Stinner 6355173e4c Reuse to_utf8() and jsonutils.dump_as_bytes()
Reactor code:

* Reuse oslo_utils.encodeutils.to_utf8() instead of existing
  isinstance(text, six.text_type) test
* Replace jsonutils.dumps(obj).encode('utf-8') with
  jsonutils.dump_as_bytes(obj).
* Other minor bytes/Unicode changes

Change-Id: I03b8eff0fd70ab65ac66d6f3221e8ced0a56db17
2016-04-11 12:25:53 +02:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent.py Reuse to_utf8() and jsonutils.dump_as_bytes() 2016-04-11 12:25:53 +02:00
config.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
driver.py L3 agent: match format used by iptables 2016-04-05 10:40:21 -04:00
namespace_proxy.py Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00