cinder/cinder/api/v3
Sean McGinnis 5dd4a04f86
Correct volume-transfers API endpoint
Routing was set up to map to volume_transfers, but the cinder client and
other places expected it to be volume-transfer. The - is more correct
for API endpoints, and the client is currently in feature freeze, so
easiest way to correct this for this new feature is to update the
endpoint to the expected name.

Change-Id: Ib0002c441a2e860e8b74a4d9e6df890b398210f4
Closes-bug: #1785325
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-08-03 17:56:14 -05:00
..
views Add shared_targets and service_uuid to volumes 2017-12-01 18:26:21 +00:00
__init__.py cinder-api-microversions code 2016-02-24 06:50:54 -07:00
attachments.py Add ability to specify mode to attachment-create 2018-07-17 15:50:03 -05:00
backups.py Update microversion number with constants. 2018-07-24 14:08:26 +00:00
clusters.py V3 jsonschema validation: Clusters 2018-03-23 13:17:56 +05:30
consistencygroups.py Add cg policies and clean up old policy handling 2017-12-04 10:07:54 +08:00
group_snapshots.py Update delete group snapshot API exception handling 2018-07-31 17:36:10 -04:00
group_specs.py V3 jsonschema validation: Group type specs 2017-12-12 14:48:42 +05:30
group_types.py Fix combination of parameters for update APIs 2018-01-18 14:19:13 +05:30
groups.py V3 json schema validation: generic volume groups 2018-05-08 18:07:28 +05:30
limits.py Use constants for microversion values 2017-09-22 08:15:56 -05:00
messages.py Add missing 'target_obj' when perform policy check 2018-03-19 19:02:00 +08:00
resource_common_manage.py Use constants for microversion values 2017-09-22 08:15:56 -05:00
resource_filters.py Use constants for microversion values 2017-09-22 08:15:56 -05:00
router.py Correct volume-transfers API endpoint 2018-08-03 17:56:14 -05:00
snapshot_manage.py V2/V3 json schema validation: snapshot manage 2018-01-02 09:52:42 +05:30
snapshots.py Clearup duplicate req_version variable 2018-04-21 17:40:36 +08:00
volume_manage.py V3 json schema validation: volume manage 2018-04-16 09:56:23 +05:30
volume_metadata.py V3 jsonschema validation: Volume metadata 2017-12-08 12:40:01 +05:30
volume_transfer.py Update microversion number with constants. 2018-07-24 14:08:26 +00:00
volumes.py Update microversion number with constants. 2018-07-24 14:08:26 +00:00
workers.py V3 json schema validation: workers 2018-04-16 09:54:36 +05:30