From ac23f3e17704f023f1b8867ecb07bd43a05833f3 Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Tue, 26 Dec 2017 00:07:49 -0800 Subject: [PATCH] Replace the invalid links with the right ones for the document 1) Update the doc links according to OpenStack document migration 2) Fix the doc links according to the lastest OpenStack Website Change-Id: I15e7659a91dd9aaec8cb5cb96d20e8c318609d61 --- other-requirements.txt | 2 +- roles/overcloud-deploy/docs/contributing.md | 4 ++-- roles/undercloud-deploy/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/other-requirements.txt b/other-requirements.txt index d46b47c05..3021f902d 100644 --- a/other-requirements.txt +++ b/other-requirements.txt @@ -1,5 +1,5 @@ # This is a cross-platform list tracking distribution packages needed by tests; -# see http://docs.openstack.org/infra/bindep/ for additional information. +# see https://docs.openstack.org/infra/bindep/ for additional information. libffi-dev [platform:dpkg] libffi-devel [platform:rpm] diff --git a/roles/overcloud-deploy/docs/contributing.md b/roles/overcloud-deploy/docs/contributing.md index 67932a193..3fc5e1c68 100644 --- a/roles/overcloud-deploy/docs/contributing.md +++ b/roles/overcloud-deploy/docs/contributing.md @@ -38,6 +38,6 @@ After committing your changes, resubmit the review: git review -[gerrit]: http://docs.openstack.org/infra/manual/developers.html#development-workflow -[git-review]: http://docs.openstack.org/infra/manual/developers.html#installing-git-review +[gerrit]: https://docs.openstack.org/infra/manual/developers.html#development-workflow +[git-review]: https://docs.openstack.org/infra/manual/developers.html#installing-git-review diff --git a/roles/undercloud-deploy/README.md b/roles/undercloud-deploy/README.md index a2ffd0897..130f6b933 100644 --- a/roles/undercloud-deploy/README.md +++ b/roles/undercloud-deploy/README.md @@ -34,7 +34,7 @@ properly with the option --old-deploy-image - `step_install_undercloud`: <'true'> -- turn on/off the undercloud deployment - `libvirt_uri`: <'qemu:///session'> -- the URI used by libvirt, by default tripleo-quickstart uses user sessions to provide greater flexixiblity to our users. ** additional documentation ** is at -http://docs.openstack.org/developer/tripleo-quickstart/accessing-libvirt.html +https://docs.openstack.org/tripleo-quickstart/latest/accessing-libvirt.html - `undercloud_conf_extra`: <''> -- extra options to be added to ~/undercloud.conf - `undercloud_extra_args`: <''> -- extra options for undercloud deploy command. - `undercloud_install_cli_options`: <''> -- extra options for undercloud install command.