summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-05 08:49:46 +0000
committerGerrit Code Review <review@openstack.org>2018-02-05 08:49:46 +0000
commit214b694f05d200ac1e2ce6db631546f2831c01f7 (patch)
tree8e15a1fcb47d6c2389101105665466112cffd9b3
parent70a86cd8b591c7ed31151b622bf79a9e2886c1f4 (diff)
parent026bce80b7ec54f71bc4d1996da58d5207f0e946 (diff)
downloadironic-214b694f05d200ac1e2ce6db631546f2831c01f7.tar.gz
Merge "correct referenced url in comments"
-rw-r--r--ironic/dhcp/neutron.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/dhcp/neutron.py b/ironic/dhcp/neutron.py
index 27c4366d0..284d51679 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.