From 026bce80b7ec54f71bc4d1996da58d5207f0e946 Mon Sep 17 00:00:00 2001 From: wangdequn Date: Wed, 17 Jan 2018 18:04:41 +0800 Subject: [PATCH] correct referenced url in comments Change-Id: Ia9f7100b669bed71cc4f01bf4d552efb07161005 --- ironic/dhcp/neutron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/dhcp/neutron.py b/ironic/dhcp/neutron.py index 27c4366d0e..284d516799 100644 --- a/ironic/dhcp/neutron.py +++ b/ironic/dhcp/neutron.py @@ -40,7 +40,7 @@ class NeutronDHCPApi(base.BaseDHCP): Update one or more DHCP options on the specified port. For the relevant API spec, see - http://docs.openstack.org/api/openstack-network/2.0/content/extra-dhc-opt-ext-update.html + https://developer.openstack.org/api-ref/network/v2/index.html#update-port :param port_id: designate which port these attributes will be applied to.