From bd5a9e72ce6e47106467fee7e4c82413a306f9bf Mon Sep 17 00:00:00 2001 From: zhiyuan_cai Date: Mon, 13 Feb 2017 11:58:03 +0800 Subject: [PATCH] Update installation guide to use tricircle command 1. What is the problem In DevStack script, we have already adapted to use "tricircle" command to start Tricircle API, Xjob and sync database, but the manual installation guide still tells users to use "python" command 2. What is the solution to the problem In the manual installation guide, replace "python" commands with "tricircle" command 3. What the features need to be implemented to the Tricircle No new features Change-Id: Ia84b68a52851bce40106592fcf8d54a4438f85ab --- doc/source/installation-manual.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/installation-manual.rst b/doc/source/installation-manual.rst index 511cfaef..58b28f2f 100644 --- a/doc/source/installation-manual.rst +++ b/doc/source/installation-manual.rst @@ -94,14 +94,14 @@ Installation with Central Neutron Server mysql -uroot -p -e "create database tricircle character set utf8;" cd tricircle - python cmd/manage.py etc/api.conf + tricircle-db-manage --config-file etc/api.conf db_sync - 6 Start the Tricircle administrator API:: sudo mkdir /var/cache/tricircle sudo chown $(whoami) /var/cache/tricircle/ cd tricircle - python cmd/api.py --config-file etc/api.conf + tricircle-api --config-file etc/api.conf - 7 Configure the Tricircle Xjob daemon:: @@ -133,7 +133,7 @@ Installation with Central Neutron Server - 8 Start the Tricircle Xjob daemon:: cd tricircle - python cmd/xjob.py --config-file etc/xjob.conf + tricircle-xjob --config-file etc/xjob.conf - 9 Setup central Neutron server