Fix broken URLs

Fix broken nova URLs that linked to the old developer/nova places and
use the new link instead.

Change-Id: Ideb50626e140201dded19fc82584440f1a407e47
This commit is contained in:
Andreas Jaeger 2017-09-06 22:01:01 +02:00
parent 7506ffed52
commit 4e6eec5c9b
39 changed files with 56 additions and 57 deletions

View File

@ -12,6 +12,6 @@ We also have a page which documents tips and mentoring opportunities for new
Nova developers at https://wiki.openstack.org/wiki/Nova/Mentoring Nova developers at https://wiki.openstack.org/wiki/Nova/Mentoring
Finally, you should also check out our developer reference at Finally, you should also check out our developer reference at
http://docs.openstack.org/developer/nova/devref/ https://docs.openstack.org/nova/latest/contributor/index.html
Thanks for your interest in Nova, please come again! Thanks for your interest in Nova, please come again!

View File

@ -242,7 +242,7 @@ on compute hosts rather than servers.
- **Aggregates** - **Aggregates**
See `Aggregates developer information See `Aggregates developer information
<http://docs.openstack.org/developer/nova/aggregates.html>`_. <https://docs.openstack.org/nova/latest/user/aggregates.html>`_.
- **Migrations** - **Migrations**

View File

@ -9,7 +9,8 @@ Lists and gets detailed availability zone information.
An availability zone is created or updated by setting the An availability zone is created or updated by setting the
availability_zone parameter in the ``create``, ``update``, or availability_zone parameter in the ``create``, ``update``, or
``create or update`` methods of the Host Aggregates API. ``create or update`` methods of the Host Aggregates API.
See `Host Aggregates <http://docs.openstack.org/developer/nova/aggregates.html>`_ See `Host Aggregates
<https://docs.openstack.org/nova/latest/user/aggregates.html>`_
for more details. for more details.

View File

@ -16,7 +16,7 @@
Manages physical hosts. Some virt drivers do not support all host Manages physical hosts. Some virt drivers do not support all host
functions. For more information, see `nova virt support functions. For more information, see `nova virt support
matrix <http://docs.openstack.org/developer/nova/support-matrix.html>`__ matrix <https://docs.openstack.org/nova/latest/user/support-matrix.html>`__
Policy defaults enable only users with the administrative role to perform Policy defaults enable only users with the administrative role to perform
all os-hosts related operations. Cloud providers can change these permissions all os-hosts related operations. Cloud providers can change these permissions

View File

@ -22,7 +22,7 @@ Nova supports implicit 'default' Quota Class only.
update the ``default`` quota class via the API, you'll still have update the ``default`` quota class via the API, you'll still have
a default quota of 20 for instances regardless of ``nova.conf``. a default quota of 20 for instances regardless of ``nova.conf``.
Refer: `Quotas Refer: `Quotas
<https://docs.openstack.org/developer/nova/quotas.html>`__ <https://docs.openstack.org/nova/latest/user/quotas.html>`__
for more details. for more details.
.. warning:: .. warning::

View File

@ -26,7 +26,7 @@ through the ``policy.json`` file.
.. warning:: There is very limited support on this API, For more information, .. warning:: There is very limited support on this API, For more information,
see `nova virt support matrix see `nova virt support matrix
<http://docs.openstack.org/developer/nova/support-matrix.html>`__ <https://docs.openstack.org/nova/latest/user/support-matrix.html>`__
Normal response codes: 202 Normal response codes: 202

View File

@ -14,12 +14,12 @@ supports versioning. There are two kinds of versions in Nova.
For more details about Microversions, please reference: For more details about Microversions, please reference:
`Microversions `Microversions
<http://developer.openstack.org/api-guide/compute/microversions.html>`_ <https://developer.openstack.org/api-guide/compute/microversions.html>`_
.. note:: The maximum microversion supported by each release varies. .. note:: The maximum microversion supported by each release varies.
Please reference: Please reference:
`API Microversion History `API Microversion History
<http://docs.openstack.org/developer/nova/api_microversion_history.html>`__ <https://docs.openstack.org/nova/latest/reference/api-microversion-history.html>`__
for API microversion history details. for API microversion history details.
The Version APIs work differently from other APIs as they *do not* The Version APIs work differently from other APIs as they *do not*

View File

@ -5,10 +5,10 @@ Both contributor developer documentation and
REST API documentation are sourced here. REST API documentation are sourced here.
Contributor developer docs are built to: Contributor developer docs are built to:
http://docs.openstack.org/developer/nova/ https://docs.openstack.org/nova/latest/
API guide docs are built to: API guide docs are built to:
http://developer.openstack.org/api-guide/compute/ https://developer.openstack.org/api-guide/compute/
For more details, see the "Building the Documentation" section of For more details, see the "Building the Documentation" section of
doc/source/development.environment.rst. doc/source/contributor/development.environment.rst.

View File

