Merge "Update some links to the new docs locations."
This commit is contained in:
commit
079990fe8c
@ -17,7 +17,7 @@ Octavia
|
||||
|
||||
Octavia is an operator-grade open source scalable load balancer for use in
|
||||
large OpenStack deployments. It delivers load balancing services on `amphorae
|
||||
<https://docs.openstack.org/developer/octavia/main/glossary.html>`_ and
|
||||
<https://docs.openstack.org/octavia/latest/reference/glossary.html>`_ and
|
||||
provides centralized command and control. Octavia is currently the reference
|
||||
backend for Neutron LBaaS. In the near future, Octavia is likely to become the
|
||||
standard OpenStack LBaaS API endpoint.
|
||||
@ -30,7 +30,7 @@ Project resources
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
Developer documentation for the Octavia project is available at
|
||||
https://docs.openstack.org/developer/octavia
|
||||
https://docs.openstack.org/octavia/latest/
|
||||
|
||||
The project source code repository is located at
|
||||
https://git.openstack.org/cgit/openstack/octavia
|
||||
|
@ -195,7 +195,7 @@ default_pool_id-optional:
|
||||
default_tls_container_ref:
|
||||
description: |
|
||||
The URI to the `key manager service
|
||||
<https://docs.openstack.org/developer/barbican/>`__ secrets container
|
||||
<https://docs.openstack.org/barbican/latest/>`__ secrets container
|
||||
containing the certificate and key for ``TERMINATED_TLS`` listeners.
|
||||
in: body
|
||||
required: true
|
||||
@ -203,7 +203,7 @@ default_tls_container_ref:
|
||||
default_tls_container_ref-optional:
|
||||
description: |
|
||||
The URI to the `key manager service
|
||||
<https://docs.openstack.org/developer/barbican/>`__ secrets container
|
||||
<https://docs.openstack.org/barbican/latest/>`__ secrets container
|
||||
containing the certificate and key for ``TERMINATED_TLS`` listeners.
|
||||
in: body
|
||||
required: false
|
||||
@ -906,7 +906,7 @@ session_persistence_type:
|
||||
sni_container_refs:
|
||||
description: |
|
||||
A list of URIs to the `key manager service
|
||||
<https://docs.openstack.org/developer/barbican/>`__ secrets containers
|
||||
<https://docs.openstack.org/barbican/latest/>`__ secrets containers
|
||||
containing the certificates and keys for ``TERMINATED_TLS`` the listener
|
||||
using Server Name Indication.
|
||||
in: body
|
||||
@ -915,7 +915,7 @@ sni_container_refs:
|
||||
sni_container_refs-optional:
|
||||
description: |
|
||||
A list of URIs to the `key manager service
|
||||
<https://docs.openstack.org/developer/barbican/>`__ secrets containers
|
||||
<https://docs.openstack.org/barbican/latest/>`__ secrets containers
|
||||
containing the certificates and keys for ``TERMINATED_TLS`` the listener
|
||||
using Server Name Indication.
|
||||
in: body
|
||||
|
@ -8,7 +8,7 @@ Service Endpoints
|
||||
|
||||
All API calls described throughout the rest of this document require
|
||||
authentication with the `OpenStack Identity service
|
||||
<http://docs.openstack.org/developer/keystone/>`_. After authentication, the
|
||||
<https://docs.openstack.org/keystone/latest/>`_. After authentication, the
|
||||
base ``endpoint URL`` for the ``service type`` of ``load-balancer`` and
|
||||
``service name`` of ``octavia`` can be extracted from the service catalog
|
||||
returned with the identity token.
|
||||
@ -79,7 +79,7 @@ Authentication and authorization
|
||||
================================
|
||||
|
||||
The Octavia API v2.0 uses the `OpenStack Identity service
|
||||
<http://docs.openstack.org/developer/keystone/>`_ as the default authentication
|
||||
<https://docs.openstack.org/keystone/latest/>`_ as the default authentication
|
||||
service. When Keystone is enabled, users that submit requests to the Octavia
|
||||
service must provide an authentication token in **X-Auth-Token** request
|
||||
header. You obtain the token by authenticating to the Keystone endpoint.
|
||||
|
@ -6,7 +6,7 @@ features:
|
||||
able to access the Octavia v2 API. This can be overriden with the
|
||||
admin_or_owner-policy.json sample file provided.
|
||||
See the `Octavia Policies
|
||||
<https://docs.openstack.org/developer/octavia/main/policy.html>`_
|
||||
<https://docs.openstack.org/octavia/latest/configuration/policy.html>`_
|
||||
document for more information.
|
||||
security:
|
||||
- |
|
||||
|
@ -5,7 +5,7 @@ description-file =
|
||||
README.rst
|
||||
author = OpenStack
|
||||
author-email = openstack-dev@lists.openstack.org
|
||||
home-page = http://docs.openstack.org/developer/octavia/
|
||||
home-page = https://docs.openstack.org/octavia/latest/
|
||||
classifier =
|
||||
Development Status :: 5 - Production/Stable
|
||||
Environment :: OpenStack
|
||||
|
@ -164,4 +164,4 @@ Changes shall be introduced to the octavia APIs: see [1]
|
||||
|
||||
References
|
||||
==========
|
||||
[1] http://docs.openstack.org/developer/octavia/api/octaviaapi.html
|
||||
[1] https://developer.openstack.org/api-ref/load-balancer/v1/octaviaapi.html
|
||||
|
Loading…
Reference in New Issue
Block a user