Skip to content

Commit 29929dd

Browse files
committed
Fixed reference to "only EC2" in client README.rst.
1 parent d783c24 commit 29929dd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

client/README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ provide a private PaaS that is lightweight and flexible.
2323
Deis comes with out-of-the-box support for Ruby, Python, Node.js, Java,
2424
Clojure, Scala, Play, PHP, Perl, Dart and Go. However, Deis can deploy
2525
anything using Heroku Buildpacks, Docker images or Chef recipes. Deis is
26-
designed to work with any cloud provider, although only EC2 is currently
27-
supported.
26+
designed to work with any cloud provider. Currently Amazon EC2 and Rackspace
27+
Cloud are supported.
2828

2929

3030
Why Deis?
@@ -96,14 +96,14 @@ Registration will discover SSH keys automatically and use the
9696
Which would you like to use with Deis? 1
9797
Uploading /Users/myuser/.ssh/id_rsa.pub to Deis... done
9898
99-
Found EC2 credentials: AKIAJTVXXXXXXXXXXXXX
100-
Import these credentials? (y/n) : y
101-
Uploading EC2 credentials... done
102-
10399
Find an application you’d like to deploy, or clone `an example app`_.
104100

105101
Change into the application directory and use ``deis formations:create`` to
106-
initialize a new formation in a specific EC2 region.
102+
initialize a new formation in a specific cloud region. For example:
103+
104+
.. code-block:: console
105+
106+
$ deis formations:create dev1 --flavor=rackspace-dfw
107107
108108
Use the ``deis nodes:scale`` command to provision nodes that will be
109109
dedicated to this formation.

0 commit comments

Comments
 (0)