From d16ed926852f53092d02b1405e38773c681ee0e0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 25 Jul 2019 18:06:17 +0200 Subject: [PATCH] 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: Iff96760f90ea1bf71070577ed26ec6767860ea83 --- kuryr/tests/unit/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kuryr/tests/unit/base.py b/kuryr/tests/unit/base.py index ad2f9940..9f8e5629 100644 --- a/kuryr/tests/unit/base.py +++ b/kuryr/tests/unit/base.py @@ -49,7 +49,7 @@ class TestCase(base.BaseTestCase): fake_neutron_subnet_v4_id, fake_neutron_subnet_v6_id): # The following fake response is retrieved from the Neutron doc: - # http://developer.openstack.org/api-ref-networking-v2.html#createSubnet # noqa + # https://docs.openstack.org/api-ref/network/v2/index.html#create-subnet # noqa fake_subnet_response = { "subnets": [ { @@ -93,7 +93,7 @@ class TestCase(base.BaseTestCase): vif_details=None, vif_type=None): # The following fake response is retrieved from the Neutron doc: - # http://developer.openstack.org/api-ref-networking-v2.html#createPort # noqa + # https://docs.openstack.org/api-ref/network/v2/index.html#create-port # noqa fake_port = { 'port': { "status": neutron_port_status,