From 96e859bd738d4c684996eae944db7cc696886725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E5=86=B6?= Date: Mon, 20 Aug 2018 05:18:24 -0400 Subject: [PATCH] add more details on tacker installation via devstack Change-Id: I64a3ca43b5897da8dfd02668e3c0ce7a431dd0f7 --- doc/source/install/devstack.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/install/devstack.rst b/doc/source/install/devstack.rst index 86b8420db..ca82daec2 100644 --- a/doc/source/install/devstack.rst +++ b/doc/source/install/devstack.rst @@ -23,6 +23,9 @@ The Devstack supports installation from different code branch by specifying below. If there is no preference, it is recommended to install Tacker from master branch, i.e. the is master. If pike branch is the target branch, the is stable/pike. +Devstack should be run as a non-root with sudo enabled(standard logins to +cloud images such as "ubuntu" or "cloud-user" are usually fine). Creating a +separate user and granting relevant privileges please refer [#f0]_. 1. Download DevStack: @@ -168,6 +171,7 @@ to start setting up: .. rubric:: Footnotes +.. [#f0] https://docs.openstack.org/devstack/latest/ .. [#f1] https://github.com/openstack/tacker/tree/master/devstack .. [#f2] https://github.com/openstack/tacker/blob/master/devstack/local.conf.example .. [#f3] https://github.com/openstack/tacker/blob/master/devstack/local.conf.standalone