mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add information about linode location
This commit is contained in:
parent
0b7e7ef879
commit
d88e071e98
1 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue