Merge "Update api-ref location"

This commit is contained in:
Zuul 2019-08-15 09:32:23 +00:00 committed by Gerrit Code Review
commit 484d1b53b7
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,