Fix /developer/links

With the big reorg, all docs.o.o/developer/ links are broken, use
current links.

Change-Id: Ia798b9fb1461e270c057b75e4444af6407a0ef3e
This commit is contained in:
Andreas Jaeger 2017-09-07 07:57:38 +02:00
parent b193833f82
commit 2197303f7a
13 changed files with 24 additions and 24 deletions

View File

@ -34,7 +34,7 @@ functionality compared to more commonly used hypervisors.
For more information about feature support for
hypervisors as well as ironic and Virtuozzo (formerly Parallels), see
`Hypervisor Support Matrix
<https://docs.openstack.org/developer/nova/support-matrix.html>`_
<https://docs.openstack.org/nova/latest/user/support-matrix.html>`_
and `Hypervisors
<https://docs.openstack.org/ocata/config-reference/compute/hypervisors.html>`_
in the Configuration Reference.

View File

@ -543,4 +543,4 @@ There are two major classes of replicator: the db replicator, which replicates
accounts and containers, and the object replicator, which replicates object
data.
For more information, please see the `Swift replication page <https://docs.openstack.org/developer/swift/overview_replication.html>`_.
For more information, please see the `Swift replication page <https://docs.openstack.org/swift/latest/overview_replication.html>`_.

View File

@ -169,7 +169,7 @@ storage types.
a share was being created. In case of thin provisioning it can be
partial space reservation (for more details see
`Capabilities and Extra-Specs
<https://docs.openstack.org/developer/manila/devref/capabilities_and_extra_specs.html?highlight=extra%20specs#common-capabilities>`_
<https://docs.openstack.org/manila/latest/contributor/capabilities_and_extra_specs.html#common-capabilities>`_
specification)
.. note::

View File

@ -230,7 +230,7 @@ API documentation
Within project's specification repos, some have opted
to document API specifications, such as Identity.
* `Object Storage API v1
<https://docs.openstack.org/developer/swift/#object-storage-v1-rest-api-documentation>`_
<https://docs.openstack.org/swift/latest/api/object_api_v1_overview.html>`_
Project-specific guides
-----------------------

View File

@ -8,7 +8,7 @@ Generate Configuration Reference
release. The configuration reference guides are now managed in the
project repositories using `the Sphinx integration provided by
oslo.config
<https://docs.openstack.org/developer/oslo.config/sphinxext.html>`__.
<https://docs.openstack.org/oslo.config/latest/reference/sphinxext.html>`__.
The OpenStack Configuration Reference source files are stored
in the ``openstack-manuals`` repository. The majority of files are

View File

@ -14,7 +14,7 @@ the following steps:
#. Complete the procedures described
in the `Developers Guide <https://docs.openstack.org/infra/manual/developers.html>`_.
#. Follow `OpenStack Style Commandments <https://docs.openstack.org/developer/hacking/>`_
#. Follow `OpenStack Style Commandments <https://docs.openstack.org/hacking/latest/>`_
while developing improvements for the tool.
#. Run tests before you submit your change request.

View File

@ -94,7 +94,7 @@ The following patterns provide GUI frameworks to assist designers and engineers
to create interfaces that are consistent across OpenStack products.
For example, the horizon project chooses to use ``bootstrap``.
See `Styling in Horizon (SCSS) <https://docs.openstack.org/developer/horizon/topics/styling.html>`_
See `Styling in Horizon (SCSS) <https://docs.openstack.org/horizon/latest/contributor/topics/styling.html>`_
for more information.
Cancel buttons

View File

@ -456,7 +456,7 @@ It provides an API above several back ends that can be used for building
distributed applications.
Tooz supports
`various drivers <https://docs.openstack.org/developer/tooz/drivers.html>`_
`various drivers <https://docs.openstack.org/tooz/latest/user/drivers.html>`_
including the following back end solutions:
* `Zookeeper <http://zookeeper.apache.org/>`_:

View File

@ -22,7 +22,7 @@ It provides an API above several back ends that can be used for building
distributed applications.
Tooz supports
`various drivers <https://docs.openstack.org/developer/tooz/drivers.html>`_
`various drivers <https://docs.openstack.org/tooz/latest/user/drivers.html>`_
including the following back end solutions:
* `Zookeeper <https://zookeeper.apache.org/>`_:

View File

@ -239,7 +239,7 @@ Use these steps to configurate all services using RabbitMQ:
Replace ``RABBIT_USER`` with RabbitMQ username and ``RABBIT_PASS`` with
password for respective RabbitMQ host. For more information, see
`oslo messaging transport
<https://docs.openstack.org/developer/oslo.messaging/transport.html>`_.
<https://docs.openstack.org/oslo.messaging/latest/reference/transport.html>`_.
#. Retry connecting with RabbitMQ:

View File

