deb-manila/manila/tests/api/v2
Alex Meade dd630c3929 User Messages
For quite some time, OpenStack services have wanted to be able to send
messages to API end users (by user I do not mean the operator, but the
user that is interacting with the client).

This patch implements basic user messages with the following APIs.
GET /messages
GET /messages/<message_id>
DELETE /messages/<message_id>

Implements the basic /messages resource and tempest tests
The patch is aligned with related cinder patch where possible:
I8a635a07ed6ff93ccb71df8c404c927d1ecef005

DocImpact
APIImpact

Needed-By: I5ffb840a271c518f62ee1accfd8e20a97f45594d
Needed-By: I9ce096eebda3249687268e361b7141dea4032b57
Needed-By: Ic7d25a144905a39c56ababe8bd666b01bc0d0aef

Partially-implements: blueprint user-messages
Co-Authored-By: Jan Provaznik <jprovazn@redhat.com>
Change-Id: Ia0cc524e0bfb2ca5e495e575e17e9911c746690b
2017-07-13 13:05:57 +02:00
..
__init__.py Add new URLs for APIs ported from extensions 2015-12-01 12:15:06 +02:00
stubs.py User Messages 2017-07-13 13:05:57 +02:00
test_availability_zones.py Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
test_messages.py User Messages 2017-07-13 13:05:57 +02:00
test_quota_class_sets.py Add new URLs for APIs ported from extensions 2015-12-01 12:15:06 +02:00
test_quota_sets.py Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
test_services.py Add new URLs for APIs ported from extensions 2015-12-01 12:15:06 +02:00
test_share_export_locations.py Update export location retrieval APIs 2016-03-02 09:32:28 -05:00
test_share_group_snapshots.py Manila Share Groups 2017-01-23 21:29:12 +02:00
test_share_group_type_specs.py Manila Share Groups 2017-01-23 21:29:12 +02:00
test_share_group_types.py [Share Groups] Fix creation of share group types with wrong specs values 2017-06-06 13:11:17 +03:00
test_share_groups.py Add like filter 2017-07-10 14:55:41 +08:00
test_share_instance_export_locations.py Update export location retrieval APIs 2016-03-02 09:32:28 -05:00
test_share_instances.py Add export-location filter in share and share instance list API 2017-06-29 18:06:21 +00:00
test_share_networks.py Add like filter 2017-07-10 14:55:41 +08:00
test_share_replicas.py Only return share host for admins using shares API 2017-02-16 18:13:31 +00:00
test_share_snapshot_export_locations.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_share_snapshot_instance_export_locations.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_share_snapshot_instances.py Remove unused function in test_share_snapshot_instances file 2017-05-24 16:46:14 +08:00
test_share_snapshots.py Add like filter 2017-07-10 14:55:41 +08:00
test_share_types.py Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
test_shares.py Add prefix 'test' to test name in test_shares 2017-07-13 15:03:39 +08:00