Skip to content

Commit 05991be

Browse files
author
Adam K Dean
committed
docs(installing_deis): added reference to optional environment parameter
1 parent d34146a commit 05991be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/installing_deis/rackspace.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ Run the Provision Script
8080
------------------------
8181

8282
Run the Rackspace provision script to spawn a new CoreOS cluster. You'll need to provide the name
83-
of the key pair you just added. Optionally, you can also specify a flavor name.
83+
of the key pair you just added. Optionally, you can also specify a flavor name, as well as the supernova environment to use. The environment will default to `production`, and the flavor to `performance1-2`.
8484

8585
.. code-block:: console
8686
8787
$ cd contrib/rackspace
8888
$ ./provision-rackspace-cluster.sh
89-
Usage: provision-rackspace-cluster.sh <key pair name> [flavor]
89+
Usage: provision-rackspace-cluster.sh <key pair name> [flavor] [environment]
9090
$ ./provision-rackspace-cluster.sh deis-key
9191
9292

0 commit comments

Comments
 (0)