@ -7,7 +7,7 @@ There are several tools that are designed to automate image creation.
Diskimage-builder
~~~~~~~~~~~~~~~~~
`Diskimage-builder <https://docs.openstack.org/developer/diskimage-builder/>`_
`Diskimage-builder <https://docs.openstack.org/diskimage-builder/latest/>`_
is an automated disk image creation tool that supports a variety
of distributions and architectures.
Diskimage-builder (DIB) can build images for Fedora, Red Hat
@ -34,7 +34,7 @@ This example creates the image as before, but for arm architecture.
More elements are available in the `git source directory
<https://git.openstack.org/cgit/openstack/diskimage-builder/tree/elements>`_
and documented in the `diskimage-builder elements documentation
<https://docs.openstack.org/developer/diskimage-builder/elements.html>`_.
<https://docs.openstack.org/diskimage-builder/latest/elements.html>`_.
Oz
~~

View File

@ -38,4 +38,4 @@ to find a VNC client that works on your local desktop.
To create an image for the Database service,
see `Building Guest Images for OpenStack Trove
<https://docs.openstack.org/developer/trove/dev/building_guest_images.html>`_.
<https://docs.openstack.org/trove/latest/admin/building_guest_images.html>`_.

View File

@ -27,23 +27,23 @@ OpenStack architecture:
- Project name
- Description
* - `Dashboard <https://www.openstack.org/software/releases/ocata/components/horizon>`__
- `Horizon <https://docs.openstack.org/developer/horizon/>`__
- `Horizon <https://docs.openstack.org/horizon/latest/>`__
- Provides a web-based self-service portal to interact with underlying
OpenStack services, such as launching an instance, assigning IP
addresses and configuring access controls.
* - `Compute service <https://www.openstack.org/software/releases/ocata/components/nova>`__
- `Nova <https://docs.openstack.org/developer/nova/>`__
- `Nova <https://docs.openstack.org/nova/latest/>`__
- Manages the lifecycle of compute instances in an OpenStack environment.
Responsibilities include spawning, scheduling and decommissioning of
virtual machines on demand.
* - `Networking service <https://www.openstack.org/software/releases/ocata/components/neutron>`__
- `Neutron <https://docs.openstack.org/developer/neutron/>`__
- `Neutron <https://docs.openstack.org/neutron/latest/>`__
- Enables Network-Connectivity-as-a-Service for other OpenStack services,
such as OpenStack Compute. Provides an API for users to define networks
and the attachments into them. Has a pluggable architecture that
supports many popular networking vendors and technologies.
* - `Object Storage service <https://www.openstack.org/software/releases/ocata/components/swift>`__
- `Swift <https://docs.openstack.org/developer/swift/>`__
- `Swift <https://docs.openstack.org/swift/latest/>`__
- Stores and retrieves arbitrary unstructured data objects via a RESTful,
HTTP based API. It is highly fault tolerant with its data replication
and scale-out architecture. Its implementation is not like a file server
@ -51,35 +51,35 @@ OpenStack architecture:
multiple drives, ensuring the data is replicated across a server
cluster.
* - `Block Storage service <https://www.openstack.org/software/releases/ocata/components/cinder>`__
- `Cinder <https://docs.openstack.org/developer/cinder/>`__
- `Cinder <https://docs.openstack.org/cinder/latest/>`__
- Provides persistent block storage to running instances. Its pluggable
driver architecture facilitates the creation and management of block
storage devices.
* - `Identity service <https://www.openstack.org/software/releases/ocata/components/keystone>`__
- `Keystone <https://docs.openstack.org/developer/keystone/>`__
- `Keystone <https://docs.openstack.org/keystone/latest/>`__
- Provides an authentication and authorization service for other
OpenStack services. Provides a catalog of endpoints for all
OpenStack services.
* - `Image service <https://www.openstack.org/software/releases/ocata/components/glance>`__
- `Glance <https://docs.openstack.org/developer/glance/>`__
- `Glance <https://docs.openstack.org/glance/latest/>`__
- Stores and retrieves virtual machine disk images. OpenStack Compute
makes use of this during instance provisioning.
* - `Telemetry service <https://www.openstack.org/software/releases/ocata/components/ceilometer>`__
- `Ceilometer <https://docs.openstack.org/developer/ceilometer/>`__
- `Ceilometer <https://docs.openstack.org/ceilometer/latest/>`__
- Monitors and meters the OpenStack cloud for billing, benchmarking,
scalability, and statistical purposes.
* - `Orchestration service <https://www.openstack.org/software/releases/ocata/components/heat>`__
- `Heat <https://docs.openstack.org/developer/heat/>`__
- `Heat <https://docs.openstack.org/heat/latest/>`__
- Orchestrates multiple composite cloud applications by using either the
native HOT template format or the AWS CloudFormation template format,
through both an OpenStack-native REST API and a
CloudFormation-compatible Query API.
* - `Database service <https://www.openstack.org/software/releases/ocata/components/trove>`__
- `Trove <https://docs.openstack.org/developer/trove/>`__
- `Trove <https://docs.openstack.org/trove/latest/>`__
- Provides scalable and reliable Cloud Database-as-a-Service functionality
for both relational and non-relational database engines.
* - `Data Processing service <https://www.openstack.org/software/releases/ocata/components/sahara>`__
- `Sahara <https://docs.openstack.org/developer/sahara/>`__
- `Sahara <https://docs.openstack.org/sahara/latest/>`__
- Provides capabilities to provision and scale Hadoop clusters in OpenStack
by specifying parameters like Hadoop version, cluster topology and nodes
hardware details.