]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove versioning import of novaclient
authorAndrey Kurilin <akurilin@mirantis.com>
Wed, 4 Feb 2015 13:10:57 +0000 (15:10 +0200)
committerAndrey Kurilin <akurilin@mirantis.com>
Fri, 20 Feb 2015 07:46:40 +0000 (09:46 +0200)
commitaedb9768d72079cfe6538f38b517adb4d81beb73
tree8e1ba5e29fdaec850400a87a6a5099225846d618
parentfc0b6ae80a2625a6ac88894438eb68688c6424d6
Remove versioning import of novaclient

novaclient has specific function novaclient.client.Client for obtaining
client object. This fuction should be used instead of direct import.
Also, contrib path dependends on version, so we should get it based on
versioned client.

Change-Id: If9c55446c4d10a58e9723f5c333082bcacb431b8
Closes-Bug: #1418017
neutron/notifiers/nova.py
neutron/plugins/cisco/l3/service_vm_lib.py