Docs: Fix broken external links

Change-Id: Iad15069ccee42c1d409915f79e0d8af8e124fe48
Closes-Bug: #1710084
This commit is contained in:
Zane Bitter 2018-03-12 13:53:37 -04:00
parent b78e78d8bb
commit 9e5d6b56c0
9 changed files with 18 additions and 20 deletions

View File

@ -28,5 +28,5 @@ integrated with the OpenStack dashboard to perform stack functions through
a web interface.
For more information about using the Orchestration service through the
command line, see the `OpenStack Command-Line Interface Reference
<https://docs.openstack.org/cli-reference/heat.html>`_.
command line, see the `Heat Command-Line Interface reference
<https://docs.openstack.org/python-heatclient/latest/#openstackclient-command-line>`_.

View File

@ -669,8 +669,8 @@ directories on the local file system where the engine will search for plug-ins.
Simply place the file containing your resource in one of these directories and
the engine will make them available next time the service starts.
See one of the Installation Guides at http://docs.OpenStack.org/ for
more information on configuring the orchestration service.
See :doc:`<../configuration/index>` for more information on configuring the
orchestration service.
Testing
-------

View File

@ -105,9 +105,8 @@ Note: The list operation will show no running stack.::
$ openstack stack delete teststack
$ openstack stack list
You can explore other heat commands by referring to the
`Heat chapter
<http://docs.openstack.org/cli-reference/heat.html>`_
of the `OpenStack Command-Line Interface Reference
<http://docs.openstack.org/cli-reference/index.html>`_ then read
the :ref:`template-guide` and start authoring your own templates.
You can explore other heat commands by referring to the `Heat command reference
<https://docs.openstack.org/python-heatclient/latest/cli/>`_ for the
`OpenStack Command-Line Interface
<https://docs.openstack.org/python-openstackclient/>`_; then read the
:ref:`template-guide` and start authoring your own templates.

View File

@ -20,7 +20,7 @@ Linux, CentOS and Fedora which includes a chapter on installing the
Orchestration module (Heat).
There are instructions for `installing the RDO OpenStack
<https://www.rdoproject.org/install/quickstart/>`_ on Fedora and CentOS.
<https://www.rdoproject.org/install/tripleo/>`_ on Fedora and CentOS.
If installing with packstack, you can install heat by specifying
``--os-heat-install=y`` in your packstack invocation, or setting

View File

@ -15,8 +15,6 @@ Installing OpenStack on other distributions
===========================================
- There is a `Debian packaging team for OpenStack`_.
- There are instructions for `installing OpenStack on Ubuntu`_.
- Various other distributions may have packaging teams or getting started guides available.
.. _Debian packaging team for OpenStack: http://wiki.openstack.org/Packaging/Debian
.. _installing OpenStack on Ubuntu: http://docs.openstack.org/bexar/openstack-compute/admin/content/ch03s02.html

View File

@ -60,7 +60,7 @@
retrieve instance-specific data. See `Metadata
service (OpenStack Administrator Guide)`_.
.. _Metadata service (OpenStack Administrator Guide): http://docs.openstack.org/admin-guide/compute-networking-nova.html#metadata-service
.. _Metadata service (OpenStack Administrator Guide): https://docs.openstack.org/nova/latest/admin/networking-nova.html#metadata-service
Multi-region
A feature of Heat that supports deployment to multiple regions.
@ -76,9 +76,9 @@
Nova Instance metadata
User-provided *key:value* pairs associated with a Compute
Instance. See `Instance specific data (OpenStack Operations Guide)`_.
Instance. See `Instance-specific data (OpenStack Operations Guide)`_.
.. _Instance specific data (OpenStack Operations Guide): http://docs.openstack.org/openstack-ops/content/instances.html#instance_specific_data
.. _Instance-specific data (OpenStack Operations Guide): https://wiki.openstack.org/wiki/OpsGuide/User-Facing_Operations#using-instance-specific-data
OpenStack
Open source software for building private and public clouds.

View File

@ -32,7 +32,7 @@ Assumptions
This guide, using a devstack installation of OpenStack, assumes that:
1. You have configured devstack from `Single Machine Installation Guide
<http://devstack.org/guides/single-machine.html>`_;
<https://docs.openstack.org/devstack/latest/guides/single-machine.html>`_;
2. You have set up heat on devstack, as defined at :doc:`heat and DevStack
<../getting_started/on_devstack>`;
3. You have installed `HAProxy <http://haproxy.1wt.eu>`_ on the devstack

View File

@ -250,8 +250,9 @@ the key pair to use to enable SSH remote access:
key_name: my_key
.. note::
For more information about key pairs, see
`Configure access and security for instances <http://docs.openstack.org/user-guide/configure_access_and_security_for_instances.html>`_.
For more information about key pairs, see `Configure access and security for
instances
<https://docs.openstack.org/ocata/user-guide/cli-nova-configure-access-security-for-instances.html>`_.
Create a key pair
-----------------

View File

@ -781,7 +781,7 @@ contents of the file ``example-puppet-manifest.pp``, containing:
.. _`AWS::CloudFormation::Init`: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-init.html
.. _diskimage-builder: https://git.openstack.org/cgit/openstack/diskimage-builder
.. _imagefactory: http://imgfac.org/
.. _`Metadata service`: http://docs.openstack.org/admin-guide/compute-networking-nova.html#metadata-service
.. _`Metadata service`: https://docs.openstack.org/nova/latest/admin/networking-nova.html#metadata-service
.. _Cloud-init: http://cloudinit.readthedocs.org/en/latest/
.. _curl: http://curl.haxx.se/
.. _`Orchestration API`: http://developer.openstack.org/api-ref/orchestration/v1/