From 256383b2e1abb0f2ffbd94c2cb89def13bc8abf6 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 24 Feb 2017 10:49:06 +0900 Subject: [PATCH] Use official service names Change-Id: I1eeff02978c46c2ca942753d9ebc85afb1d33b33 --- doc/common/get-started-with-openstack.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/common/get-started-with-openstack.rst b/doc/common/get-started-with-openstack.rst index ef9559badc..b6e0f8440e 100644 --- a/doc/common/get-started-with-openstack.rst +++ b/doc/common/get-started-with-openstack.rst @@ -28,18 +28,18 @@ OpenStack architecture: - Provides a web-based self-service portal to interact with underlying OpenStack services, such as launching an instance, assigning IP addresses and configuring access controls. - * - `Compute `__ + * - `Compute service `__ - `Nova `__ - Manages the lifecycle of compute instances in an OpenStack environment. Responsibilities include spawning, scheduling and decommissioning of virtual machines on demand. - * - `Networking `__ + * - `Networking service `__ - `Neutron `__ - Enables Network-Connectivity-as-a-Service for other OpenStack services, such as OpenStack Compute. Provides an API for users to define networks and the attachments into them. Has a pluggable architecture that supports many popular networking vendors and technologies. - * - `Object Storage `__ + * - `Object Storage service `__ - `Swift `__ - Stores and retrieves arbitrary unstructured data objects via a RESTful, HTTP based API. It is highly fault tolerant with its data replication @@ -47,7 +47,7 @@ OpenStack architecture: with mountable directories. In this case, it writes objects and files to multiple drives, ensuring the data is replicated across a server cluster. - * - `Block Storage `__ + * - `Block Storage service `__ - `Cinder `__ - Provides persistent block storage to running instances. Its pluggable driver architecture facilitates the creation and management of block @@ -61,11 +61,11 @@ OpenStack architecture: - `Glance `__ - Stores and retrieves virtual machine disk images. OpenStack Compute makes use of this during instance provisioning. - * - `Telemetry `__ + * - `Telemetry service `__ - `Ceilometer `__ - Monitors and meters the OpenStack cloud for billing, benchmarking, scalability, and statistical purposes. - * - `Orchestration `__ + * - `Orchestration service `__ - `Heat `__ - Orchestrates multiple composite cloud applications by using either the native HOT template format or the AWS CloudFormation template format, @@ -75,7 +75,7 @@ OpenStack architecture: - `Trove `__ - Provides scalable and reliable Cloud Database-as-a-Service functionality for both relational and non-relational database engines. - * - `Data processing service `__ + * - `Data Processing service `__ - `Sahara `__ - Provides capabilities to provision and scale Hadoop clusters in OpenStack by specifying parameters like Hadoop version, cluster topology and nodes