]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Deprecate new= argument from create_connection
authorIhar Hrachyshka <ihrachys@redhat.com>
Thu, 15 Oct 2015 13:44:03 +0000 (15:44 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 6 Nov 2015 12:27:37 +0000 (13:27 +0100)
commit077e869fda6b8ba271dd8f791923a67375d1a359
tree9ff5fa19ff77b7f764bba26befcfd92b2a25dbd1
parentd95283a731c3078c10173822e248c5f39be0b1fa
Deprecate new= argument from create_connection

It's not used since the time we switched to oslo.messaging (Juno), it's
time to deprecate and eventually remove it.

Closes-Bug: #1506492
Change-Id: I57b0229c2b6028796cd10bbbfc9b166cf8a6dab0
neutron/agent/rpc.py
neutron/common/rpc.py
neutron/plugins/brocade/NeutronPlugin.py
neutron/plugins/ml2/plugin.py
neutron/services/l3_router/l3_router_plugin.py
neutron/services/metering/metering_plugin.py
neutron/tests/unit/agent/test_rpc.py