manila/etc/manila
Julia Varlamova 6c04272429 Improve share-network list API filtering
Add filtering share-network list by creation date, associated security
service ID, project ID (for admin context only).

Limit share network list using 'offset' and 'limit' options.

Add policy rule for 'get_all_share_networks' action.

Remove 'status' field from returned share nerwork's view,
as share_network model doesn't have such attribute. So, None was always
returned as a status.

Fix DB api function share_network_get_all_by_security_service - second param
should be named 'security_service_id' instead of 'share_network_id'.

Add unit and tempest tests.

Implements bp improve-share-network-list-filtering

Change-Id: I7c3e44068fb39672d1d6c9e06527fde2604672a9
2014-10-30 09:56:18 +04:00
..
rootwrap.d Add support for working with multiple glusterfs volumes 2014-09-24 11:50:31 +00:00
README.manila.conf Use common config generator 2014-08-12 16:33:06 +02:00
api-paste.ini fixed share snapshots 2013-09-11 16:15:22 +03:00
logging_sample.conf Replaced cinder with manila 2013-09-04 15:45:32 +03:00
policy.json Improve share-network list API filtering 2014-10-30 09:56:18 +04:00
rootwrap.conf Replaced cinder with manila 2013-09-04 15:45:32 +03:00

README.manila.conf

To generate the sample manila.conf file, run the following
command from the top level of the manila directory:

tox -egenconfig

or run gen script directly:

./tools/config/generate_sample.sh -o etc/manila