Merge "Replace reference to `nova.rc` with `openrc`"

This commit is contained in:
Zuul 2018-05-09 12:57:05 +00:00 committed by Gerrit Code Review
commit c4ecb077ac
1 changed files with 3 additions and 3 deletions

View File

@ -13,10 +13,10 @@ Environment variables
---------------------
When accessing OpenStack from the command line, specific environment variables
need to be set. We've put these in a file called ``nova.rc`` which easily be
need to be set. We've put these in a file called ``openrc`` which easily be
*sourced* (made active) whenever needed.
The file contains the following:
The file contains among other things the following:
.. code:: yaml
@ -37,7 +37,7 @@ The environment variables can be enabled/sourced with the following command:
.. code:: bash
source nova.rc
source openrc
You can check the variables have been set correctly by seeing if your OpenStack
endpoints are visible with the ``openstack endpoint list`` command. The output