From 15405530cd0b27f7e2f27d5c889b561569057057 Mon Sep 17 00:00:00 2001 From: Zhijiang Hu Date: Mon, 25 Sep 2017 23:27:00 -0400 Subject: securelab parameter bug fix This is a bug fix of 02e1f1c8ab3f3857ca2370f98575ccbf41f12a01 Change-Id: I628c5e33a76bc28e0af139e338b29a7393700525 Signed-off-by: Zhijiang Hu --- docs/release/installation/vmdeploy.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/release/installation/vmdeploy.rst') diff --git a/docs/release/installation/vmdeploy.rst b/docs/release/installation/vmdeploy.rst index 64d16a96..12aa9ba8 100644 --- a/docs/release/installation/vmdeploy.rst +++ b/docs/release/installation/vmdeploy.rst @@ -166,9 +166,10 @@ If selinux is disabled on the host, please delete all xml files section of below (6) Run the script deploy.sh in daisy/ci/deploy/ with command: -sudo ./ci/deploy/deploy.sh -b ./ -l zte -p virtual1 -s os-nosdn-nofeature-ha +sudo ./ci/deploy/deploy.sh -L $(cd ./;pwd) -l zte -p virtual1 -s os-nosdn-nofeature-ha Note: +The value after -L should be a absolute path which points to the directory which contents labs/zte/virtual1/daisy/config directory. The value after -p parameter(virtual1) is get from labs/zte/virtual1/daisy/config/ The value after -l parameter(zte) is get from labs/ The value after -s "os-nosdn-nofeature-ha" used for deploy multinode openstack -- cgit 1.2.3-korg