From 5ca55e487a506ec92cf66da86c03b9734533a633 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 30 Jul 2019 19:37:52 +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: I8adf15cf87ed517c8b71d86c23732b804f44aaff --- doc/source/index.rst | 2 +- trove/taskmanager/models.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index b053333b60..2c3e360ad3 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -59,6 +59,6 @@ Search Trove Documentation .. _Trove Wiki: https://wiki.openstack.org/wiki/Trove .. _Trove: https://opendev.org/openstack/trove .. _Trove Client: https://opendev.org/openstack/python-troveclient -.. _Trove API Documentation: https://developer.openstack.org/api-ref/database/ +.. _Trove API Documentation: https://docs.openstack.org/api-ref/database/ .. _Trove Blueprints: https://blueprints.launchpad.net/trove .. _Trove Bugs: https://bugs.launchpad.net/trove diff --git a/trove/taskmanager/models.py b/trove/taskmanager/models.py index 91988d5d06..3b855e3524 100755 --- a/trove/taskmanager/models.py +++ b/trove/taskmanager/models.py @@ -851,7 +851,7 @@ class FreshInstanceTasks(FreshInstance, NotifyMixin, ConfigurationMixin): bdm = CONF.block_device_mapping # use Nova block_device_mapping_v2, referrence: - # https://developer.openstack.org/api-ref/compute/#create-server + # https://docs.openstack.org/api-ref/compute/#create-server # setting the delete_on_terminate instance to true=1 block_device_v2 = [{ "uuid": v_ref.id,