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
This commit is contained in:
shangxiaobj 2017-12-26 00:07:49 -08:00 committed by Sagi Shnaidman
parent 25a4f08a14
commit ac23f3e177
3 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -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

View File

@ -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.