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:
parent
4a8e2d261f
commit
69b5e7d5c9
@ -34,7 +34,7 @@ api_reference (required)
|
||||
|
||||
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
|
||||
as `http://developer.openstack.org/api-ref/{service-type}/`.
|
||||
as `https://docs.openstack.org/api-ref/{service-type}/`.
|
||||
|
||||
api_reference_project (optional)
|
||||
--------------------------------
|
||||
|
@ -38,7 +38,7 @@ import yaml
|
||||
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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user