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

In reference to:
https://github.com/openstack-charmers/openstack-bundles/pull/67

Change-Id: I5720d512d1096f4c9e35069dcc293b2ee5368ef1
This commit is contained in:
Frode Nordahl 2018-04-04 14:57:39 +02:00
parent 98e4a6558f
commit 7d4b372899
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
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