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: Ibe6a0a8eda9214d76b6420f5a9d6d233133ee6d2
This commit is contained in:
rajat29 2017-09-05 12:35:51 +05:30
parent aeee17c10c
commit f74c6fe709
1 changed files with 1 additions and 1 deletions

View File

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