Comment 4 for bug 1361541

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/5.0)

Reviewed: https://review.openstack.org/116829
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=639c2ba51bd32aee274ecb120998e94f2799d295
Submitter: Jenkins
Branch: stable/5.0

commit 639c2ba51bd32aee274ecb120998e94f2799d295
Author: Sergey Kolekonov <email address hidden>
Date: Tue Aug 26 13:03:26 2014 +0400

    Fix the Neutron DB creation during deployment

    Neutron database should be created by the Neutron db migration scripts,
    but they are ignored during deployment of HA clusters. The problem is
    the migration scripts depends on neutron-server package installation,
    but it's installed as a dependency for the OVS server package, so no
    necessary event was produced by Puppet. Now it's installed separately.

    Change-Id: I5d10ff9df6a37ad807d0d0214f3a6113bd58c08c
    Closes-bug: #1361541