Comment 3 for bug 1519356

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

Reviewed: https://review.openstack.org/249202
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=52500ae2e4a6a45986018f4158c68a3287d04cfe
Submitter: Jenkins
Branch: master

commit 52500ae2e4a6a45986018f4158c68a3287d04cfe
Author: Kiall Mac Innes <email address hidden>
Date: Tue Nov 24 13:21:53 2015 +0000

    Ensure designate-manage reads config before policy

    With the designate-manage command, the policy file is read before
    the configuration is parsed.

    If the policy file is in a non-default location, all designate-manage
    commands would fail.

    Change-Id: Ic1e37c18cc61732db8df0d59cdb687b0167d63c0
    Closes-Bug: 1519356