]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Update deprecated version of novaclient
authorYusuke Hayashi <hayashi-yusuke@jp.fujitsu.com>
Sat, 8 Aug 2015 14:12:18 +0000 (23:12 +0900)
committerYusuke Hayashi <hayashi-yusuke@jp.fujitsu.com>
Tue, 18 Aug 2015 01:03:50 +0000 (01:03 +0000)
commit000aeb9df77dc61df9f597421a10a77c32bd89b0
tree4b5359cbde823840cb0d83db6cfdb27995277799
parent5a47eecd0e138948123cfef2a82a4827d6c3747d
Update deprecated version of novaclient

Update novaclient v1.1 to v2
because warning messages are shown as below when executing run_test.sh:

UserWarning: Module novaclient.v1_1 is deprecated
(taken as a basis for novaclient.v2).
The preferable way to get client class or object
you can find in novaclient.client module.

Change-Id: I26602aceadac9a43d4fbaa14791bf6756eef9874
Partial-Bug: #1482873
cinder/compute/nova.py
cinder/tests/unit/compute/test_nova.py