From 1e56c20579d2a640d9274a9220b5da8745b51e34 Mon Sep 17 00:00:00 2001 From: Shilla Saebi Date: Wed, 27 May 2015 13:14:25 -0400 Subject: [PATCH] murano install docs improvements servicies was changed to services decribes changed to describes Openstack changed to OpenStack Change-Id: I83cd6f37d3afd7bce6c6ca5981bf7d5396adca56 --- doc/source/install/manual.rst | 6 +++--- doc/source/install/ssl.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/install/manual.rst b/doc/source/install/manual.rst index 13c66bc3d..43d4dee66 100644 --- a/doc/source/install/manual.rst +++ b/doc/source/install/manual.rst @@ -124,7 +124,7 @@ Install the API service and Engine #. Set up Murano config file - Murano has common config file for API and Engine servicies. + Murano has common config file for API and Engine services. First, generate sample configuration file, using tox @@ -245,7 +245,7 @@ Install Murano Dashboard ======================== Murano API & Engine services provide the core of Murano. However, your need a - control plane to use it. This section decribes how to install and run Murano + control plane to use it. This section describes how to install and run Murano Dashboard. #. Clone the repository with Murano Dashboard. @@ -289,7 +289,7 @@ Install Murano Dashboard $ cp openstack_dashboard/local/local_settings.py.example openstack_dashboard/local/local_settings.py -#. Customize local settings according to Openstack installation. +#. Customize local settings according to OpenStack installation. .. code-block:: python diff --git a/doc/source/install/ssl.rst b/doc/source/install/ssl.rst index 0a0bed185..43cd779fc 100644 --- a/doc/source/install/ssl.rst +++ b/doc/source/install/ssl.rst @@ -41,7 +41,7 @@ See the example below: The use of SSL is automatically started after point to HTTPS protocol instead of HTTP during registration Murano API service in endpoints (Change publicurl argument to start with \https://). -SSL for Murano API is implemented like in any other Openstack component. +SSL for Murano API is implemented like in any other OpenStack component. This realization is based on ssl python module so more information about it can be found `here`_.