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:
parent
7b3483723a
commit
5ca55e487a
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user