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: Iad1424ec96f0f768d5429e6593ff48d425a31a29
This commit is contained in:
Andreas Jaeger 2019-07-22 20:56:53 +02:00
parent 4a8e2d261f
commit 69b5e7d5c9
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ api_reference (required)
A published API reference document for the API identified by this A published API reference document for the API identified by this
service type. If not specified in the source yaml file, it will be generated service type. If not specified in the source yaml file, it will be generated
as `http://developer.openstack.org/api-ref/{service-type}/`. as `https://docs.openstack.org/api-ref/{service-type}/`.
api_reference_project (optional) api_reference_project (optional)
-------------------------------- --------------------------------

View File

@ -38,7 +38,7 @@ import yaml
import validate import validate
API_REF_FMT = 'https://developer.openstack.org/api-ref/{service}/' API_REF_FMT = 'https://docs.openstack.org/api-ref/{service}/'
class LocalResolver(jsonschema.RefResolver): class LocalResolver(jsonschema.RefResolver):