diff options
author | wangdequn <wangdequn@inspur.com> | 2018-01-17 18:04:41 +0800 |
---|---|---|
committer | wangdequn <wangdequn@inspur.com> | 2018-02-02 15:24:22 +0800 |
commit | 026bce80b7ec54f71bc4d1996da58d5207f0e946 (patch) | |
tree | ab8d523a9293e12f2599aff6c4b0b5cb77b3883b /ironic/dhcp/neutron.py | |
parent | f46fc34160df8926f3eac17f782f082e324cfb58 (diff) | |
download | ironic-026bce80b7ec54f71bc4d1996da58d5207f0e946.tar.gz |
correct referenced url in comments
Change-Id: Ia9f7100b669bed71cc4f01bf4d552efb07161005
Diffstat (limited to 'ironic/dhcp/neutron.py')
-rw-r--r-- | ironic/dhcp/neutron.py | 2 |
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. |