Fix to use . to source script files

Adhering to coding conventions. Refer to ``Code conventions`` at
https://docs.openstack.org/contributor-guide/ for details.
When you have to source a script file, for example, a credentials file
to gain access to user-only or admin-only CLI commands, use . instead of source.
https://docs.openstack.org/contributor-guide/writing-style/code-conventions.html

Change-Id: I1ff56e0775da68e43a691f7f25b3a4ce7930406a
This commit is contained in:
XieYingYun 2017-09-01 02:24:39 -07:00
parent 8d2c1bd88b
commit 402d2482b3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def print_help():
To activate the Neutron virtualenv for the extent of your current shell
session you can run:
$ source .venv/bin/activate
$ . .venv/bin/activate
Or, if you prefer, you can run commands in the virtualenv on a case by case
basis by running: