Add domain-config group/option resource relationships

So that JSON Home can refer to the subsets of domain-config that
can be manipulated, we include both the group and option subsets
of (the already defined) full config resource relationship.

Change-Id: Ie9690f06ec36afaf210f552250988b8dd7285c79
Closes-bug: 1429556
This commit is contained in:
Henry Nash 2015-03-08 10:38:24 +00:00
parent a5e98f1796
commit acce2fb15a
1 changed files with 6 additions and 0 deletions

View File

@ -3123,6 +3123,9 @@ It is also possible to read specific groups or options.
GET /domains/{domain_id}/config/ldap
Relationship:
``http://docs.openstack.org/api/openstack-identity/3/rel/domain_config_group``
Response:
::
@ -3142,6 +3145,9 @@ An individual option may also be requested.
GET /domains/{domain_id}/config/ldap/url
Relationship:
``http://docs.openstack.org/api/openstack-identity/3/rel/domain_config_option``
Response:
::