Comment 8 for bug 1477475

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

Reviewed: https://review.openstack.org/211595
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=398f05b27875d38bc624ba0a60fea777055e2f2c
Submitter: Jenkins
Branch: master

commit 398f05b27875d38bc624ba0a60fea777055e2f2c
Author: Sergey Kolekonov <email address hidden>
Date: Tue Aug 11 17:20:26 2015 +0300

    Forbid nova-compute to run before Neutron services

    - Don't allow nova compute to start before Neutron services are started and
      integration bridge is created, because in case of non-empty intances database
      nova-compute will try to plug instances' interfaces to the integration bridge
    - Added additional dependency to ubuntu::override tweak to handle a case when
      a service's title is defined

    Change-Id: Ic7fbe29048bafb659d7a9f6f2a3c5c2c5167021f
    Closes-bug: #1477475