tricircle/tricircle/db
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
..
migrate_repo The framework of dynamic pod binding 2016-09-25 14:38:19 +08:00
__init__.py cascade_service: DB infrastructure 2015-08-11 10:57:27 +00:00
api.py Implement volume attachment basic operation 2016-09-30 09:52:42 +08:00
core.py Move router operations to xjob 2016-07-25 17:25:48 +08:00
migration_helpers.py cascade_service: DB infrastructure 2015-08-11 10:57:27 +00:00
models.py The framework of dynamic pod binding 2016-09-25 14:38:19 +08:00
opts.py Move statless design from experiment to master branch 2016-01-14 12:56:57 +08:00