Fix typos for config-ref and ha-guide
config-ref dictonary => dictionary ldap_dns_passsword => ldap_dns_password ha-guide Identiy => Identity deployement => deployment shuld => should mutlicast => multicast Change-Id: I62cc34c2e9b19dd57825c80adda84472808bdf31
This commit is contained in:
parent
cc40ad4a21
commit
5dfd261dba
@ -64,7 +64,7 @@ IP address (``IPOpt``)
|
|||||||
bind_host = 0.0.0.0
|
bind_host = 0.0.0.0
|
||||||
|
|
||||||
key-value pairs (``DictOpt``)
|
key-value pairs (``DictOpt``)
|
||||||
A key-value pairs, also known as a dictonary. The key value pairs are
|
A key-value pairs, also known as a dictionary. The key value pairs are
|
||||||
separated by commas and a colon is used to separate key and value.
|
separated by commas and a colon is used to separate key and value.
|
||||||
Example: ``key1:value1,key2:value2``.
|
Example: ``key1:value1,key2:value2``.
|
||||||
|
|
||||||
@ -179,7 +179,7 @@ For example:
|
|||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
ldap_dns_passsword='a password with spaces'
|
ldap_dns_password='a password with spaces'
|
||||||
|
|
||||||
Define an alternate location for a config file
|
Define an alternate location for a config file
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -119,7 +119,7 @@ of an OpenStack Identity server as you would do
|
|||||||
in a non-HA environment.
|
in a non-HA environment.
|
||||||
|
|
||||||
#. For OpenStack Compute, for example,
|
#. For OpenStack Compute, for example,
|
||||||
if your OpenStack Identiy service IP address is 10.0.0.11,
|
if your OpenStack Identity service IP address is 10.0.0.11,
|
||||||
use the following configuration in your :file:`api-paste.ini` file:
|
use the following configuration in your :file:`api-paste.ini` file:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
@ -39,7 +39,7 @@ and expected SLA.]
|
|||||||
See :doc:`networking-ha` for more information about configuring
|
See :doc:`networking-ha` for more information about configuring
|
||||||
Networking for high availability.
|
Networking for high availability.
|
||||||
|
|
||||||
Common deployement architectures
|
Common deployment architectures
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
There are primarily two HA architectures in use today.
|
There are primarily two HA architectures in use today.
|
||||||
|
@ -14,7 +14,7 @@ Notes from planning outline:
|
|||||||
we should simply mention physical network HA methods
|
we should simply mention physical network HA methods
|
||||||
such as bonding and additional node/network requirements
|
such as bonding and additional node/network requirements
|
||||||
for L3HA and DVR for planning purposes.
|
for L3HA and DVR for planning purposes.
|
||||||
- Neutron agents shuld be described for active/active;
|
- Neutron agents should be described for active/active;
|
||||||
deprecate single agent's instances case.
|
deprecate single agent's instances case.
|
||||||
- For Kilo and beyond, focus on L3HA and DVR.
|
- For Kilo and beyond, focus on L3HA and DVR.
|
||||||
- Link to `OpenStack Networking Guide <http://docs.openstack.org/networking-guide/>`_
|
- Link to `OpenStack Networking Guide <http://docs.openstack.org/networking-guide/>`_
|
||||||
|
@ -115,7 +115,7 @@ steps on each cluster node:
|
|||||||
# firewall-cmd --add-port=4568/tcp
|
# firewall-cmd --add-port=4568/tcp
|
||||||
# firewall-cmd --add-port=4444/tcp
|
# firewall-cmd --add-port=4444/tcp
|
||||||
|
|
||||||
In the event that you also want to configure mutlicast replication,
|
In the event that you also want to configure multicast replication,
|
||||||
run this command as well:
|
run this command as well:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
Loading…
Reference in New Issue
Block a user