diff --git a/doc/common-rst/app_support.rst b/doc/common-rst/app_support.rst index 6de81f5b00..097b5e0a02 100644 --- a/doc/common-rst/app_support.rst +++ b/doc/common-rst/app_support.rst @@ -164,7 +164,7 @@ The following Launchpad Bugs areas are available: - `Bugs: OpenStack Identity (keystone) `__ -- `Bugs: OpenStack Image Service +- `Bugs: OpenStack Image service (glance) `__ - `Bugs: OpenStack Networking diff --git a/doc/common-rst/cli_install_openstack_command_line_clients.rst b/doc/common-rst/cli_install_openstack_command_line_clients.rst index 8ad9b35a4c..c92a1b442a 100644 --- a/doc/common-rst/cli_install_openstack_command_line_clients.rst +++ b/doc/common-rst/cli_install_openstack_command_line_clients.rst @@ -146,7 +146,7 @@ for each client. The following values are valid: - ``cinder`` - Block Storage API and extensions -- ``glance`` - Image Service API +- ``glance`` - Image service API - ``heat`` - Orchestration API diff --git a/doc/common-rst/cli_manage_images.rst b/doc/common-rst/cli_manage_images.rst index f6d955a783..61922e8f08 100644 --- a/doc/common-rst/cli_manage_images.rst +++ b/doc/common-rst/cli_manage_images.rst @@ -6,7 +6,7 @@ The cloud operator assigns roles to users. Roles determine who can upload and manage images. The operator might restrict image upload and management to only cloud administrators or operators. -You can upload images through the ``glance`` client or the Image Service +You can upload images through the ``glance`` client or the Image service API. Besides, you can use the ``nova`` client for the image management. The latter provides mechanisms to list and delete images, set and delete image metadata, and create images of a running instance of snapshot and @@ -102,7 +102,7 @@ list, as follows:: "mountpoint": "/var/lib/glance/images/" }] - After you restart the Image Service, you can use the following syntax to view the image's location information:: + After you restart the Image service, you can use the following syntax to view the image's location information:: $ glance --os-image-api-version 2 image-show imageID @@ -127,7 +127,7 @@ To update an image by name or ID, use ``glance image-update``: The following table lists the optional arguments that you can use with the ``create`` and ``update`` commands to modify image properties. For -more information, refer to Image Service chapter in the `OpenStack +more information, refer to Image service chapter in the `OpenStack Command-Line Interface Reference `__. @@ -256,7 +256,7 @@ in the following tables. Troubleshoot image creation ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -If you encounter problems in creating an image in Image Service or +If you encounter problems in creating an image in Image service or Compute, the following information may help you troubleshoot the creation process. diff --git a/doc/common-rst/cli_overview.rst b/doc/common-rst/cli_overview.rst index b4e8a53556..af475a49b1 100644 --- a/doc/common-rst/cli_overview.rst +++ b/doc/common-rst/cli_overview.rst @@ -46,7 +46,7 @@ service with its package name and description. | | | |endpoints, and | | | | |credentials. | +----------------+----------+-----------------------+------------------------+ -|Image Service |glance |python-glanceclient |Create and manage | +|Image service |glance |python-glanceclient |Create and manage | | | | |images. | +----------------+----------+-----------------------+------------------------+ |Networking |neutron |python-neutronclient |Configure networks for | diff --git a/doc/user-guide/source/cli_launch_instances.rst b/doc/user-guide/source/cli_launch_instances.rst index 2dd614c0e3..88270ac8ce 100644 --- a/doc/user-guide/source/cli_launch_instances.rst +++ b/doc/user-guide/source/cli_launch_instances.rst @@ -65,7 +65,7 @@ Before you can launch an instance, gather the following parameters: After you gather the parameters that you need to launch an instance, you can launch it from an image_ or a :ref:`volume`. You can launch an instance directly from one of the available OpenStack images or from an image that you have -copied to a persistent volume. The OpenStack Image Service provides a +copied to a persistent volume. The OpenStack Image service provides a pool of images that are accessible to members of different projects. Gather parameters to launch an instance diff --git a/doc/user-guide/source/dashboard_launch_instances.rst b/doc/user-guide/source/dashboard_launch_instances.rst index 0296b538fd..39a0762926 100644 --- a/doc/user-guide/source/dashboard_launch_instances.rst +++ b/doc/user-guide/source/dashboard_launch_instances.rst @@ -4,7 +4,7 @@ Launch and manage instances Instances are virtual machines that run inside the cloud. You can launch an instance from the following sources: -- Images uploaded to the OpenStack Image Service. +- Images uploaded to the OpenStack Image service. - Image that you have copied to a persistent volume. The instance launches from the volume, which is provided by the ``cinder-volume`` @@ -33,7 +33,7 @@ copy of the image on the compute node where the instance starts. #. Log in to the dashboard, choose a project, and click :guilabel:`Images`. The dashboard shows the images that have been uploaded to OpenStack - Image Service and are available for this project. + Image service and are available for this project. For details on creating images, see `Creating images manually `__ diff --git a/doc/user-guide/source/sdk_authenticate_against_image_service_endpoint.rst b/doc/user-guide/source/sdk_authenticate_against_image_service_endpoint.rst index ec697fe303..ae11988468 100644 --- a/doc/user-guide/source/sdk_authenticate_against_image_service_endpoint.rst +++ b/doc/user-guide/source/sdk_authenticate_against_image_service_endpoint.rst @@ -2,10 +2,10 @@ :linenothreshold: 5 ============================================== -Authenticate against an Image Service endpoint +Authenticate against an Image service endpoint ============================================== -To authenticate against an Image Service endpoint, instantiate a +To authenticate against an Image service endpoint, instantiate a `glanceclient.v2.client.Client `__ object: .. code-block:: python diff --git a/doc/user-guide/source/sdk_manage_images.rst b/doc/user-guide/source/sdk_manage_images.rst index 3e92d75394..0d55bd6032 100644 --- a/doc/user-guide/source/sdk_manage_images.rst +++ b/doc/user-guide/source/sdk_manage_images.rst @@ -102,7 +102,7 @@ To retrieve an image object from its ID, call the Get image by name ~~~~~~~~~~~~~~~~~ -The Image Service Python bindings do not support the retrieval of an +The Image service Python bindings do not support the retrieval of an image object by name. However, the Compute Python bindings enable you to get an image object by name. To get an image object by name, call the ``novaclient.v1\_1.images.ImageManager.find`` method: