From acce2fb15a51f75503dcd73e5d4707b06d4dd4e9 Mon Sep 17 00:00:00 2001 From: Henry Nash Date: Sun, 8 Mar 2015 10:38:24 +0000 Subject: [PATCH] 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 --- api/v3/identity-api-v3.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/v3/identity-api-v3.rst b/api/v3/identity-api-v3.rst index c58b519e..1b295e13 100644 --- a/api/v3/identity-api-v3.rst +++ b/api/v3/identity-api-v3.rst @@ -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: ::