Comment 43 for bug 1693403

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

Reviewed: https://review.openstack.org/469276
Committed: https://git.openstack.org/cgit/openstack/puppet-cinder/commit/?id=13a1dfbd38c0a74574e544b386028f8a5864bd8b
Submitter: Jenkins
Branch: master

commit 13a1dfbd38c0a74574e544b386028f8a5864bd8b
Author: Alex Schultz <email address hidden>
Date: Tue May 30 16:23:14 2017 -0600

    Align stars, fix CI

    1) Fix simple test volume dependency order

    Ifcd74b41d9d14b1c2a176fe9994a3927ae2a552a added in a fix to make sure
    the volume group is restored on a reboot. Unfortunately it appears that
    it is being run too early under Ubuntu prior to the volume actually being
    created. This change adjusts the ordering so that the losetup is run
    after the volume is created in the catalog run.

    2) Fix unit test

    The db_backend_package name has changed in puppet-oslo[0], so fix it.

    [0]: https://review.openstack.org/#/c/467582/

    Closes-Bug: #1693403

    Change-Id: Ia038f3b17523703c0cef1eaf3375752d690cad71
    Co-Authored-By: zhongshengping <chdzsp@163.com>