tricircle/tricircle/tests/unit
XiongQiu 450f4e6531 Implement volume attachment basic operation
1.What is the problem?
In nova-apigw, there are some servers with volume attachments
are not implemented:
 * List volume attachments for an instance;
 * Attach a volume to an instance;
 * Show a detail of a volume attachment;
 * Update a volume attachment;
 * Detach a volume from an instance.

2.What is the solution to the problem?
This patch add three feature:
 * We can get the volume identified by the attachment ID.
 * We can get a list of all the attacned volumes.
 * Detach a volume identified by the attachment ID from
    the given server ID.

3.What the features need to be implemented to the Tricircle
  to realize the solution?
The above three features.

Change-Id: I76ad72ca5d54fca7c2c463b5c41f2a4151f11eb8
2016-09-30 09:52:42 +08:00
..
api Support policy control on Admin-API request 2016-09-17 23:21:48 -04:00
cinder_apigw Implement force detach volume 2016-09-27 08:53:11 +08:00
common Using assertIsNone() instead of assertEqual(None) 2016-09-27 15:10:40 +07:00
db Quota management for Nova-APIGW and Cinder-APIGW(part1) 2016-01-25 15:05:35 +08:00
network Bridge network, subnet clean during router deletion 2016-09-24 09:45:51 +08:00
nova_apigw Implement volume attachment basic operation 2016-09-30 09:52:42 +08:00
xjob Support l3 networking in shared vlan network 2016-09-05 15:36:34 +08:00
__init__.py cascade_service: DB infrastructure 2015-08-11 10:57:27 +00:00