From 56bd98fd24d8e63a5d80b7ef71ab2bf1e71b384c Mon Sep 17 00:00:00 2001 From: chao liu Date: Sat, 26 Aug 2017 17:11:27 -0700 Subject: [PATCH] writing convention set to use "." to source script files refer to: https://docs.openstack.org/contributor-guide/writing-style/ \ code-conventions.html Change-Id: I0d4c741b40bb2e028dfb2167dd34ced188a4d71e --- doc/tacker-guide.rst | 2 +- doc/zun-guide.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tacker-guide.rst b/doc/tacker-guide.rst index b0b06e6b4c..72b341d4af 100644 --- a/doc/tacker-guide.rst +++ b/doc/tacker-guide.rst @@ -83,7 +83,7 @@ Source credentials file. :: - $ source /etc/kolla/admin-openrc.sh + $ . /etc/kolla/admin-openrc.sh Create base neutron networks and glance images. diff --git a/doc/zun-guide.rst b/doc/zun-guide.rst index 655b4dd467..11b971628f 100644 --- a/doc/zun-guide.rst +++ b/doc/zun-guide.rst @@ -52,7 +52,7 @@ Source credentials file. :: - $ source /etc/kolla/admin-openrc.sh + $ . /etc/kolla/admin-openrc.sh Download and create a glance container image.