[common] Normalize get started contents
* file naming * service name - to follow official service names * heading - for inclusion: http://docs.openstack.org/mitaka/install-guide-ubuntu/keystone.html Change-Id: Ifb65971526c2914bf8fc16a10fdafd1c864c38fa
This commit is contained in:
parent
e57d824e5c
commit
0261a73482
@ -1,6 +1,6 @@
|
||||
=======================
|
||||
OpenStack Block Storage
|
||||
=======================
|
||||
==============================
|
||||
Block Storage service overview
|
||||
==============================
|
||||
|
||||
The OpenStack Block Storage service (cinder) adds persistent storage
|
||||
to a virtual machine. Block Storage provides an infrastructure for managing
|
||||
|
@ -1,6 +1,6 @@
|
||||
=================
|
||||
OpenStack Compute
|
||||
=================
|
||||
========================
|
||||
Compute service overview
|
||||
========================
|
||||
|
||||
Use OpenStack Compute to host and manage cloud computing systems.
|
||||
OpenStack Compute is a major part of an Infrastructure-as-a-Service
|
||||
|
@ -1,8 +1,6 @@
|
||||
.. _get_started_dashboard:
|
||||
|
||||
===================
|
||||
OpenStack dashboard
|
||||
===================
|
||||
==================
|
||||
Dashboard overview
|
||||
==================
|
||||
|
||||
The OpenStack dashboard is a modular `Django web
|
||||
application <https://www.djangoproject.com/>`__ that provides a
|
||||
|
@ -1,6 +1,6 @@
|
||||
=================================
|
||||
OpenStack Data processing service
|
||||
=================================
|
||||
================================
|
||||
Data Processing service overview
|
||||
================================
|
||||
|
||||
The Data processing service for OpenStack (sahara) aims to provide users
|
||||
with a simple means to provision data processing (Hadoop, Spark)
|
@ -1,6 +1,6 @@
|
||||
==========================
|
||||
OpenStack Database service
|
||||
==========================
|
||||
=========================
|
||||
Database service overview
|
||||
=========================
|
||||
|
||||
The Database service provides scalable and reliable cloud provisioning
|
||||
functionality for both relational and non-relational database engines.
|
||||
|
@ -1,6 +1,6 @@
|
||||
==================
|
||||
OpenStack Identity
|
||||
==================
|
||||
=========================
|
||||
Identity service overview
|
||||
=========================
|
||||
|
||||
The OpenStack :term:`Identity service` provides a single point of
|
||||
integration for managing authentication, authorization, and service catalog
|
||||
|
@ -1,6 +1,6 @@
|
||||
=======================
|
||||
OpenStack Image service
|
||||
=======================
|
||||
======================
|
||||
Image service overview
|
||||
======================
|
||||
|
||||
The OpenStack Image service is central to Infrastructure-as-a-Service
|
||||
(IaaS) as shown in :ref:`get_started_conceptual_architecture`. It accepts API
|
||||
|
@ -24,7 +24,7 @@ several message broker and database solutions, such as RabbitMQ,
|
||||
MySQL, MariaDB, and SQLite.
|
||||
|
||||
Users can access OpenStack via the web-based user interface implemented
|
||||
by the :ref:`get_started_dashboard`, via `command-line
|
||||
by :doc:`Dashboard <get_started_dashboard>`, via `command-line
|
||||
clients <http://docs.openstack.org/cli-reference/>`__ and by
|
||||
issuing API requests through tools like browser plug-ins or :command:`curl`.
|
||||
For applications, `several SDKs <http://developer.openstack.org/#sdk>`__
|
||||
|
@ -1,6 +1,6 @@
|
||||
====================
|
||||
OpenStack Networking
|
||||
====================
|
||||
===========================
|
||||
Networking service overview
|
||||
===========================
|
||||
|
||||
OpenStack Networking (neutron) allows you to create and attach interface
|
||||
devices managed by other OpenStack services to networks. Plug-ins can be
|
@ -1,6 +1,6 @@
|
||||
========================
|
||||
OpenStack Object Storage
|
||||
========================
|
||||
===============================
|
||||
Object Storage service overview
|
||||
===============================
|
||||
|
||||
The OpenStack Object Storage is a multi-tenant object storage system. It
|
||||
is highly scalable and can manage large amounts of unstructured data at
|
||||
|
@ -10,14 +10,14 @@ OpenStack services
|
||||
get_started_storage_concepts.rst
|
||||
get_started_object_storage.rst
|
||||
get_started_block_storage.rst
|
||||
get_started_file_storage.rst
|
||||
get_started_openstack_networking.rst
|
||||
get_started_shared_file_systems.rst
|
||||
get_started_networking.rst
|
||||
get_started_dashboard.rst
|
||||
get_started_identity.rst
|
||||
get_started_image_service.rst
|
||||
get_started_telemetry.rst
|
||||
get_started_orchestration.rst
|
||||
get_started_database_service.rst
|
||||
get_started_sahara.rst
|
||||
get_started_data_processing.rst
|
||||
|
||||
This section describes OpenStack services in detail.
|
||||
|
@ -1,6 +1,6 @@
|
||||
===============================
|
||||
OpenStack Orchestration service
|
||||
===============================
|
||||
==============================
|
||||
Orchestration service overview
|
||||
==============================
|
||||
|
||||
The Orchestration service provides a template-based orchestration for
|
||||
describing a cloud application by running OpenStack API calls to
|
||||
|
@ -1,6 +1,6 @@
|
||||
=====================================
|
||||
OpenStack Shared File Systems service
|
||||
=====================================
|
||||
====================================
|
||||
Shared File Systems service overview
|
||||
====================================
|
||||
|
||||
The OpenStack Shared File Systems service (manila) provides file storage to a
|
||||
virtual machine. The Shared File Systems service provides an infrastructure
|
@ -1,6 +1,6 @@
|
||||
===========================
|
||||
OpenStack Telemetry service
|
||||
===========================
|
||||
==========================
|
||||
Telemetry service overview
|
||||
==========================
|
||||
|
||||
Telemetry Data Collection service
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -99,7 +99,7 @@ exclude_patterns = ['common/cli*', 'common/nova*',
|
||||
'common/get_started_dashboard.rst',
|
||||
'common/get_started_database_service.rst',
|
||||
'common/get_started_storage_concepts.rst',
|
||||
'common/get_started_sahara.rst',
|
||||
'common/get_started_data_processing.rst',
|
||||
'common/dashboard_customizing.rst',
|
||||
'shared/note_configuration_vary_by_distribution.rst']
|
||||
|
||||
|
@ -6,7 +6,7 @@ Shared File Systems service
|
||||
|
||||
.. toctree::
|
||||
|
||||
common/get_started_file_storage.rst
|
||||
common/get_started_shared_file_systems.rst
|
||||
manila-controller-install.rst
|
||||
manila-share-install.rst
|
||||
manila-verify.rst
|
||||
|
@ -14,7 +14,7 @@ traffic flows, see the
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
common/get_started_openstack_networking.rst
|
||||
common/get_started_networking.rst
|
||||
neutron-concepts.rst
|
||||
neutron-controller-install.rst
|
||||
neutron-compute-install.rst
|
||||
|
Loading…
Reference in New Issue
Block a user