Update and replace http with https for doc links

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

Change-Id: I66ec684f89a842f73f5854ad70c35c8a3d8334dc
This commit is contained in:
shangxiaobj 2017-09-15 01:00:12 -07:00 committed by Julia Kreger
parent d99769b5a9
commit 2c6d130f0b
9 changed files with 12 additions and 12 deletions

View File

@ -3,7 +3,7 @@ thus follows OpenStack development procedures.
For a full (and official) description of the development workflow, see: For a full (and official) description of the development workflow, see:
http://docs.openstack.org/infra/manual/developers.html#development-workflow https://docs.openstack.org/infra/manual/developers.html#development-workflow
For a highly abridged version, read on. For a highly abridged version, read on.

View File

@ -1,4 +1,4 @@
bifrost Style Commandments bifrost Style Commandments
========================== ==========================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -8,8 +8,8 @@ with as few operational requirements as reasonably possible.
Team and repository tags: Team and repository tags:
.. image:: http://governance.openstack.org/badges/bifrost.svg .. image:: https://governance.openstack.org/tc/badges/bifrost.svg
:target: http://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/tc/reference/tags/index.html
Use Cases Use Cases
~~~~~~~~~ ~~~~~~~~~

View File

@ -69,11 +69,11 @@ TinyIPA::
https://git.openstack.org/cgit/openstack/ironic-python-agent/tree/imagebuild/tinyipa/README.rst https://git.openstack.org/cgit/openstack/ironic-python-agent/tree/imagebuild/tinyipa/README.rst
For documentation on diskimage-builder, See:: For documentation on diskimage-builder, See::
http://docs.openstack.org/developer/diskimage-builder/. https://docs.openstack.org/diskimage-builder/latest/.
It should be noted that the steps for diskimage-builder installation and It should be noted that the steps for diskimage-builder installation and
use to create an IPA image for Bifrost are the same as for ironic. See: use to create an IPA image for Bifrost are the same as for ironic. See:
http://docs.openstack.org/developer/ironic/deploy/install-guide.html#image-requirements https://docs.openstack.org/ironic/latest/install/deploy-ramdisk.html
This essentially boils down to the following steps: This essentially boils down to the following steps:

View File

@ -45,7 +45,7 @@ guest image on a directory on the host, and then in the template
for the VM, you can specify it on the disk section, as shown for the VM, you can specify it on the disk section, as shown
in the example template. in the example template.
Please see the `OpenStack Image Guide <http://docs.openstack.org/image-guide/obtain-images.html>`_ Please see the `OpenStack Image Guide <https://docs.openstack.org/image-guide/obtain-images.html>`_
for options and locations for obtaining guest images. for options and locations for obtaining guest images.
Add credentials to guest image Add credentials to guest image

View File

@ -89,7 +89,7 @@ delineate the file destinations between different configuration drives
that may be in the process of being created. that may be in the process of being created.
Additional detail on the format of configuration drives can be found at: Additional detail on the format of configuration drives can be found at:
http://docs.openstack.org/user-guide/cli_config_drive.html https://docs.openstack.org/os-client-config/latest/
If one wishes to manually modify a configuration drive after the fact, If one wishes to manually modify a configuration drive after the fact,
the files are base64 encoded, gzip compressed, ISO9660 filesystems. the files are base64 encoded, gzip compressed, ISO9660 filesystems.

View File

@ -24,7 +24,7 @@ noauth_mode: Controls if the module is called in noauth mode.
however if set to false, the role utilizes os_client_config however if set to false, the role utilizes os_client_config
which expects a clouds.yml file. More information about which expects a clouds.yml file. More information about
this file format can be found at: this file format can be found at:
http://docs.openstack.org/developer/os-client-config/ https://docs.openstack.org/os-client-config/latest/
cloud_name: Optional: String value defining a clouds.yaml entry for cloud_name: Optional: String value defining a clouds.yaml entry for
the ansible module to leverage. the ansible module to leverage.

View File

@ -10,7 +10,7 @@ Requirements
This role is dependent upon the os-ironic ansible module, which is dependent This role is dependent upon the os-ironic ansible module, which is dependent
upon shade (https://git.openstack.org/cgit/openstack-infra/shade/), which in upon shade (https://git.openstack.org/cgit/openstack-infra/shade/), which in
this case is presently dependent upon the Ironic Python Client Library this case is presently dependent upon the Ironic Python Client Library
(http://git.openstack.org/cgit/openstack/python-ironicclient/). (https://git.openstack.org/cgit/openstack/python-ironicclient/).
Role Variables Role Variables
-------------- --------------
@ -38,7 +38,7 @@ noauth_mode: Controls if the module is called in noauth mode.
however if set to false, the role utilizes os_client_config however if set to false, the role utilizes os_client_config
which expects a clouds.yml file. More information about which expects a clouds.yml file. More information about
this file format can be found at: this file format can be found at:
http://docs.openstack.org/developer/os-client-config/ https://docs.openstack.org/os-client-config/latest/
cloud_name: Optional: String value defining a clouds.yaml entry for cloud_name: Optional: String value defining a clouds.yaml entry for
the ansible module to leverage. the ansible module to leverage.

View File

@ -23,7 +23,7 @@ noauth_mode: Controls if the module is called in noauth mode.
however if set to false, the role utilizes os_client_config however if set to false, the role utilizes os_client_config
which expects a clouds.yml file. More information about which expects a clouds.yml file. More information about
this file format can be found at: this file format can be found at:
http://docs.openstack.org/developer/os-client-config/ https://docs.openstack.org/os-client-config/latest/
cloud_name: Optional: String value defining a clouds.yaml entry for cloud_name: Optional: String value defining a clouds.yaml entry for
the ansible module to leverage. the ansible module to leverage.