Skip to content

Commit

Permalink
updated rackspace docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahale committed Nov 14, 2013
1 parent 4292ad3 commit 5b426ca
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/topics/cloud/rackspace.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ that Salt Cloud has been built to support.
Compute Region
==============

Rackspace currently has five compute regions which may be used:
Rackspace currently has six compute regions which may be used:

.. code-block:: bash
Expand All @@ -75,6 +75,7 @@ Rackspace currently has five compute regions which may be used:
SYD -> Sydney
LON -> London
IAD -> Northern Virginia
HKG -> Hong Kong
Note: Currently the LON region is only avaiable with a UK account, and UK accounts cannot access other regions

Expand All @@ -96,7 +97,7 @@ An initial profile can be configured in ``/etc/salt/cloud.profiles`` or
openstack_512:
provider: openstack
size: 512MB Standard Instance
size: 512 MB Standard
image: Ubuntu 12.04 LTS (Precise Pangolin)
Expand All @@ -107,7 +108,7 @@ An initial profile can be configured in ``/etc/salt/cloud.profiles`` or
openstack_512:
provider: my-rackspace-config
size: 512MB Standard Instance
size: 512 MB Standard
image: Ubuntu 12.04 LTS (Precise Pangolin)
Expand Down Expand Up @@ -142,7 +143,7 @@ to your profiles:
openstack_512:
provider: my-openstack-config
size: 512MB Standard Instance
size: 512 MB Standard
image: Ubuntu 12.04 LTS (Precise Pangolin)
rackconnect: True
Expand All @@ -160,7 +161,7 @@ from stomping over the bootstrapping you can add the below to your profiles.
openstack_512:
provider: my-rackspace-config
size: 512MB Standard Instance
size: 512 MB Standard
image: Ubuntu 12.04 LTS (Precise Pangolin)
managedcloud: True
Expand All @@ -176,7 +177,7 @@ configuration please add:
FreeBSD-9.0-512:
provider: my-rackspace-config
size: 512MB Standard Instance
size: 512 MB Standard
image: FreeBSD 9.0
force_first_gen: True

0 comments on commit 5b426ca

Please sign in to comment.