17961c41a3
Uses openstackdocstheme to match other content Has a dependent change in project-config also so that file will build to developer.openstack.org/compute at https://review.openstack.org/#/c/231000/ Change-Id: Ic060a1e79e4b2f8695cb788ff4df018e0cfd3286
15 lines
531 B
ReStructuredText
15 lines
531 B
ReStructuredText
==============
|
|
Authentication
|
|
==============
|
|
|
|
Each HTTP request against the OpenStack Compute system requires the
|
|
inclusion of specific authentication credentials. A single deployment
|
|
may support multiple authentication schemes (OAuth, Basic Auth, Token).
|
|
The authentication scheme is provided by the OpenStack Identity service.
|
|
You can contact your provider to determine the best way to authenticate against
|
|
the Compute API.
|
|
|
|
.. note:: Some authentication schemes may require that the API operate using
|
|
SSL over HTTP (HTTPS).
|
|
|