[install] unify list syntax

* use * instead of - everywhere

Change-Id: I4c28e2856e944bd355a6edccdb6481c4b42aaf29
This commit is contained in:
Christian Berendt 2015-10-10 18:45:35 +02:00
parent 30189ca84a
commit 4ba904a12b
3 changed files with 11 additions and 11 deletions

View File

@ -59,7 +59,7 @@ using :term:`NAT`.
The example architectures assume use of the following networks:
- Management on 10.0.0.0/24 with gateway 10.0.0.1
* Management on 10.0.0.0/24 with gateway 10.0.0.1
.. note::
@ -67,7 +67,7 @@ The example architectures assume use of the following networks:
nodes for administrative purposes such as package installation,
security updates, :term:`DNS`, and :term:`NTP`.
- Public on 203.0.113.0/24 with gateway 203.0.113.1
* Public on 203.0.113.0/24 with gateway 203.0.113.1
.. note::

View File

@ -36,9 +36,9 @@ not require a significant amount of resources and the following minimum
requirements should support a proof-of-concept environment with core services
and several :term:`CirrOS` instances:
- Controller Node: 1 processor, 2 GB memory, and 5 GB storage
* Controller Node: 1 processor, 2 GB memory, and 5 GB storage
- Compute Node: 1 processor, 2 GB memory, and 10 GB storage
* Compute Node: 1 processor, 2 GB memory, and 10 GB storage
To minimize clutter and provide more resources for OpenStack, we recommend
a minimal installation of your Linux distribution. Also, you must install a
@ -52,10 +52,10 @@ For first-time installation and testing purposes, many users elect to build
each host as a :term:`virtual machine (VM)`. The primary benefits of VMs
include the following:
- One physical server can support multiple nodes, each with almost any
* One physical server can support multiple nodes, each with almost any
number of network interfaces.
- Ability to take periodic "snap shots" throughout the installation
* Ability to take periodic "snap shots" throughout the installation
process and "roll back" to a working configuration in the event of a
problem.

View File

@ -94,13 +94,13 @@ After becoming familiar with basic installation, configuration, operation,
and troubleshooting of these OpenStack services, you should consider the
following steps toward deployment using a production architecture:
- Determine and implement the necessary core and optional services to
* Determine and implement the necessary core and optional services to
meet performance and redundancy requirements.
- Increase security using methods such as firewalls, encryption, and
* Increase security using methods such as firewalls, encryption, and
service policies.
- Implement a deployment tool such as Ansible, Chef, Puppet, or Salt
* Implement a deployment tool such as Ansible, Chef, Puppet, or Salt
to automate deployment and management of the production environment.
.. _overview-example-architectures:
@ -115,10 +115,10 @@ services such as Block Storage and Object Storage require additional nodes.
This example architecture differs from a minimal production architecture as
follows:
- Networking agents reside on the controller node instead of one or more
* Networking agents reside on the controller node instead of one or more
dedicated network nodes.
- Overlay (tunnel) traffic for private networks traverses the management
* Overlay (tunnel) traffic for private networks traverses the management
network instead of a dedicated network.
For more information on production architectures, see the