tricircle/tricircle/nova_apigw/controllers
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
..
__init__.py Fix incorrect file permission 2016-05-24 16:04:16 +08:00
action.py Nova_APIGW Server Action Support(part2) 2016-09-23 14:22:49 +08:00
aggregate.py Adapt error response body in nova and cinder api 2016-06-21 20:13:16 +08:00
flavor.py Adapt error response body in nova and cinder api 2016-06-21 20:13:16 +08:00
image.py Nova_APIGW Server Action Support(part1) 2016-09-22 10:00:23 +08:00
micro_versions.py Nova_APIGW REST API Microversion Support 2016-09-05 18:33:40 +08:00
network.py Adapt error response body in nova and cinder api 2016-06-21 20:13:16 +08:00
quota_sets.py Quota management for Nova-APIGW (part3 os-quota-sets and limits ) 2016-03-14 06:42:36 +00:00
root.py Implement volume attachment basic operation 2016-09-30 09:52:42 +08:00
root_versions.py Nova_APIGW REST API Microversion Support 2016-09-05 18:33:40 +08:00
server.py The framework of dynamic pod binding 2016-09-25 14:38:19 +08:00
server_ips.py Implement volume attachment basic operation 2016-09-30 09:52:42 +08:00
volume.py Implement volume attachment basic operation 2016-09-30 09:52:42 +08:00