Open lvh opened 9 years ago
Link to the identity admin API to add endpoints to a service catalog: http://developer.openstack.org/api-ref-identity-v2-ext.html#os-kscatalog-ext
I'm basically working this now for Cloud Backup; taking over from @lvh
PRs #608 and #614 are steps towards this.
I'm presently only addressing external APIs; but we could probably do something similar for internal APIs too and therefore address #230 in the process. Let's get the external API work done first.
Once #614 is merged, then I'll submit another PR with all the end-points for the OS-KSCATALOG extension (/endpointTemplates and /tenantid/endpointPointeTemplates) and a few endpoints for OS-KSADM extension (/services).
Two use cases:
Ideally this would eventually happen by copying the identity admin API.