mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Update softlayer docs for where to find apikey
This commit is contained in:
parent
e8cdcc62f7
commit
cb641f8145
@ -11,7 +11,7 @@ available at PyPI:
|
|||||||
|
|
||||||
https://pypi.python.org/pypi/SoftLayer
|
https://pypi.python.org/pypi/SoftLayer
|
||||||
|
|
||||||
This package can be installed using `pip` or `easy_install`:
|
This package can be installed using ``pip`` or ``easy_install``:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
@ -53,13 +53,13 @@ Set up the cloud config at ``/etc/salt/cloud.providers``:
|
|||||||
|
|
||||||
Access Credentials
|
Access Credentials
|
||||||
==================
|
==================
|
||||||
The `user` setting is the same user as is used to log into the SoftLayer
|
The ``user`` setting is the same user as is used to log into the SoftLayer
|
||||||
Administration area. The `apikey` setting is found inside the Admin area after
|
Administration area. The ``apikey`` setting is found inside the Admin area after
|
||||||
logging in:
|
logging in:
|
||||||
|
|
||||||
* Hover over the `Administrative` menu item.
|
* Hover over the ``Account`` menu item.
|
||||||
* Click the `API Access` link.
|
* Click the ``Users`` link.
|
||||||
* The `apikey` is located next to the `user` setting.
|
* Find the ``API Key`` column and click ``View``.
|
||||||
|
|
||||||
|
|
||||||
Profiles
|
Profiles
|
||||||
@ -94,13 +94,13 @@ Most of the above items are required; optional items are specified below.
|
|||||||
|
|
||||||
image
|
image
|
||||||
-----
|
-----
|
||||||
Images to build an instance can be found using the `--list-images` option:
|
Images to build an instance can be found using the ``--list-images`` option:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
# salt-cloud --list-images my-softlayer
|
# salt-cloud --list-images my-softlayer
|
||||||
|
|
||||||
The setting used will be labeled as `template`.
|
The setting used will be labeled as ``template``.
|
||||||
|
|
||||||
cpu_number
|
cpu_number
|
||||||
----------
|
----------
|
||||||
|
Loading…
Reference in New Issue
Block a user