summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHenry Nash <henryn@linux.vnet.ibm.com>2015-03-24 17:57:25 +0000
committerSteve Martinelli <s.martinelli@gmail.com>2016-11-02 17:03:41 +0000
commitcb31a83888cd93fcb12a7ac9a3e678ee7bb8ceeb (patch)
treee7a71503a01a25ccbe17c72ef4678daee38784eb /doc
parent96b8a1daa95a75ca0e26440b401f8964b4de60f0 (diff)
downloadpython-keystoneclient-cb31a83888cd93fcb12a7ac9a3e678ee7bb8ceeb.tar.gz
Support domain-specific configuration management
Provide support for the domain-specific configuration storage available via the REST API. Domain configs are JSON blobs and we have fine grained control on them via the Identity API. This fine grained control is not defined yet in the client, though - for now, we can manage everything like Python dictionaries and use operations like "update" whenever we want to delete a specific group or option. This approach is similar to what is done in the federation mapping API to handle mapping rules. Functional tests are also included, this is useful to check if the new feature works in an integration environment. Co-Auhtored-By: Henry Nash <henryn@linux.vnet.ibm.com> Co-Authored-By: Rodrigo Duarte <rduartes@redhat.com> Closes-Bug: 1433306 Partially Implements: blueprint domain-config-ext Change-Id: Ie6795b8633fed38c58b79250c11c9a045b7f95a4
Diffstat (limited to 'doc')
-rw-r--r--doc/source/using-api-v3.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/using-api-v3.rst b/doc/source/using-api-v3.rst
index 8e2093d..f0c82c5 100644
--- a/doc/source/using-api-v3.rst
+++ b/doc/source/using-api-v3.rst
@@ -8,6 +8,7 @@ Introduction
The main concepts in the Identity v3 API are:
* :py:mod:`~keystoneclient.v3.credentials`
+ * :py:mod:`~keystoneclient.v3.domain_configs`
* :py:mod:`~keystoneclient.v3.domains`
* :py:mod:`~keystoneclient.v3.endpoints`
* :py:mod:`~keystoneclient.v3.groups`