]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Allow Cinder to call Nova client
authorAvishay Traeger <avishay@il.ibm.com>
Sun, 11 Aug 2013 16:40:10 +0000 (19:40 +0300)
committerAvishay Traeger <avishay@il.ibm.com>
Mon, 19 Aug 2013 10:38:56 +0000 (13:38 +0300)
commitdee13e6a3660f94cbbc143151e9d4046882f2032
tree1debf4d3ae45c4810b75888316d5f14e292e4b22
parent08b6480ca8f9ff9c8bd1a20e2660ac8cfecb4c53
Allow Cinder to call Nova client

This code allows Cinder to call Nova client functions. This will be used
for online migration and guest-assisted snapshots, which are both in
progress.

Change-Id: I9c94917bddcf250b880ca730df463a8402fe6b1d
cinder/api/middleware/auth.py
cinder/compute/__init__.py
cinder/compute/nova.py [new file with mode: 0644]
cinder/context.py
cinder/tests/compute/test_nova.py [new file with mode: 0644]