Merge "Update the documentation links - code comments"

This commit is contained in:
Jenkins 2017-08-15 14:48:41 +00:00 committed by Gerrit Code Review
commit 8d65f2e37a
6 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# plugin.sh - devstack plugin for ironic # plugin.sh - devstack plugin for ironic
# devstack plugin contract defined at: # 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" echo_summary "ironic devstack plugin.sh called: $1/$2"
source $DEST/ironic/devstack/lib/ironic source $DEST/ironic/devstack/lib/ironic

View File

@ -103,7 +103,7 @@ class GlanceImageService(base_image_service.BaseImageService,
:param image_info: The return from a GET request to Glance for a :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 certain image_id. Should be a dictionary, with keys like 'name' and
'checksum'. See 'checksum'. See
http://docs.openstack.org/developer/glance/glanceapi.html for https://docs.openstack.org/glance/latest/user/glanceapi.html for
examples. examples.
:returns: A signed Swift URL from which an image can be downloaded, :returns: A signed Swift URL from which an image can be downloaded,
without authentication. without authentication.

View File

@ -15,7 +15,7 @@
"""oslo.i18n integration module. """oslo.i18n integration module.
See http://docs.openstack.org/developer/oslo.i18n/usage.html See https://docs.openstack.org/oslo.i18n/latest/user/
""" """

View File

@ -343,7 +343,7 @@ class IloManagement(base.ManagementInterface):
"'power_pic', 'bios' and 'chassis'. The firmware images will " "'power_pic', 'bios' and 'chassis'. The firmware images will "
"be applied (in the order given) one by one on the baremetal " "be applied (in the order given) one by one on the baremetal "
"server. For more information, see " "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 'required': True
} }

View File

@ -103,7 +103,7 @@ class TestPXEUtils(db_base.DbTestCase):
# NOTE(lucasagomes): iPXE is just an extension of the PXE driver, # NOTE(lucasagomes): iPXE is just an extension of the PXE driver,
# it doesn't have it's own configuration option for template. # it doesn't have it's own configuration option for template.
# More info: # More info:
# http://docs.openstack.org/developer/ironic/deploy/install-guide.html # https://docs.openstack.org/ironic/latest/install/
self.config( self.config(
pxe_config_template='ironic/drivers/modules/ipxe_config.template', pxe_config_template='ironic/drivers/modules/ipxe_config.template',
group='pxe' group='pxe'
@ -125,7 +125,7 @@ class TestPXEUtils(db_base.DbTestCase):
# NOTE(lucasagomes): iPXE is just an extension of the PXE driver, # NOTE(lucasagomes): iPXE is just an extension of the PXE driver,
# it doesn't have it's own configuration option for template. # it doesn't have it's own configuration option for template.
# More info: # More info:
# http://docs.openstack.org/developer/ironic/deploy/install-guide.html # https://docs.openstack.org/ironic/latest/install/
self.config( self.config(
pxe_config_template='ironic/drivers/modules/ipxe_config.template', pxe_config_template='ironic/drivers/modules/ipxe_config.template',
group='pxe' group='pxe'

View File

@ -7,7 +7,7 @@
# #
# The vagrant vm's IP address is assumed to be 192.168.99.11 # 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 - hosts: ironic
sudo: yes sudo: yes