@ -44,8 +44,7 @@ hypervisor to use can be difficult, and you must take budget, resource
constraints, supported features, and required technical specifications into constraints, supported features, and required technical specifications into
account. However, the majority of OpenStack development is done on systems account. However, the majority of OpenStack development is done on systems
using KVM and Xen-based hypervisors. For a detailed list of features and using KVM and Xen-based hypervisors. For a detailed list of features and
support across different hypervisors, see the `Feature Support Matrix support across different hypervisors, see :doc:`/user/support-matrix`.
<https://docs.openstack.org/developer/nova/support-matrix.html>`_.
You can also orchestrate clouds using multiple hypervisors in different You can also orchestrate clouds using multiple hypervisors in different
availability zones. Compute supports the following hypervisors: availability zones. Compute supports the following hypervisors:

View File

@ -21,13 +21,11 @@ This document covers live migrations using the
Not all Compute service hypervisor drivers support live-migration, or Not all Compute service hypervisor drivers support live-migration, or
support all live-migration features. support all live-migration features.
Consult the `Hypervisor Support Matrix Consult :doc:`/user/support-matrix` to determine which hypervisors
<https://docs.openstack.org/developer/nova/support-matrix.html>`_ to support live-migration.
determine which hypervisors support live-migration.
See the `Hypervisor configuration pages See the :doc:`/configuration/index` for details
<https://docs.openstack.org/ocata/config-reference/compute/hypervisors.html>`_ on hypervisor configuration settings.
for details on hypervisor-specific configuration settings.
The migration types are: The migration types are:

View File

@ -64,8 +64,7 @@ The report has the following sections:
* Configuration: Lists all configuration options currently accessible through * Configuration: Lists all configuration options currently accessible through
the CONF object for the current process. the CONF object for the current process.
For more information, see `Guru Meditation Reports For more information, see :doc:`/reference/gmr`.
<https://docs.openstack.org/developer/nova/devref/gmr.html>`_.
.. _compute-common-errors-and-fixes: .. _compute-common-errors-and-fixes:

View File

@ -40,8 +40,8 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
* `Using WSGI with Nova <https://docs.openstack.org/devloper/nova/wsgi.html>`__ * `Using WSGI with Nova <https://docs.openstack.org/nova/latest/wsgi.html>`__
BUGS BUGS
==== ====

View File

@ -40,8 +40,8 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
* `Using WSGI with Nova <https://docs.openstack.org/devloper/nova/wsgi.html>`__ * `Using WSGI with Nova <https://docs.openstack.org/nova/latest/user/wsgi.html>`__
BUGS BUGS
==== ====

View File

@ -41,8 +41,8 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
* `Using WSGI with Nova <https://docs.openstack.org/devloper/nova/wsgi.html>`__ * `Using WSGI with Nova <https://docs.openstack.org/nova/latest/user/wsgi.html>`__
BUGS BUGS
==== ====

View File

@ -47,7 +47,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -42,7 +42,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -36,7 +36,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -39,7 +39,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -39,7 +39,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -41,7 +41,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -84,7 +84,7 @@ Optional arguments
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -280,7 +280,7 @@ Nova Project
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -39,7 +39,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -40,7 +40,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -50,7 +50,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -39,7 +39,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -40,7 +40,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -40,7 +40,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -93,7 +93,7 @@ Upgrade
make a successful request to the endpoint. The command also checks to make a successful request to the endpoint. The command also checks to
see that there are compute node resource providers checking in with the see that there are compute node resource providers checking in with the
Placement service. More information on the Placement service can be found Placement service. More information on the Placement service can be found
at: `<http://docs.openstack.org/developer/nova/placement.html>`_ at: `<https://docs.openstack.org/nova/latest/user/placement.html>`_
**16.0.0 (Pike)** **16.0.0 (Pike)**
@ -104,7 +104,7 @@ Upgrade
SEE ALSO SEE ALSO
======== ========
* OpenStack Nova Docs: `<http://docs.openstack.org/developer/nova/>`_ * OpenStack Nova Docs: `<https://docs.openstack.org/nova/latest/>`_
BUGS BUGS
==== ====

View File

@ -39,7 +39,7 @@ FILES
SEE ALSO SEE ALSO
======== ========
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__ * `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
BUGS BUGS
==== ====

View File

@ -158,8 +158,8 @@ claims the virtual IP. You can check which node claimed the virtual IP using:
Zero Downtime upgrade process Zero Downtime upgrade process
------------------------------ ------------------------------
General rolling upgrade process: General rolling upgrade process: :ref:minimal_downtime_upgrade.
http://docs.openstack.org/developer/nova/upgrade.html#minimal-downtime-upgrade-process
Before Upgrade Before Upgrade
'''''''''''''' ''''''''''''''

View File

@ -45,8 +45,8 @@ OpenStack Compute consists of the following areas and their components:
instance and updating its state in the database. instance and updating its state in the database.
``nova-placement-api`` service ``nova-placement-api`` service
Tracks the inventory and usage of each provider. For details, see `Placement Tracks the inventory and usage of each provider. For details, see
API <https://docs.openstack.org/developer/nova/placement.html>`__. :doc:`/user/placement`.
``nova-scheduler`` service ``nova-scheduler`` service
Takes a virtual machine instance request from the queue and determines on Takes a virtual machine instance request from the queue and determines on

