From 03d5dd736a1899fbfc4c0b52218ce5d29f4685ee Mon Sep 17 00:00:00 2001 From: Igor Marnat Date: Fri, 30 Aug 2013 21:15:43 +0400 Subject: [PATCH] MRN-880: fixed wording in Murano API Install, Conf igure and Run sections, added checking of success Removed quite from murano-api.conf file Change-Id: I92e77e604c39574dc10efe79a073c07daf53ee57 --- .../src/docbkx/content/installation-guide.xml | 79 ++++++------------- 1 file changed, 24 insertions(+), 55 deletions(-) diff --git a/src/murano-manual/src/docbkx/content/installation-guide.xml b/src/murano-manual/src/docbkx/content/installation-guide.xml index bedf06b..95b5c69 100644 --- a/src/murano-manual/src/docbkx/content/installation-guide.xml +++ b/src/murano-manual/src/docbkx/content/installation-guide.xml @@ -114,6 +114,18 @@ sh setup-centos.sh install ]]> + + Successful installation ends with message like this: + + Making sample configuration files at "/etc/murano-api" +LOG:> Reloading initctl +LOG:> Please, make proper configugation,located at "/etc/murano-api", before starting the "murano-api" daemon! + ]]> + +
@@ -146,73 +158,24 @@ vi murano-api.conf Configure it according to your environment: - [DEFAULT]section sets up logging. + [DEFAULT] section sets up logging. [reports] - section you can set names for new rabbitMQ queues. + section allows you to set up names for new rabbitMQ queues. In [rabbitmq] - section sets up host configuration where rabbitMQ + section you can set up host configuration where rabbitMQ with just created user and vhost is running. - - - For more information how to configure SSL take a look at SSL configuration chapter @@ -250,9 +213,15 @@ admin_password = password - Register murano-api service in Openstack - (note: you need to be authorized in Openstack to run this commands) - + Register murano-api service in Openstack. + Note: you need to be authorized in Openstack to run this commands. To do this, you can run something like (having changed variables to appropriate values) + + + + +