From 0fc6b2c5a87a1884bf3cff086081b3a253cd9302 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 30 Jul 2019 17:52:55 +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: I8a6c3403192d1416cb66cc9e92ec827b339f1270 --- doc/source/guides/devstack-with-lbaas-v2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/guides/devstack-with-lbaas-v2.rst b/doc/source/guides/devstack-with-lbaas-v2.rst index 07a9bb33cc..1cd85b4de9 100644 --- a/doc/source/guides/devstack-with-lbaas-v2.rst +++ b/doc/source/guides/devstack-with-lbaas-v2.rst @@ -6,7 +6,7 @@ providing load balancing services for OpenStack. This guide will show you how to create a devstack with `Octavia API`_ enabled. -.. _Octavia API: https://developer.openstack.org/api-ref/load-balancer/v2/index.html +.. _Octavia API: https://docs.openstack.org/api-ref/load-balancer/v2/index.html Phase 1: Create DevStack + 2 nova instances --------------------------------------------