Comment 6 for bug 1438189

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.openstack.org/169284
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0b177f18264ca842e16c2c989a081e773b3d86b7
Submitter: Jenkins
Branch: master

commit 0b177f18264ca842e16c2c989a081e773b3d86b7
Author: Hans Lindgren <email address hidden>
Date: Tue Mar 31 13:37:52 2015 +0200

    Make ComputeNode.service_id nullable to match db schema

    The compute_node table was recently updated to make service_id column
    nullable[1]. This mirrors that change to the ComputeNode object.

    [1] 551be2c52a29cb2755de4825a3fcb2c8f7d7b3f1

    Change-Id: I54e81fe7662039d4bf51babcbd2a0d597f98377a
    Related-Bug: #1438189