manila/manila/api
Valeriy Ponomaryov f95e5d90b6 [Share Groups] Add two new fields to SG API object
Previous change [1] added logic for handling of availability zones with
share groups and [2] for scheduling with share group capability
to create consistent snapshots. Those two added two new DB fields
for 'share_groups' DB model, but not to API response that requires
microversion bump. So, add these fields to API and bump microversion.

Following two new fields will be available with new microversion:
- 'availability_zone_id'
- 'consistent_snapshot_support'

Also, add tempest tests to these API changes.

[1] I000adeb53fe8435465cbedc3c539e6aaae6503c5
[2] I05553c308ae40c4ddc2c6469ff1c1a3da36a87da

Partially-Implements BP manila-share-groups
Change-Id: I343d0c6f3a5c7b58d88e95dba4af984fae738954
2017-06-06 10:13:36 +00:00
..
contrib Port share type extensions to core API 2015-11-12 14:58:20 +00:00
middleware Add possibility to run 'manila-api' with wsgi web servers 2017-04-10 12:49:20 +03:00
openstack [Share Groups] Add two new fields to SG API object 2017-06-06 10:13:36 +00:00
v1 [Share Groups] Add availability zone support 2017-06-06 10:13:00 +00:00
v2 [Share Groups] Add availability zone support 2017-06-06 10:13:00 +00:00
views [Share Groups] Add two new fields to SG API object 2017-06-06 10:13:36 +00:00
__init__.py Remove enable_v1_api and enable_v2_api config opts 2016-08-23 08:27:22 +02:00
auth.py Remove log translations in api 1/5 2017-03-29 16:55:05 +08:00
common.py change user access name limit from 32 to 255 characters 2017-03-24 09:54:05 +08:00
extensions.py Remove log translations in api 1/5 2017-03-29 16:55:05 +08:00
urlmap.py Trivial: Remove unused logging import 2015-12-28 21:44:26 -05:00
versions.py Mark 'v1' API deprecated in the versions response 2017-01-27 14:12:39 +00:00