Comment 25 for bug 1656276

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

Reviewed: https://review.openstack.org/422248
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=dc2f3a358663c0fb97795666b16dec63cfcc3872
Submitter: Jenkins
Branch: master

commit dc2f3a358663c0fb97795666b16dec63cfcc3872
Author: Oliver Walsh <email address hidden>
Date: Wed Jan 18 21:26:43 2017 +0000

    Implement a proper cell_v2 setup

    Rather than use simple_cell_setup which expects that there are already
    existing computes, this change uses map_cell0 & create_cell to setup
    cell_v2. Once the computes are configured, the cell_v2 discover_hosts
    should be used to finalized the installation.

    In addition, the db syncs need to be reordered as the api db sync
    should run before the the cell_v2 setup. The main db sync should run
    after.

    map_cell0/simple_cell_setup now uses main nova DB connection instead
    of the api DB connection.

    Change-Id: I591b451197dc3bd0783978f5e3d2b1c830afe54e
    Closes-Bug: #1656276
    Related-Bug: #1656673
    Co-Authored-By: Alex Schultz <email address hidden>