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
This commit is contained in:
Andreas Jaeger 2019-07-30 19:37:52 +02:00 committed by Lingxian Kong
parent 7b3483723a
commit 5ca55e487a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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