Comment 14 for bug 1696574

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

Reviewed: https://review.openstack.org/472876
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=b56dc828221cb0ea5ab33acb0c09b61c24012e6e
Submitter: Jenkins
Branch: master

commit b56dc828221cb0ea5ab33acb0c09b61c24012e6e
Author: Lance Bragstad <email address hidden>
Date: Sat Jun 10 03:51:03 2017 +0000

    Add HEAD API to domain config

    The domain configuration API had several GET calls that didn't
    support HEAD. The documentation for the added HEAD APIs is going
    to be proposed at a later date as a blanket statement saying all
    APIs the support GET also support HEAD. This reduces duplication
    of documentation for a relatively straight-forward concept.

    This commit also fixes some inconsistencies in the domain
    configuration documentation with colons and newlines.

    Change-Id: I7a6ab2f05600c8d562d5be83d651ff735c9a68a4
    Partial-Bug: 1696574