Fix Doc8 issue
New manifesto had a doc8 issue and passed lint tests. This fixes the doc8 issue, a lint test enforcement will be done in another patch. Change-Id: Ie50f3351650dd4855de8404d2391b81f9e02bfc5
This commit is contained in:
@@ -8,7 +8,7 @@ built for production which will be available at the successful
|
|||||||
completion of the deployment.
|
completion of the deployment.
|
||||||
|
|
||||||
Project scope
|
Project scope
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
This project will be a **Batteries included** project. Which means deployer
|
This project will be a **Batteries included** project. Which means deployer
|
||||||
can expect that deploying from any of the named feature branches or tags should
|
can expect that deploying from any of the named feature branches or tags should
|
||||||
@@ -22,7 +22,8 @@ This project does **not** PXE boot hosts. Host setup and lifecycle management
|
|||||||
is left to the deployer. This project also requires that bridges are setup
|
is left to the deployer. This project also requires that bridges are setup
|
||||||
within the hosts to allow the containers to attach to a local bridge for
|
within the hosts to allow the containers to attach to a local bridge for
|
||||||
network access.
|
network access.
|
||||||
See also the :dev_docs:`Container networking <reference/architecture/container-networking.html>`.
|
See also the :dev_docs:`Container networking
|
||||||
|
<reference/architecture/container-networking.html>`.
|
||||||
|
|
||||||
Ansible Usage
|
Ansible Usage
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
@@ -41,8 +42,9 @@ Ansible allows the deployer to turn an entire deployment into a rather
|
|||||||
simple set of instructions.
|
simple set of instructions.
|
||||||
|
|
||||||
Roles within the Openstack-Ansible umbrella are built using Ansible
|
Roles within the Openstack-Ansible umbrella are built using Ansible
|
||||||
best practices and contain namespaced variables that are *human* understandable.
|
best practices and contain namespaced variables that are *human*
|
||||||
All roles are independant of each other and testable separately.
|
understandable. All roles are independant of each other and testable
|
||||||
|
separately.
|
||||||
|
|
||||||
All roles are built as Galaxy compatible roles even when the given role is
|
All roles are built as Galaxy compatible roles even when the given role is
|
||||||
not intended for standalone use. While the project will offer a lot of
|
not intended for standalone use. While the project will offer a lot of
|
||||||
@@ -58,7 +60,7 @@ to provide a system able to override any OpenStack upstream
|
|||||||
source code.
|
source code.
|
||||||
|
|
||||||
This means that OpenStack services and their python
|
This means that OpenStack services and their python
|
||||||
dependencies are built and installed from source
|
dependencies are built and installed from source
|
||||||
code as found within the OpenStack Git repositories by default,
|
code as found within the OpenStack Git repositories by default,
|
||||||
but allow deployers to point to their own repositories.
|
but allow deployers to point to their own repositories.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user