writing convention set to use "." to source script files

refer to:
https://docs.openstack.org/contributor-guide/writing-style/ \
code-conventions.html

Change-Id: I254366eebb8cf7606d64655b36187585e5efee66
This commit is contained in:
chao liu 2017-08-26 18:37:53 -07:00
parent e0867c16dc
commit 752619c2e3
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ deployment. That means you will have to export your OpenStack credentials
before running the tests. For example, you will source the :file:`openrc` file
when using a devstack environment::
$ source $HOME/devstack/openrc
$ . $HOME/devstack/openrc
This will ensure you have environment variables such as ``OS_AUTH_URL``,
``OS_USERNAME`` properly set and exported. The next step is to enter the

View File

@ -81,7 +81,7 @@ Install Senlin Server
::
$ source /opt/devstack/openrc admin admin
$ . /opt/devstack/openrc admin admin
$ cd /opt/stack/senlin/tools
$ ./setup-service <HOST IP> <SERVICE_PASSWORD>