Merge "[image] Images API -> Image API"

This commit is contained in:
Jenkins 2016-06-17 11:11:44 +00:00 committed by Gerrit Code Review
commit 969c54837b
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ The following procedure is a workflow for image sharing after image creation.
Communications between the image producer and the consumer, such as Communications between the image producer and the consumer, such as
those described in this example, must be arranged independently of those described in this example, must be arranged independently of
the OpenStack Images API. The consumer and producer can send notifications the OpenStack Image API. The consumer and producer can send notifications
by using email, phone, Twitter, or other channels. by using email, phone, Twitter, or other channels.
#. The producer posts the availability of specific images for consumers to #. The producer posts the availability of specific images for consumers to

View File

@ -5,7 +5,7 @@ Manage images using cURL
This section is intended to provide a series of commands a typical This section is intended to provide a series of commands a typical
client of the API might use to create and modify an image. client of the API might use to create and modify an image.
These commands assume the implementation of the v2 Images API using These commands assume the implementation of the v2 Image API using
the Identity Service for authentication and authorization. The the Identity Service for authentication and authorization. The
X-Auth-Token header is used to provide the authentication token issued by X-Auth-Token header is used to provide the authentication token issued by
the Identity Service. the Identity Service.