Use "." to source script files

To follow our docs conventions.

Change-Id: Id833eecfa80a18991e3fda8e19eaa34e04a5eb92
This commit is contained in:
chen-xing 2016-05-09 13:59:14 +08:00
parent 3e88ab6c9e
commit 349a9810f4
2 changed files with 3 additions and 3 deletions

View File

@ -429,7 +429,7 @@ directory in the ``shell`` screen and edit your middleware module.
.. code-block:: console
$ source openrc
$ . openrc
#. Create a container called ``middleware-test``:
@ -786,7 +786,7 @@ When you join the screen session that ``stack.sh`` starts with
.. code-block:: console
$ source openrc
$ . openrc
#. Put the image ID for the only installed image into an environment
variable:

View File

@ -181,7 +181,7 @@ signed images:
.. code-block:: console
$ source openrc demo
$ . openrc demo
$ export OS_IMAGE_API_VERSION=2
$ glance image-create\
--property name=cirrosSignedImage_goodSignature\