Comment 2 for bug 1826017

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

Reviewed: https://review.opendev.org/655225
Committed: https://git.openstack.org/cgit/openstack/charm-designate-bind/commit/?id=58054337d52496d81c6ffc545f815bd466482642
Submitter: Zuul
Branch: master

commit 58054337d52496d81c6ffc545f815bd466482642
Author: Alex Kavanagh <email address hidden>
Date: Tue Apr 23 19:03:27 2019 +0100

    Remove extraneous first def of required_interfaces

    During a copy/paste two copies of required_interfaces static assignment
    are included in the charm class. The 2nd overrides the first, so this
    commit simply removes the first.

    Change-Id: I5d1622a02db43da01d3b0b7f1ce47a82799bc64a
    Closes-Bug: #1826017