Comment 4 for bug 1414900

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-swift (stable/juno)

Reviewed: https://review.openstack.org/188944
Committed: https://git.openstack.org/cgit/stackforge/puppet-swift/commit/?id=0237f262fd043b438b77e45831caf8efe418ad52
Submitter: Jenkins
Branch: stable/juno

commit 0237f262fd043b438b77e45831caf8efe418ad52
Author: Derek Tamsen <email address hidden>
Date: Mon Jan 26 22:40:37 2015 -0800

    Add base `swift` class name to call

    When the ring server manifest `swift::ringserver` is called
    the client throws and error with missing class. The module
    `swift::ringserver` appears to refer to an incorrect class of
    `Class['ringbuilder']` which should be `Class['swift::ringbuilder']`.

    Change-Id: I9ddb12d2614440fe245aaaa10b7b17781a742f37
    Implements: Add swift base class name to class call
    Closes-Bug: 1414900
    (cherry picked from commit 88541bdef61665c752e31961706f395a53f53506)