Comment 7 for bug 1433306

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (master)

Reviewed: https://review.openstack.org/358770
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=cb31a83888cd93fcb12a7ac9a3e678ee7bb8ceeb
Submitter: Jenkins
Branch: master

commit cb31a83888cd93fcb12a7ac9a3e678ee7bb8ceeb
Author: Henry Nash <email address hidden>
Date: Tue Mar 24 17:57:25 2015 +0000

    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 <email address hidden>
    Co-Authored-By: Rodrigo Duarte <email address hidden>

    Closes-Bug: 1433306

    Partially Implements: blueprint domain-config-ext

    Change-Id: Ie6795b8633fed38c58b79250c11c9a045b7f95a4