]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Renamed start_rpc_listener -> start_rpc_listeners
authorIhar Hrachyshka <ihrachys@redhat.com>
Mon, 9 Jun 2014 12:32:05 +0000 (14:32 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Thu, 19 Jun 2014 10:58:01 +0000 (12:58 +0200)
commit18dd65142f72c9884a453d7fb2aba0120c6df2f4
treeb396ea3af8799dcd171b86c3a277d0033ba03c8e
parentdeb27d9c24d3745ff062bc437081bd67cf10059f
Renamed start_rpc_listener -> start_rpc_listeners

Now that we explicitly start multiple RPC servers, renamed the method to
reflect behaviour.

blueprint oslo-messaging

Change-Id: I7c51cc1b44b4b4c8899255b9bedce1792c38634e
neutron/neutron_plugin_base_v2.py
neutron/plugins/metaplugin/meta_neutron_plugin.py
neutron/plugins/ml2/plugin.py
neutron/service.py
neutron/tests/unit/metaplugin/fake_plugin.py
neutron/tests/unit/metaplugin/test_metaplugin.py
neutron/tests/unit/ml2/test_port_binding.py
neutron/tests/unit/ml2/test_security_group.py