Update softlayer docs for where to find apikey

This commit is contained in:
rallytime 2015-09-10 16:23:47 -06:00
parent e8cdcc62f7
commit cb641f8145

View File

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