use '.' to source OpenStack RC file

see http://docs.openstack.org/contributor-guide/writing-style/code-conventions.html

Change-Id: Icf9518ff6cc1c506cb68bca741ea71808d23b431
This commit is contained in:
chenxing 2016-07-21 17:41:49 +08:00
parent 6be2a01c82
commit dcf8cc4afa
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ you must create a database, service credentials, and API endpoints.
.. code-block:: console
$ source admin-openrc
$ . admin-openrc
#. To create the service credentials, complete these steps: