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: I6102f39cc0d064239cecfe9fab3e6955d8409ad1
This commit is contained in:
Andreas Jaeger 2019-07-22 19:00:19 +02:00
parent 5293e91a2f
commit ec7baccfc4

View File

@ -29,7 +29,7 @@ class ServerIndex(base.IndexBase):
NotificationHandlerCls = notification_handler.InstanceHandler
# Will be combined with 'admin_only_fields' from config
# https://developer.openstack.org/api-ref/compute/?expanded=show-server-details-detail
# https://docs.openstack.org/api-ref/compute/?expanded=show-server-details-detail
ADMIN_ONLY_FIELDS = ['OS-EXT-SRV-ATTR:*', 'host_status']
@classmethod