]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adding filter options to backup list
authorJuan Manuel Olle <juan.m.olle@intel.com>
Mon, 28 Apr 2014 18:09:29 +0000 (15:09 -0300)
committerJuan Manuel Olle <juan.m.olle@intel.com>
Fri, 20 Jun 2014 18:49:28 +0000 (15:49 -0300)
commit5b05b372c8eb2dc577b1ddbd4095b9e8e1b3594c
tree30c945229a6e8f8cf96ac58b433b5b355f6b154a
parent2eb2294c69ca3ddc96d8b8955ad605ab162f2c8b
Adding filter options to backup list

This patch adds filter options to backup list.
Like cinder list, now cinder backup-list accept
parameters.
This blueprint is complimented with the client part

https://blueprints.launchpad.net/python-cinderclient
/+spec/add-filter-options-to-backup-list

blueprint: add-filter-options-to-backup-list

DocImpact
Change-Id: I9e095ee44a03744eb3f319323d9130a89196614e
cinder/api/contrib/backups.py
cinder/api/v1/snapshots.py
cinder/api/v1/volumes.py
cinder/api/v2/snapshots.py
cinder/api/v2/volumes.py
cinder/backup/api.py
cinder/db/api.py
cinder/db/sqlalchemy/api.py
cinder/tests/api/contrib/test_backups.py
cinder/tests/test_db_api.py
cinder/utils.py