Comment 10 for bug 1720191

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

Reviewed: https://review.openstack.org/508271
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3e3309672f399be1bc3558e260104a2db2595970
Submitter: Zuul
Branch: master

commit 3e3309672f399be1bc3558e260104a2db2595970
Author: Matt Riedemann <email address hidden>
Date: Thu Sep 28 14:52:56 2017 -0400

    Fix live migration grenade ceph setup

    Grenade runs in singleconductor mode for queens
    as of change:

      If4c82ca12fe7b8b1ca7cfd8181d24dbd8dad3baa

    However, the nova configuration during ceph setup
    was using NOVA_CPU_CONF which is /etc/nova/nova-cpu.conf,
    which is not what we want when configuring nova.conf
    for the compute service in singleconductor mode.

    Devstack has similar logic for stuff like this, so
    we just have to handle it here since we're in a special
    snowflake.

    The stable/queens systemd stuff is all removed too since
    we run with systemd on the old pike side and can restart
    services properly with systemd on the new queens side
    during grenade live migration CI job runs.

    Change-Id: Iccb8eb55a5cc2a3d08e7fd6e31c89b3b5f8d0c70
    Closes-Bug: #1720191