diff --git a/api-ref/src/wadls/image-api/src/v2/common.ent b/api-ref/src/wadls/image-api/src/v2/common.ent index 2efb13b99..157e3cbf1 100644 --- a/api-ref/src/wadls/image-api/src/v2/common.ent +++ b/api-ref/src/wadls/image-api/src/v2/common.ent @@ -293,7 +293,9 @@ style="plain" required="true" type="csapi:UUID"> - The UUID of the image. + + The UUID of the image. + '> - The minimum amount of RAM in MB that is required to boot the image. - If this field has no value, its value is null (JSON null data type). + The minimum amount of RAM in MB that is required to boot the image. + + + If this field has no value, its value is null (JSON null + data type). '> @@ -557,15 +562,15 @@ '> - URL to access the image file kept in external store. It - appears when you set the show_multiple_locations option - to True in the Image service's configuration - file. + + A list of URLs to access the image file in external store. This list + appears if the show_multiple_locations option is set to + True in the Image service's configuration file. '> @@ -577,7 +582,7 @@ xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN"> URL to access the image file kept in external store. It - appears when you set the show_multiple_locations option + appears when you set the show_image_direct_url option to True in the Image service's configuration file. @@ -747,7 +752,9 @@ - Unique namespace. + + The UUID of the namespace. + ' > - The UUID of the task. + + The UUID of the task. '> diff --git a/api-ref/src/wadls/image-api/src/v2/samples/image-create-response.json b/api-ref/src/wadls/image-api/src/v2/samples/image-create-response.json index 868f7f044..dd2289ee2 100644 --- a/api-ref/src/wadls/image-api/src/v2/samples/image-create-response.json +++ b/api-ref/src/wadls/image-api/src/v2/samples/image-create-response.json @@ -8,6 +8,7 @@ "disk_format": "raw", "updated_at": "2015-11-29T22:21:42Z", "visibility": "private", + "locations": [], "self": "/v2/images/b2173dd3-7ad6-4362-baa6-a68bce3565cb", "min_disk": 0, "protected": false, diff --git a/api-ref/src/wadls/image-api/src/v2/wadl/images-v2.wadl b/api-ref/src/wadls/image-api/src/v2/wadl/images-v2.wadl index f667fc711..2c38c2ad9 100644 --- a/api-ref/src/wadls/image-api/src/v2/wadl/images-v2.wadl +++ b/api-ref/src/wadls/image-api/src/v2/wadl/images-v2.wadl @@ -235,13 +235,6 @@ calls. - - - If you create the image with the Location - header and you have correct permissions, you can use API - calls to see the image status as active. - - @@ -253,7 +246,7 @@ + required="false">