deb-cinder/cinder
wanghao 3eafcf5720 Improvement to query cg detail(Part 1)
This feature allows users to query volume details
filtering by consistency group id.

According the spec, this is part 1 to implement
whole bp. Next part will be implemented after
Generic Volume group done.

APIImpact
1. User can use consistency group id to filter volume detail
   in cinder API. The query url is like this:
   "volumes/detail?group_id={consistency_group_id}".

2. This change will add a new version "3.10".

Co-Authored-By: wangxiyuan<wangxiyuan@huawei.com>

Change-Id: If3354cfaee5ca57d281b9270b4aebf4d26d42b2c
Partial-Implements: blueprint improvement-to-query-consistency-group-detail
2016-07-30 09:13:47 +08:00
..
api Improvement to query cg detail(Part 1) 2016-07-30 09:13:47 +08:00
backup Add backup update function (microversion) 2016-07-28 09:57:25 +00:00
brick LVM driver: list manageable volumes and snapshots 2016-07-26 09:37:29 +03:00
cmd Merge "Add check to limit maximum value of age_in_days" 2016-07-26 17:11:14 +00:00
common Remove translation from config options 2016-06-30 08:53:09 -05:00
compute Bump to Nova v2.1 2016-06-03 14:25:39 +08:00
config Add sample config file to cinder docs 2016-05-17 08:52:21 -05:00
consistencygroup Remove force option from create_snapshots_in_db() 2016-07-17 20:14:12 -04:00
db Fix mistakes introduced with QoSSpecs object 2016-07-28 13:34:24 +02:00
hacking Revert "Add hacking check to prevent assert_called_once" 2016-05-24 12:36:22 -04:00
image Image virtual size doesn't fit to volume size 2016-07-11 12:46:09 +03:00
interface Fix chunked backup driver interface name 2016-07-15 16:53:12 +05:30
keymgr Fix doc and source documentation errors and warning 2016-04-14 12:30:08 +02:00
locale Imported Translations from Zanata 2016-07-23 06:15:00 +00:00
message Add pagination support to messages 2016-05-27 10:49:00 +00:00
objects Fix mistakes introduced with QoSSpecs object 2016-07-28 13:34:24 +02:00
replication Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
scheduler Fix wrong declaration in Scheduler's base driver 2016-07-22 16:47:58 +02:00
tests Improvement to query cg detail(Part 1) 2016-07-30 09:13:47 +08:00
transfer Handle quota exceed exception 2016-06-14 09:56:10 +08:00
volume Merge "Fix mistakes introduced with QoSSpecs object" 2016-07-29 16:37:56 +00:00
wsgi Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
zonemanager Fix some typos 2016-07-05 15:11:39 +02:00
__init__.py Re-enabled hacking checks for H105 2016-01-05 11:22:40 +02:00
context.py Merge "Define context.roles with base class" 2016-06-17 03:34:18 +00:00
coordination.py update coordination.Lock.release's docstring 2016-06-19 01:55:35 -04:00
exception.py Add worker's DB operations 2016-07-22 21:00:12 +02:00
flow_utils.py Refactoring of manager's create_volume flow 2015-07-24 11:19:09 +02:00
i18n.py Remove unused gettextutils from oslo-incubator 2015-10-16 15:22:49 -05:00
manager.py Add cluster job distribution 2016-07-22 21:00:11 +02:00
opts.py Add cluster job distribution 2016-07-22 21:00:11 +02:00
policy.py adds user_id to check_is_admin 2015-08-25 04:46:18 -07:00
quota_utils.py Handle API NotFound exceptions at WSGI level 2016-07-22 21:06:13 +02:00
quota.py Merge "Lazy load a project quotas's default values" 2016-05-30 11:08:22 +00:00
rpc.py Add cluster job distribution 2016-07-22 21:00:11 +02:00
service.py Add cluster job distribution 2016-07-22 21:00:11 +02:00
ssh_utils.py Fix sshpool.remove code 2016-03-01 03:20:04 +00:00
test.py Add worker's DB operations 2016-07-22 21:00:12 +02:00
utils.py Update Versioned Objects with Cluster object 2016-07-22 21:00:08 +02:00
version.py