Install Guide: Make titles consistent
We have mixed styles in the guide with regards to capitalization and do not use gerunds (_ING_ verbs). This fixes the remaining pieces. Change-Id: I20a45b77de267a946b8f5b24c4a54fb9461274d0 backport: havana
This commit is contained in:
parent
9990235975
commit
87300f8c1e
@ -2,7 +2,7 @@
|
|||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||||
xml:id="orchestration-service">
|
xml:id="orchestration-service">
|
||||||
<title>Orchestration Service Overview</title>
|
<title>Orchestration Service overview</title>
|
||||||
<para>The Orchestration service provides a template-based orchestration
|
<para>The Orchestration service provides a template-based orchestration
|
||||||
for describing a cloud application by running OpenStack API calls to
|
for describing a cloud application by running OpenStack API calls to
|
||||||
generate running cloud applications. The software integrates other core
|
generate running cloud applications. The software integrates other core
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
xmlns="http://docbook.org/ns/docbook"
|
xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
||||||
<title>Installing the Identity Service</title>
|
<title>Install the Identity Service</title>
|
||||||
<procedure>
|
<procedure>
|
||||||
<step>
|
<step>
|
||||||
<para>Install the Identity Service on the controller node,
|
<para>Install the Identity Service on the controller node,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xml:id="keystone-services"
|
xml:id="keystone-services"
|
||||||
os="rhel;centos;fedora;opensuse;sles;ubuntu">
|
os="rhel;centos;fedora;opensuse;sles;ubuntu">
|
||||||
<title>Defining Services and API Endpoints</title>
|
<title>Define services and API endpoints</title>
|
||||||
|
|
||||||
<para>The Identity Service also tracks what OpenStack services are
|
<para>The Identity Service also tracks what OpenStack services are
|
||||||
installed and where to locate them on the network. For each service
|
installed and where to locate them on the network. For each service
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
version="5.0"
|
version="5.0"
|
||||||
xml:id="keystone-users" os="rhel;centos;fedora;opensuse;sles;ubuntu">
|
xml:id="keystone-users" os="rhel;centos;fedora;opensuse;sles;ubuntu">
|
||||||
<title>Defining Users, Tenants, and Roles</title>
|
<title>Define users, tenants, and roles</title>
|
||||||
|
|
||||||
<para>Once Keystone is installed and running, you set up users, tenants,
|
<para>Once Keystone is installed and running, you set up users, tenants,
|
||||||
and roles to authenticate against. These are used to allow access to
|
and roles to authenticate against. These are used to allow access to
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
||||||
|
|
||||||
<title>Verifying the Identity Service Installation</title>
|
<title>Verify the Identity Service installation</title>
|
||||||
|
|
||||||
<para>To verify the Identity Service is installed and configured
|
<para>To verify the Identity Service is installed and configured
|
||||||
correctly, first unset the <envar>OS_SERVICE_TOKEN</envar> and
|
correctly, first unset the <envar>OS_SERVICE_TOKEN</envar> and
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
plug-in). Additionally, Firewall-as-a-service (FWaaS) and
|
plug-in). Additionally, Firewall-as-a-service (FWaaS) and
|
||||||
Load-balancing-as-a-service (LBaaS) plug-ins are available.</para>
|
Load-balancing-as-a-service (LBaaS) plug-ins are available.</para>
|
||||||
<section xml:id="concepts-neutron.openvswitch">
|
<section xml:id="concepts-neutron.openvswitch">
|
||||||
<title>Open vSwitch Concepts</title>
|
<title>Open vSwitch concepts</title>
|
||||||
<para>The Open vSwitch plug-in is one of the most popular core
|
<para>The Open vSwitch plug-in is one of the most popular core
|
||||||
plug-ins. Open vSwitch configurations consists of bridges and
|
plug-ins. Open vSwitch configurations consists of bridges and
|
||||||
ports. Ports represent connections to other things, such as
|
ports. Ports represent connections to other things, such as
|
||||||
|
Loading…
Reference in New Issue
Block a user