Merge "Fix typo errors in devstack documentation"
This commit is contained in:
commit
e92eee3e26
@ -5,7 +5,7 @@ Contributing
|
|||||||
DevStack uses the standard OpenStack contribution process as outlined in
|
DevStack uses the standard OpenStack contribution process as outlined in
|
||||||
`the OpenStack wiki 'How To
|
`the OpenStack wiki 'How To
|
||||||
Contribute' <https://wiki.openstack.org/wiki/How_To_Contribute>`__. This
|
Contribute' <https://wiki.openstack.org/wiki/How_To_Contribute>`__. This
|
||||||
means that you will need to meet the requirements of the Contribututors
|
means that you will need to meet the requirements of the Contributors
|
||||||
License Agreement (CLA). If you have already done that for another
|
License Agreement (CLA). If you have already done that for another
|
||||||
OpenStack project you are good to go.
|
OpenStack project you are good to go.
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ exerciserc - Exercise Settings
|
|||||||
==============================
|
==============================
|
||||||
|
|
||||||
``exerciserc`` is used to configure settings for the exercise scripts.
|
``exerciserc`` is used to configure settings for the exercise scripts.
|
||||||
The values shown below are the default values. Thse can all be
|
The values shown below are the default values. These can all be
|
||||||
overridden by setting them in the ``localrc`` section.
|
overridden by setting them in the ``localrc`` section.
|
||||||
|
|
||||||
ACTIVE\_TIMEOUT
|
ACTIVE\_TIMEOUT
|
||||||
|
@ -123,7 +123,7 @@ Q: Why not use [STRIKEOUT:``tools/pip-requires``]\ ``requirements.txt`` to grab
|
|||||||
[STRIKEOUT:The majority of deployments will use packages to install
|
[STRIKEOUT:The majority of deployments will use packages to install
|
||||||
OpenStack that will have distro-based packages as dependencies.
|
OpenStack that will have distro-based packages as dependencies.
|
||||||
DevStack installs as many of these Python packages as possible to
|
DevStack installs as many of these Python packages as possible to
|
||||||
mimic the expected production environemnt.] Certain Linux
|
mimic the expected production environment.] Certain Linux
|
||||||
distributions have a 'lack of workaround' in their Python
|
distributions have a 'lack of workaround' in their Python
|
||||||
configurations that installs vendor packaged Python modules and
|
configurations that installs vendor packaged Python modules and
|
||||||
pip-installed modules to the SAME DIRECTORY TREE. This is causing
|
pip-installed modules to the SAME DIRECTORY TREE. This is causing
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
local.conf - User Settings
|
local.conf - User Settings
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
``local.conf`` is a user-maintained setings file that is sourced in
|
``local.conf`` is a user-maintained settings file that is sourced in
|
||||||
``stackrc``. It contains a section that replaces the historical
|
``stackrc``. It contains a section that replaces the historical
|
||||||
``localrc`` file. See the description of
|
``localrc`` file. See the description of
|
||||||
:doc:`local.conf <configuration>` for more details about the mechanics
|
:doc:`local.conf <configuration>` for more details about the mechanics
|
||||||
|
@ -4,7 +4,7 @@ openrc - User Authentication Settings
|
|||||||
|
|
||||||
``openrc`` configures login credentials suitable for use with the
|
``openrc`` configures login credentials suitable for use with the
|
||||||
OpenStack command-line tools. ``openrc`` sources ``stackrc`` at the
|
OpenStack command-line tools. ``openrc`` sources ``stackrc`` at the
|
||||||
beginning (which in turn sources the ``localrc`` setion of
|
beginning (which in turn sources the ``localrc`` section of
|
||||||
``local.conf``) in order to pick up ``HOST_IP`` and/or ``SERVICE_HOST``
|
``local.conf``) in order to pick up ``HOST_IP`` and/or ``SERVICE_HOST``
|
||||||
to use in the endpoints. The values shown below are the default values.
|
to use in the endpoints. The values shown below are the default values.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user