Comment 8 for bug 1418156

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-designateclient (stable/kilo)

Reviewed: https://review.openstack.org/190112
Committed: https://git.openstack.org/cgit/openstack/python-designateclient/commit/?id=eba7c2e58472638c5675f4b7dac95415daf23ec8
Submitter: Jenkins
Branch: stable/kilo

commit eba7c2e58472638c5675f4b7dac95415daf23ec8
Author: Satyanarayana Patibandla <email address hidden>
Date: Mon Feb 23 20:41:22 2015 +0530

    Added extra previllege to list all domains from all tenants

    The user has to use the command "designate --all-tenants domain-list" to list all domains from all tenants.
    When the above command is used "X-Auth-All-Projects" value is set to true and it is passed as a header to
    designate.This will allow us to list all domains from all tenants.

    Change-Id: I4cd4dd5427f5f35cdec95dbdf36c7386b60a2949
    Fixes: bug #1418156