Comment 3 for bug 1452278

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

Reviewed: https://review.openstack.org/180610
Committed: https://git.openstack.org/cgit/stackforge/puppet-cinder/commit/?id=ffdd9836bd52546e712a8b814d1ededd9a0f1c84
Submitter: Jenkins
Branch: master

commit ffdd9836bd52546e712a8b814d1ededd9a0f1c84
Author: Jiri Stransky <email address hidden>
Date: Wed May 6 18:12:17 2015 +0200

    Decouple $sync_db from $enabled

    Having to set both $enabled and $sync_db to true for the DB sync to
    happen breaks use cases when the service should stay completely
    unmanaged (not enabled, not started), but DB sync should still happen.
    For versatility of the module, the $enabled and $sync_db conditions
    should be decoupled.

    Change-Id: I2a0a76b54ebedba1ec098b8c64bd8e9684ed3099
    Closes-Bug: #1452278