You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tricircle/tricircle
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
7 years ago
..
api The framework of dynamic pod binding 7 years ago
cinder_apigw Merge "Implement force detach volume" 7 years ago
common Implement volume attachment basic operation 7 years ago
db Implement volume attachment basic operation 7 years ago
network Bridge network, subnet clean during router deletion 7 years ago
nova_apigw Implement volume attachment basic operation 7 years ago
tempestplugin Implement volume attachment basic operation 7 years ago
tests Implement volume attachment basic operation 7 years ago
xjob Support floating ip deletion 7 years ago
__init__.py networking-tricircle core plugin and security group 8 years ago