Update the documentation link for doc migration
Change-Id: I4e23b0d2b7d9e5fc92aa20d9a3f0d5a899664cf0
This commit is contained in:
parent
12538270b7
commit
c56224eb23
@ -1,4 +1,4 @@
|
||||
tripleo-common Style Commandments
|
||||
=================================
|
||||
|
||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||
|
@ -14,7 +14,7 @@ tripleo-common
|
||||
A common library for TripleO workflows.
|
||||
|
||||
* Free software: Apache license
|
||||
* Documentation: http://docs.openstack.org/developer/tripleo-common
|
||||
* Documentation: https://docs.openstack.org/tripleo-common/latest/
|
||||
* Source: http://git.openstack.org/cgit/openstack/tripleo-common
|
||||
* Bugs: http://bugs.launchpad.net/tripleo-common
|
||||
|
||||
|
@ -16,7 +16,7 @@ Undercloud Setup
|
||||
================
|
||||
|
||||
To install the undercloud follow the `TripleO developer documentation
|
||||
<http://docs.openstack.org/developer/tripleo-docs/environments/environments.html>`_.
|
||||
<https://docs.openstack.org/tripleo-docs/latest/install/environments/environments.html>`_.
|
||||
|
||||
=============
|
||||
Code Location
|
||||
@ -47,7 +47,7 @@ Mistral actions can be run through the CLI:
|
||||
openstack action execution run tripleo.plan.create_container input.json
|
||||
|
||||
For REST API usage please reference the `full Mistral documentation
|
||||
<http://docs.openstack.org/developer/mistral/>`_.
|
||||
<https://docs.openstack.org/mistral/latest/>`_.
|
||||
|
||||
===============
|
||||
Using Workflows
|
||||
@ -71,7 +71,7 @@ can be used to get the status and output of that workflow execution.
|
||||
openstack workflow execution show output <execution ID>
|
||||
|
||||
For REST API usage please reference the `full Mistral documentation
|
||||
<http://docs.openstack.org/developer/mistral/>`_.
|
||||
<https://docs.openstack.org/mistral/latest/>`_.
|
||||
|
||||
By default a workflow execution expires after 48 hours. This can be configured
|
||||
in /etc/mistral/mistral.conf.
|
||||
|
@ -3,4 +3,4 @@ features:
|
||||
- |
|
||||
Add support for enrolling nodes using Redfish protocol for management.
|
||||
Requires additional field ``pm_system_id``, see `documentation
|
||||
<https://docs.openstack.org/developer/ironic/drivers/redfish.html>`_.
|
||||
<https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html>`_.
|
||||
|
@ -120,7 +120,7 @@ else
|
||||
fi
|
||||
|
||||
function get_tempurl {
|
||||
# https://docs.openstack.org/developer/swift/api/temporary_url_middleware.html#hmac-sha1-signature-for-temporary-urls
|
||||
# https://docs.openstack.org/swift/latest/api/temporary_url_middleware.html#hmac-sha1-signature-for-temporary-urls
|
||||
local FILE="$1"
|
||||
local SWIFT_METHOD='GET'
|
||||
local SWIFT_PATH="/v1/${SWIFT_ACCOUNT}/${CONTAINER_NAME}/$(basename $FILE)"
|
||||
|
@ -14,7 +14,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
# http://docs.openstack.org/developer/oslo.i18n/usage.html
|
||||
# https://docs.openstack.org/oslo.i18n/latest/user/usage.html
|
||||
|
||||
import oslo_i18n as i18n
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user