Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 24cf8fd

Browse files
committed
More doc cleanup
1 parent dcf7167 commit 24cf8fd

File tree

3 files changed

+14
-19
lines changed

3 files changed

+14
-19
lines changed

docs/configuring.md

-6
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,14 @@ Here's how we're already doing that in the [Rackspace example configuration](htt
3434
[dfw]
3535
... snip ...
3636
OS_PASSWORD=USE_KEYRING['RackspaceAccountAPIKey']
37-
OS_USERNAME=USE_KEYRING['RackspaceAccountUser']
38-
OS_TENANT_NAME=USE_KEYRING['RackspaceAccountDDI']
3937

4038
[ord]
4139
... snip ...
4240
OS_PASSWORD=USE_KEYRING['RackspaceAccountAPIKey']
43-
OS_USERNAME=USE_KEYRING['RackspaceAccountUser']
44-
OS_TENANT_NAME=USE_KEYRING['RackspaceAccountDDI']
4541

4642
[iad]
4743
... snip ...
4844
OS_PASSWORD=USE_KEYRING['RackspaceAccountAPIKey']
49-
OS_USERNAME=USE_KEYRING['RackspaceAccountUser']
50-
OS_TENANT_NAME=USE_KEYRING['RackspaceAccountDDI']
5145

5246
You can set global credentials with supernova-keyring:
5347

docs/index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You may like supernova if you regularly have the following problems:
99
* You hate trying to source multiple novarc files when using nova
1010
* You get your terminals confused and do the wrong things in the wrong nova environment
1111
* You don't like remembering things
12-
* You want to keep sensitive API keys and passwords out of plain text configuration files (see the [keyring](keyring) section)
12+
* You want to keep sensitive API keys and passwords out of plain text configuration files (see the keyring documentation)
1313
* You need to share common skeleton environment variables for nova with your teams
1414

1515
If any of these complaints ring true, **supernova is for you**. supernova manages multiple nova environments without sourcing novarc files or mucking with environment variables.
@@ -21,9 +21,9 @@ If any of these complaints ring true, **supernova is for you**. supernova manage
2121

2222
## Contents
2323

24-
* Using supernova with Rackspace Cloud? Here's a [quick guide](raxquickstart).
24+
* Using supernova with Rackspace Cloud? Here's a [quick guide](raxquickstart.md).
2525
* [Getting started](gettingstarted.md)
26-
* [Installing supernova](installation) for the first time
27-
* [Configuration guide](configuring)
28-
* Making requests [using supernova](usingsupernova)
29-
* Having trouble? Check the [troubleshooting guide](troubleshooting).
26+
* [Installing supernova](installation.md) for the first time
27+
* [Configuration guide](configuring.md)
28+
* Making requests [using supernova](usingsupernova.md)
29+
* Having trouble? Check the [troubleshooting guide](troubleshooting.md).

mkdocs.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
site_name: supernova
22
pages:
3-
- Home: index.md
4-
- Getting started: gettingstarted.md
5-
- Rackspace quick start: raxquickstart.md
6-
- Installing supernova: installation.md
7-
- Configuration: configuring.md
8-
- Usage: usingsupernova.md
9-
- Troubleshooting: troubleshooting.md
3+
- 'Home': 'index.md'
4+
- 'Getting started': 'gettingstarted.md'
5+
- 'Rackspace quick start': 'raxquickstart.md'
6+
- 'Installing supernova': 'installation.md'
7+
- 'Configuration': 'configuring.md'
8+
- 'Usage': 'usingsupernova.md'
9+
- 'Troubleshooting': 'troubleshooting.md'
1010
theme: readthedocs
11+
repo_url: https://github.com/major/supernova

0 commit comments

Comments
 (0)