View File

@ -29,6 +29,7 @@ This document is trying to describe how we can achieve that.
Once we have introduced the key concepts relating to upgrade, we will Once we have introduced the key concepts relating to upgrade, we will
introduce the process needed for a no downtime upgrade of nova. introduce the process needed for a no downtime upgrade of nova.
.. _minimal_downtime_upgrade:
Minimal Downtime Upgrade Process Minimal Downtime Upgrade Process
-------------------------------- --------------------------------

View File

@ -5,4 +5,4 @@ level of the nova directory:
For a pre-generated example of the latest nova.conf, see: For a pre-generated example of the latest nova.conf, see:
http://docs.openstack.org/developer/nova/sample_config.html https://docs.openstack.org/nova/latest/configuration/sample-config.html

View File

@ -45,7 +45,8 @@ from nova import version
CONF = nova.conf.CONF CONF = nova.conf.CONF
PLACEMENT_DOCS_LINK = 'http://docs.openstack.org/developer/nova/placement.html' PLACEMENT_DOCS_LINK = 'https://docs.openstack.org/nova/latest' \
'/user/placement.html'
class UpgradeCheckCode(enum.IntEnum): class UpgradeCheckCode(enum.IntEnum):

View File

@ -23,7 +23,7 @@ notifications_group = cfg.OptGroup(
Most of the actions in Nova which manipulate the system state generate Most of the actions in Nova which manipulate the system state generate
notifications which are posted to the messaging component (e.g. RabbitMQ) and notifications which are posted to the messaging component (e.g. RabbitMQ) and
can be consumed by any service outside the Openstack. More technical details can be consumed by any service outside the Openstack. More technical details
at http://docs.openstack.org/developer/nova/notifications.html at https://docs.openstack.org/nova/latest/reference/notifications.html
""") """)
ALL_OPTS = [ ALL_OPTS = [
@ -108,7 +108,7 @@ Possible values:
emitted. (Default) emitted. (Default)
The list of versioned notifications is visible in The list of versioned notifications is visible in
http://docs.openstack.org/developer/nova/notifications.html https://docs.openstack.org/nova/latest/reference/notifications.html
"""), """),
cfg.ListOpt( cfg.ListOpt(
'versioned_notifications_topics', 'versioned_notifications_topics',
@ -123,7 +123,7 @@ Nova will send a message containing a versioned notification payload to each
topic queue in this list. topic queue in this list.
The list of versioned notifications is visible in The list of versioned notifications is visible in
http://docs.openstack.org/developer/nova/notifications.html https://docs.openstack.org/nova/latest/reference/notifications.html
"""), """),
cfg.BoolOpt( cfg.BoolOpt(
'bdms_in_notifications', 'bdms_in_notifications',

View File

@ -444,7 +444,7 @@ PCI devices on the host and the number of PCI devices requested by the
instance. The ``NUMATopologyFilter`` filter must be enabled for this to have instance. The ``NUMATopologyFilter`` filter must be enabled for this to have
any significance. For more information, refer to the filter documentation: any significance. For more information, refer to the filter documentation:
https://docs.openstack.org/developer/nova/filter_scheduler.html https://docs.openstack.org/nova/latest/user/filter-scheduler.html
Possible values: Possible values:

View File

@ -438,8 +438,8 @@ class LibvirtDriver(driver.ComputeDriver):
LOG.warning('The libvirt driver is not tested on ' LOG.warning('The libvirt driver is not tested on '
'%(type)s/%(arch)s by the OpenStack project and ' '%(type)s/%(arch)s by the OpenStack project and '
'thus its quality can not be ensured. For more ' 'thus its quality can not be ensured. For more '
'information, see: http://docs.openstack.org/' 'information, see: https://docs.openstack.org/'
'developer/nova/support-matrix.html', 'nova/latest/user/support-matrix.html',
{'type': CONF.libvirt.virt_type, 'arch': hostarch}) {'type': CONF.libvirt.virt_type, 'arch': hostarch})
def _handle_conn_event(self, enabled, reason): def _handle_conn_event(self, enabled, reason):

View File

@ -6,7 +6,7 @@
This is a reference for the Openstack Placement API. To learn more about This is a reference for the Openstack Placement API. To learn more about
Openstack Placement API concepts, please refer to the Openstack Placement API concepts, please refer to the
`Placement Introduction <http://docs.openstack.org/developer/nova/placement.html>`_. `Placement Introduction <https://docs.openstack.org/nova/latest/user/placement.html>`_.
.. rest_expand_all:: .. rest_expand_all::