Update and replace http with https for doc links in heat-templates

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: Id87e91d1f95bcb94c31125c467abab17242cb36f
This commit is contained in:
shangxiaobj 2017-07-26 02:35:30 -07:00 committed by Zane Bitter
parent cedf276918
commit f44b2d591d
7 changed files with 17 additions and 16 deletions

View File

@ -1,16 +1,16 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html
https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
http://docs.openstack.org/infra/manual/developers.html#development-workflow
https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/heat-templates
https://bugs.launchpad.net/heat-templates

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/heat-templates.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/tc/badges/heat-templates.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on

View File

@ -6,9 +6,9 @@ description: >
Aodh alarm delivered to a Zaqar queue that triggers a Mistral workflow to
replace the stopped server. Note that this requires event alarms to be
enabled in Aodh, following the instructions at
http://docs.openstack.org/developer/aodh/event-alarm.html - specifically by
adding the publisher "notifier://?topic=alarm.all" in
/etc/ceilometer/event_pipeline.yaml.
https://docs.openstack.org/aodh/latest/contributor/event-alarm.html#configuration
(specifically by adding the publisher "notifier://?topic=alarm.all" in
/etc/ceilometer/event_pipeline.yaml).
parameters:
flavor:

View File

@ -10,9 +10,10 @@ description: >
server as failed. This should be the root-level stack, to ensure that any
other resources depending on outputs from this stack are also updated. Note
that this requires event alarms to be enabled in Aodh, following the
instructions at http://docs.openstack.org/developer/aodh/event-alarm.html -
specifically, by adding the publisher "notifier://?topic=alarm.all" in
/etc/ceilometer/event_pipeline.yaml.
instructions at
https://docs.openstack.org/aodh/latest/contributor/event-alarm.html#configuration
(specifically, by adding the publisher "notifier://?topic=alarm.all" in
/etc/ceilometer/event_pipeline.yaml).
parameters:
flavor:

View File

@ -94,8 +94,7 @@ resources:
# a conflict error if the [parent] port status is not compatible
# with the [trunk create] request."
#
# http://specs.openstack.org/openstack/neutron-specs
# /specs/newton/vlan-aware-vms.html
# https://specs.openstack.org/openstack/neutron-specs/specs/newton/vlan-aware-vms.html
#
# In practice this means that the Open vSwitch plugin(s) of Neutron
# will reject trunk creation when the parent port was already used

View File

@ -40,11 +40,12 @@ This nested heat stack deploys a highly-available OpenShift Origin environment.
* Neutron networking: one private and one public network
* Compute quota for six VM instances
* Pool of seven available floating IP addresses. Addresses will be created and assigned at deployment.
* Load Balancer as a Server (LBaaS) configured. See neutron [lbaas agent configuration section](http://openstack.redhat.com/LBaaS).
* Load Balancer as a Server (LBaaS) configured. See neutron [lbaas agent configuration section](https://www.rdoproject.org/networking/lbaas/).
* IP address of upstream (IT) DNS server for zone transfers
## Files
These templates are [Heat Orchestration Templates (HOT)](http://docs.openstack.org/developer/heat/template_guide/environment.html). Environment files are used to reduce CLI parameters and provide a way to reuse resources.
These templates are [Heat Orchestration Templates (HOT)](https://docs.openstack.org/heat/latest/template_guide/hot_guide.html).
[Environment files](https://docs.openstack.org/heat/latest/template_guide/environment.html) are used to reduce CLI parameters and provide a way to reuse resources.
* Templates
* oso_ha_stack.yaml

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/heat/
home-page = https://docs.openstack.org/heat/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology