From 48f6af6fec322d280828dc62eb5e9b86cbc170f2 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 5 Apr 2016 07:33:01 +0200 Subject: [PATCH] Use . alias to source credential scripts Change-Id: Iaf5e3f3d709fc1703d1735d5790fe0abe5c592ff --- .../cli_set_environment_variables_using_openstack_rc.rst | 4 ++-- .../source/block-storage/volume-encryption.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/common/cli_set_environment_variables_using_openstack_rc.rst b/doc/common/cli_set_environment_variables_using_openstack_rc.rst index 86ae5a8f38..09716557a6 100644 --- a/doc/common/cli_set_environment_variables_using_openstack_rc.rst +++ b/doc/common/cli_set_environment_variables_using_openstack_rc.rst @@ -48,7 +48,7 @@ Download and source the OpenStack RC file .. code-block:: console - $ source demo-openrc.sh + $ . demo-openrc.sh #. When you are prompted for an OpenStack password, enter the password for the user who downloaded the ``PROJECT-openrc.sh`` file. @@ -80,7 +80,7 @@ scratch, if you cannot download the file from the dashboard. .. code-block:: console - $ source admin-openrc.sh + $ . admin-openrc.sh .. note:: diff --git a/doc/config-reference/source/block-storage/volume-encryption.rst b/doc/config-reference/source/block-storage/volume-encryption.rst index d771d07a69..49b0b1e99b 100644 --- a/doc/config-reference/source/block-storage/volume-encryption.rst +++ b/doc/config-reference/source/block-storage/volume-encryption.rst @@ -77,7 +77,7 @@ the volume. .. code-block:: console - $ source admin-openrc.sh + $ . admin-openrc.sh #. Create the volume type: @@ -121,7 +121,7 @@ type, ``unencrypted``, is used. .. code-block:: console - $ source admin-openrc.sh + $ . admin-openrc.sh #. Create an unencrypted 1 GB test volume: