diff options
author | Andreas Jaeger <aj@suse.com> | 2019-07-22 18:24:39 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.com> | 2019-07-22 19:19:38 +0200 |
commit | daddf516bfe4dc3fc2cfd466acba8d652ec33eeb (patch) | |
tree | 5c3b2e2782af3f729a91eb78697edcbf2245629d /ironic/dhcp | |
parent | 2bf53975a63fc633d343d2fc4bdef0c0cdc8ef77 (diff) | |
download | ironic-daddf516bfe4dc3fc2cfd466acba8d652ec33eeb.tar.gz |
Update api-ref location
The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.
Note that redirects will be set up as well but let's point now to the
new location.
For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html
Change-Id: I30a51394d396cc89f647b4170d6a2e6b0b993dcb
Diffstat (limited to 'ironic/dhcp')
-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 9764e34da..304ca395e 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 - https://developer.openstack.org/api-ref/network/v2/index.html#update-port + https://docs.openstack.org/api-ref/network/v2/index.html#update-port :param port_id: designate which port these attributes will be applied to. |