Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/usingsupernova.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,25 @@ If you'd rather make a quick change at runtime, just use `-x` or `--executable`:
supernova -x glance iadglance image-list
```

Opening the OpenStack dashboard
-------------------------------

Assuming I have `SUPERNOVA_DASHBOARD_URL` set for an `az1` environment in my supernova config:

```ini
[az1]
SUPERNOVA_DASHBOARD_URL=https://dashboard-az1.openstack.company.com/
```

Then I can do:

```html
$ supernova --dashboard az1
```

to open the dashboard page in my web browser.


Checking the supernova version
------------------------------

Expand Down