murano install docs improvements

servicies was changed to services
decribes changed to describes
Openstack changed to OpenStack

Change-Id: I83cd6f37d3afd7bce6c6ca5981bf7d5396adca56
This commit is contained in:
Shilla Saebi 2015-05-27 13:14:25 -04:00
parent 46362edb04
commit 1e56c20579
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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`_.