diff --git a/doc/topics/cloud/linode.rst b/doc/topics/cloud/linode.rst index 0f266ff9de..d9221b85e1 100644 --- a/doc/topics/cloud/linode.rst +++ b/doc/topics/cloud/linode.rst @@ -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 =======