Comment 6 for bug 1418156

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

Reviewed: https://review.openstack.org/160397
Committed: https://git.openstack.org/cgit/openstack/python-designateclient/commit/?id=debf39a62981b3a5ad6eaf745c73f90af4971a67
Submitter: Jenkins
Branch: master

commit debf39a62981b3a5ad6eaf745c73f90af4971a67
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