28d95bfc66
With the split of the User Guides, there's no need anymore to have orphan and user_only flags, remove them from the user-guide directory. Only files that keep :orphan: are doc/user-guide/source/hot-guide/hot_advanced_topics.rst and hot_existing_templates.rst since these files are not currently included. Change-Id: I1ac0356d69d8668785f8b1947e8b061731aca747
28 lines
972 B
ReStructuredText
28 lines
972 B
ReStructuredText
.. _sdk_authenticate:
|
|
|
|
============
|
|
Authenticate
|
|
============
|
|
|
|
When using the SDK, you must authenticate against an OpenStack endpoint
|
|
before you can use OpenStack services. Each project uses a slightly
|
|
different syntax for authentication.
|
|
|
|
You must typically authenticate against a specific version of a service.
|
|
For example, a client might need to authenticate against Identity v2.0.
|
|
|
|
Python scripts that use the OpenStack SDK must have access to the
|
|
credentials contained in the OpenStack RC file. Because credentials are
|
|
sensitive information, do not include them in your scripts. This guide
|
|
assumes that users source the PROJECT-openrc.sh file and access the
|
|
credentials by using the environment variables in the Python scripts.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
sdk_authenticate_against_identity_endpoint.rst
|
|
sdk_authenticate_against_image_service_endpoint.rst
|
|
sdk_authenticate_against_compute_endpoint.rst
|
|
sdk_authenticate_against_networking_endpoint.rst
|
|
|