add information about linode location

This commit is contained in:
Andreas Lutro 2015-06-17 17:43:08 +02:00
parent 0b7e7ef879
commit d88e071e98

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
=======