]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enabled Cisco ML2 driver to use new upstream ncclient
authorJuergen Brendel <jbrendel@cisco.com>
Wed, 6 Aug 2014 01:23:52 +0000 (01:23 +0000)
committerJuergen Brendel <jbrendel@cisco.com>
Thu, 7 Aug 2014 01:11:55 +0000 (01:11 +0000)
commit74c99fb40d4621c6c0915764537dfb54cc6519ca
tree66cc536e1bf4cff9ca714fd4b8c3979bd51cb98b
parentcadc8df994d1def4400d4d051774fab957c74241
Enabled Cisco ML2 driver to use new upstream ncclient

The code is still able to handle the old, custom ncclient that
we used before. It uses the different function signatures
for the ncclient's connect() function to detect which version
is installed.

Change-Id: I09d81b424d86f4cd35ca048507f06471246b91d8
Closes-Bug: 1352635
neutron/plugins/ml2/drivers/cisco/nexus/nexus_network_driver.py
neutron/tests/unit/ml2/drivers/cisco/nexus/test_cisco_mech.py