summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/common/test_pxe_utils.py
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2017-08-15 09:45:05 +0300
committerPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2017-08-15 09:48:13 +0300
commit20baf6913e1800836907bc15c4500f2f65fea306 (patch)
treeaa143253aaa36d825db1350bbbea5ef7b3f5ba67 /ironic/tests/unit/common/test_pxe_utils.py
parent5ff1e90e9387b99a1f30b8b71bae16c072d437d7 (diff)
downloadironic-20baf6913e1800836907bc15c4500f2f65fea306.tar.gz
Update the documentation links - code comments
This patch updates the old links existing in ironic code as comments. Change-Id: I75f68b042448cc01d55fdcfec86b42ecacd8fdd3 Co-Authored-By: Chason Chan <chen.xing@99cloud.net>
Diffstat (limited to 'ironic/tests/unit/common/test_pxe_utils.py')
-rw-r--r--ironic/tests/unit/common/test_pxe_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ironic/tests/unit/common/test_pxe_utils.py b/ironic/tests/unit/common/test_pxe_utils.py
index d43506a71..5db0bb098 100644
--- a/ironic/tests/unit/common/test_pxe_utils.py
+++ b/ironic/tests/unit/common/test_pxe_utils.py
@@ -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'