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
This commit is contained in:
chao liu 2017-08-26 17:11:27 -07:00
parent c05ecb9641
commit 56bd98fd24
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.