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:
parent
7506ffed52
commit
4e6eec5c9b
@ -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
|
||||
|
||||
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!
|
||||
|
@ -242,7 +242,7 @@ on compute hosts rather than servers.
|
||||
- **Aggregates**
|
||||
|
||||
See `Aggregates developer information
|
||||
<http://docs.openstack.org/developer/nova/aggregates.html>`_.
|
||||
<https://docs.openstack.org/nova/latest/user/aggregates.html>`_.
|
||||
|
||||
- **Migrations**
|
||||
|
||||
|
@ -9,7 +9,8 @@ Lists and gets detailed availability zone information.
|
||||
An availability zone is created or updated by setting the
|
||||
availability_zone parameter in the ``create``, ``update``, or
|
||||
``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.
|
||||
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
Manages physical hosts. Some virt drivers do not support all host
|
||||
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
|
||||
all os-hosts related operations. Cloud providers can change these permissions
|
||||
|
@ -22,7 +22,7 @@ Nova supports implicit 'default' Quota Class only.
|
||||
update the ``default`` quota class via the API, you'll still have
|
||||
a default quota of 20 for instances regardless of ``nova.conf``.
|
||||
Refer: `Quotas
|
||||
<https://docs.openstack.org/developer/nova/quotas.html>`__
|
||||
<https://docs.openstack.org/nova/latest/user/quotas.html>`__
|
||||
for more details.
|
||||
|
||||
.. warning::
|
||||
|
@ -26,7 +26,7 @@ through the ``policy.json`` file.
|
||||
|
||||
.. warning:: There is very limited support on this API, For more information,
|
||||
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
|
||||
|
||||
|
@ -14,12 +14,12 @@ supports versioning. There are two kinds of versions in Nova.
|
||||
|
||||
For more details about Microversions, please reference:
|
||||
`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.
|
||||
Please reference:
|
||||
`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.
|
||||
|
||||
The Version APIs work differently from other APIs as they *do not*
|
||||
|
@ -5,10 +5,10 @@ Both contributor developer documentation and
|
||||
REST API documentation are sourced here.
|
||||
|
||||
Contributor developer docs are built to:
|
||||
http://docs.openstack.org/developer/nova/
|
||||
https://docs.openstack.org/nova/latest/
|
||||
|
||||
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
|
||||
doc/source/development.environment.rst.
|
||||
doc/source/contributor/development.environment.rst.
|
||||
|
@ -44,8 +44,7 @@ hypervisor to use can be difficult, and you must take budget, resource
|
||||
constraints, supported features, and required technical specifications into
|
||||
account. However, the majority of OpenStack development is done on systems
|
||||
using KVM and Xen-based hypervisors. For a detailed list of features and
|
||||
support across different hypervisors, see the `Feature Support Matrix
|
||||
<https://docs.openstack.org/developer/nova/support-matrix.html>`_.
|
||||
support across different hypervisors, see :doc:`/user/support-matrix`.
|
||||
|
||||
You can also orchestrate clouds using multiple hypervisors in different
|
||||
availability zones. Compute supports the following hypervisors:
|
||||
|
@ -21,13 +21,11 @@ This document covers live migrations using the
|
||||
Not all Compute service hypervisor drivers support live-migration, or
|
||||
support all live-migration features.
|
||||
|
||||
Consult the `Hypervisor Support Matrix
|
||||
<https://docs.openstack.org/developer/nova/support-matrix.html>`_ to
|
||||
determine which hypervisors support live-migration.
|
||||
Consult :doc:`/user/support-matrix` to determine which hypervisors
|
||||
support live-migration.
|
||||
|
||||
See the `Hypervisor configuration pages
|
||||
<https://docs.openstack.org/ocata/config-reference/compute/hypervisors.html>`_
|
||||
for details on hypervisor-specific configuration settings.
|
||||
See the :doc:`/configuration/index` for details
|
||||
on hypervisor configuration settings.
|
||||
|
||||
The migration types are:
|
||||
|
||||
|
@ -64,8 +64,7 @@ The report has the following sections:
|
||||
* Configuration: Lists all configuration options currently accessible through
|
||||
the CONF object for the current process.
|
||||
|
||||
For more information, see `Guru Meditation Reports
|
||||
<https://docs.openstack.org/developer/nova/devref/gmr.html>`_.
|
||||
For more information, see :doc:`/reference/gmr`.
|
||||
|
||||
.. _compute-common-errors-and-fixes:
|
||||
|
||||
|
@ -40,8 +40,8 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `Using WSGI with Nova <https://docs.openstack.org/devloper/nova/wsgi.html>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
* `Using WSGI with Nova <https://docs.openstack.org/nova/latest/wsgi.html>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -40,8 +40,8 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `Using WSGI with Nova <https://docs.openstack.org/devloper/nova/wsgi.html>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
* `Using WSGI with Nova <https://docs.openstack.org/nova/latest/user/wsgi.html>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -41,8 +41,8 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `Using WSGI with Nova <https://docs.openstack.org/devloper/nova/wsgi.html>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
* `Using WSGI with Nova <https://docs.openstack.org/nova/latest/user/wsgi.html>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -47,7 +47,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -42,7 +42,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -36,7 +36,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -39,7 +39,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -39,7 +39,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -41,7 +41,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -84,7 +84,7 @@ Optional arguments
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -280,7 +280,7 @@ Nova Project
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -39,7 +39,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -40,7 +40,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -50,7 +50,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -39,7 +39,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -40,7 +40,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -40,7 +40,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -93,7 +93,7 @@ Upgrade
|
||||
make a successful request to the endpoint. The command also checks to
|
||||
see that there are compute node resource providers checking in with the
|
||||
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)**
|
||||
|
||||
@ -104,7 +104,7 @@ Upgrade
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* OpenStack Nova Docs: `<http://docs.openstack.org/developer/nova/>`_
|
||||
* OpenStack Nova Docs: `<https://docs.openstack.org/nova/latest/>`_
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -39,7 +39,7 @@ FILES
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
* `OpenStack Nova <https://docs.openstack.org/developer/nova>`__
|
||||
* `OpenStack Nova <https://docs.openstack.org/nova/latest/>`__
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
@ -158,8 +158,8 @@ claims the virtual IP. You can check which node claimed the virtual IP using:
|
||||
Zero Downtime upgrade process
|
||||
------------------------------
|
||||
|
||||
General rolling upgrade process:
|
||||
http://docs.openstack.org/developer/nova/upgrade.html#minimal-downtime-upgrade-process
|
||||
General rolling upgrade process: :ref:minimal_downtime_upgrade.
|
||||
|
||||
|
||||
Before Upgrade
|
||||
''''''''''''''
|
||||
|
@ -45,8 +45,8 @@ OpenStack Compute consists of the following areas and their components:
|
||||
instance and updating its state in the database.
|
||||
|
||||
``nova-placement-api`` service
|
||||
Tracks the inventory and usage of each provider. For details, see `Placement
|
||||
API <https://docs.openstack.org/developer/nova/placement.html>`__.
|
||||
Tracks the inventory and usage of each provider. For details, see
|
||||
:doc:`/user/placement`.
|
||||
|
||||
``nova-scheduler`` service
|
||||
Takes a virtual machine instance request from the queue and determines on
|
||||
|
@ -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
|
||||
introduce the process needed for a no downtime upgrade of nova.
|
||||
|
||||
.. _minimal_downtime_upgrade:
|
||||
|
||||
Minimal Downtime Upgrade Process
|
||||
--------------------------------
|
||||
|
@ -5,4 +5,4 @@ level of the nova directory:
|
||||
|
||||
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
|
||||
|
@ -45,7 +45,8 @@ from nova import version
|
||||
|
||||
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):
|
||||
|
@ -23,7 +23,7 @@ notifications_group = cfg.OptGroup(
|
||||
Most of the actions in Nova which manipulate the system state generate
|
||||
notifications which are posted to the messaging component (e.g. RabbitMQ) and
|
||||
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 = [
|
||||
@ -108,7 +108,7 @@ Possible values:
|
||||
emitted. (Default)
|
||||
|
||||
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(
|
||||
'versioned_notifications_topics',
|
||||
@ -123,7 +123,7 @@ Nova will send a message containing a versioned notification payload to each
|
||||
topic queue in this list.
|
||||
|
||||
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(
|
||||
'bdms_in_notifications',
|
||||
|
@ -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
|
||||
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:
|
||||
|
||||
|
@ -438,8 +438,8 @@ class LibvirtDriver(driver.ComputeDriver):
|
||||
LOG.warning('The libvirt driver is not tested on '
|
||||
'%(type)s/%(arch)s by the OpenStack project and '
|
||||
'thus its quality can not be ensured. For more '
|
||||
'information, see: http://docs.openstack.org/'
|
||||
'developer/nova/support-matrix.html',
|
||||
'information, see: https://docs.openstack.org/'
|
||||
'nova/latest/user/support-matrix.html',
|
||||
{'type': CONF.libvirt.virt_type, 'arch': hostarch})
|
||||
|
||||
def _handle_conn_event(self, enabled, reason):
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
This is a reference for the Openstack Placement API. To learn more about
|
||||
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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user