Comment 14 for bug 1702964

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

Reviewed: https://review.openstack.org/481761
Committed: https://git.openstack.org/cgit/openstack/puppet-manila/commit/?id=a981c38c160362ab7f1079e8e08c2dbe2b1e90ca
Submitter: Jenkins
Branch: master

commit a981c38c160362ab7f1079e8e08c2dbe2b1e90ca
Author: Alex Schultz <email address hidden>
Date: Fri Jul 7 15:20:47 2017 -0600

    Fix dependency references

    With the deps migration, we left some of the dependency references in
    place which was previously ignored by puppet unit tests. The latest
    version of puppet now reports these as catalog failures so this change
    removes the unnecessary Package and Service references since those are
    already handled by manila::deps and fixes the invalid anchor reference
    for the manila::type and manila::type_set resources.

    Change-Id: Ie4dc0ae559e8f9bc9657fa6ed8ecf53ccda7852d
    Closes-Bug: #1702964