nova/nova/tests/functional/api_sample_tests/api_samples/os-migrations
Takashi NATSUME 64bf8da977 api-ref: Replace non UUID string with UUID
In the "List Migrations" (GET /os-migrations) API,
there are the following response body examples.

* Example List Migrations: JSON response
* Example List Migrations (v2.59)
* Example List Migrations With Paging (v2.59)

In the second and third examples, the 'instance_uuid' are UUID strings.
But in the first one, the 'instance_uuid' is not UUID.
It should be a UUID string.
So replace non UUID string with a UUID string in the example.

Change-Id: I6c29c48f53838beb7da3ec0f849380e3706df422
2018-10-09 14:56:35 +09:00
..
v2.23 Drop the use of magic openstack project_id 2016-03-08 19:34:56 +00:00
v2.59 Rename changes-since test sample file 2018-09-14 11:52:37 +08:00
v2.66 Resource retrieving: add changes-before filter 2018-09-19 09:56:56 -04:00
migrations-get.json.tpl api-ref: Replace non UUID string with UUID 2018-10-09 14:56:35 +09:00