Merge "murano install docs improvements"

This commit is contained in:
Jenkins 2015-06-03 12:17:25 +00:00 committed by Gerrit Code Review
commit dbf832ea22
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`_.