From e262c2d45247016c10fffee903168762dcc78753 Mon Sep 17 00:00:00 2001 From: "zhang.lei" Date: Fri, 1 Dec 2017 18:31:29 +0800 Subject: [PATCH] Revise the installation guide Change-Id: Id0bb5ab8bd500b7d2097f44d5c3e649efeb911d5 --- doc/source/install/installation-guide.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/install/installation-guide.rst b/doc/source/install/installation-guide.rst index 0e33a84b03..a63adb4b46 100644 --- a/doc/source/install/installation-guide.rst +++ b/doc/source/install/installation-guide.rst @@ -178,7 +178,7 @@ installations of sahara. max_allowed_packet = 256M .. - Then restart the mysql server to ensure these changes are active. +Then restart the mysql server to ensure these changes are active. 2. Create the database schema: @@ -206,16 +206,17 @@ installations of sahara. .. sourcecode:: console - openstack service create --name sahara --description \ + $ openstack service create --name sahara --description \ "Sahara Data Processing" data-processing - openstack endpoint create --region RegionOne \ + $ openstack endpoint create --region RegionOne \ --publicurl http://10.0.0.2:8386/v1.1/%\(project_id\)s \ --adminurl http://10.0.0.2:8386/v1.1/%\(project_id\)s \ --internalurl http://10.0.0.2:8386/v1.1/%\(project_id\)s \ data-processing .. note:: + You have to install the openstack-client package in order to execute ``openstack`` command. ..