Merge "Update the documentation links - code comments"
This commit is contained in:
commit
8d65f2e37a
@ -2,7 +2,7 @@
|
||||
# plugin.sh - devstack plugin for ironic
|
||||
|
||||
# devstack plugin contract defined at:
|
||||
# http://docs.openstack.org/developer/devstack/plugins.html
|
||||
# https://docs.openstack.org/devstack/latest/plugins.html
|
||||
|
||||
echo_summary "ironic devstack plugin.sh called: $1/$2"
|
||||
source $DEST/ironic/devstack/lib/ironic
|
||||
|
@ -103,7 +103,7 @@ class GlanceImageService(base_image_service.BaseImageService,
|
||||
:param image_info: The return from a GET request to Glance for a
|
||||
certain image_id. Should be a dictionary, with keys like 'name' and
|
||||
'checksum'. See
|
||||
http://docs.openstack.org/developer/glance/glanceapi.html for
|
||||
https://docs.openstack.org/glance/latest/user/glanceapi.html for
|
||||
examples.
|
||||
:returns: A signed Swift URL from which an image can be downloaded,
|
||||
without authentication.
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
"""oslo.i18n integration module.
|
||||
|
||||
See http://docs.openstack.org/developer/oslo.i18n/usage.html
|
||||
See https://docs.openstack.org/oslo.i18n/latest/user/
|
||||
|
||||
"""
|
||||
|
||||
|
@ -343,7 +343,7 @@ class IloManagement(base.ManagementInterface):
|
||||
"'power_pic', 'bios' and 'chassis'. The firmware images will "
|
||||
"be applied (in the order given) one by one on the baremetal "
|
||||
"server. For more information, see "
|
||||
"http://docs.openstack.org/developer/ironic/drivers/ilo.html#initiating-firmware-update-as-manual-clean-step" # noqa
|
||||
"https://docs.openstack.org/ironic/latest/admin/drivers/ilo.html#initiating-firmware-update-as-manual-clean-step" # noqa
|
||||
),
|
||||
'required': True
|
||||
}
|
||||
|
@ -103,7 +103,7 @@ class TestPXEUtils(db_base.DbTestCase):
|
||||
# NOTE(lucasagomes): iPXE is just an extension of the PXE driver,
|
||||
# it doesn't have it's own configuration option for template.
|
||||
# More info:
|
||||
# http://docs.openstack.org/developer/ironic/deploy/install-guide.html
|
||||
# https://docs.openstack.org/ironic/latest/install/
|
||||
self.config(
|
||||
pxe_config_template='ironic/drivers/modules/ipxe_config.template',
|
||||
group='pxe'
|
||||
@ -125,7 +125,7 @@ class TestPXEUtils(db_base.DbTestCase):
|
||||
# NOTE(lucasagomes): iPXE is just an extension of the PXE driver,
|
||||
# it doesn't have it's own configuration option for template.
|
||||
# More info:
|
||||
# http://docs.openstack.org/developer/ironic/deploy/install-guide.html
|
||||
# https://docs.openstack.org/ironic/latest/install/
|
||||
self.config(
|
||||
pxe_config_template='ironic/drivers/modules/ipxe_config.template',
|
||||
group='pxe'
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
# The vagrant vm's IP address is assumed to be 192.168.99.11
|
||||
#
|
||||
# http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#exercising-the-services-locally
|
||||
# https://docs.openstack.org/ironic/latest/contributor/dev-quickstart.html#exercising-the-services-locally
|
||||
#
|
||||
- hosts: ironic
|
||||
sudo: yes
|
||||
|
Loading…
Reference in New Issue
Block a user