Merge pull request #24754 from alprs/docs-add_linode_location_option

salt-cloud documentation - Add information about linode location
This commit is contained in:
Nicole Thomas 2015-06-17 10:04:48 -06:00
commit 78cd09b6e9

View file

@ -61,6 +61,7 @@ Set up an initial profile at ``/etc/salt/cloud.profiles`` or in the
provider: my-linode-config
size: Linode 1024
image: Arch Linux 2013.06
location: london
Sizes can be obtained using the ``--list-sizes`` option for the ``salt-cloud``
command:
@ -121,6 +122,31 @@ command:
...SNIP...
Locations can be obtained using the ``--list-locations`` option for the ``salt-cloud``
command:
.. code-block:: bash
# salt-cloud --list-locations my-linode-config
my-linode-config:
----------
linode:
----------
Atlanta, GA, USA:
----------
abbreviation:
atlanta
id:
4
Dallas, TX, USA:
----------
abbreviation:
dallas
id:
2
...SNIP...
Cloning
=======