Comment 2 for bug 1412293

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

Reviewed: https://review.openstack.org/148195
Committed: https://git.openstack.org/cgit/stackforge/cookbook-openstack-compute/commit/?id=d85a24cba56661e54615de14725913afb28f7e3f
Submitter: Jenkins
Branch: master

commit d85a24cba56661e54615de14725913afb28f7e3f
Author: ZHU ZHU <email address hidden>
Date: Mon Jan 19 01:26:25 2015 -0600

    Fix compute service log error

    Compute service need to get start after libvirtd process get start.
    If not, compute process will raise Hypervisor connection error within
    initial attempts of compute resource updates due to lack of libvirt-sock
    file.

    Change-Id: I4ee0832e97ea93e60ba7978db54e439ace4631df
    Closes-Bug: #1412293