Comment 2 for bug 1328956

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

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

commit 542ed2c2eaf25fa29ee918d8d6ce821600232931
Author: Mark Vanderwiel <email address hidden>
Date: Wed Jun 11 10:48:16 2014 -0500

    Create state and lock paths

    The instances path was bring created, but not the state or lock paths.
    If these are overridden to different places, nova will fail to start.
    Removed the unused hardcoded lock path in api and scheduler recipes.
    Moved the path creation to nova-common recipe.

    Change-Id: I7538edff91233761a1c6336ca4cfe080eeee093d
    Closes-Bug: #1328956