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
This commit is contained in:
Andreas Jaeger 2019-07-25 18:06:17 +02:00
parent 756849a4e9
commit d16ed92685
1 changed files with 2 additions and 2 deletions

View File

@ -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,