Comment 4 for bug 1656691

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

Reviewed: https://review.openstack.org/420449
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=8677aca6542f7cf45ca1b3673dede84d264192aa
Submitter: Jenkins
Branch: master

commit 8677aca6542f7cf45ca1b3673dede84d264192aa
Author: Matt Riedemann <email address hidden>
Date: Sun Jan 15 15:28:01 2017 -0500

    Create HostMappingList object

    This creates the HostMappingList object which will provide
    a way to list HostMappings by a given CellMapping.id. This
    is going to be used later in a "nova-manage cell_v2 delete_cell"
    command.

    Change-Id: I58e0c5565013d8ef9753a9566841e83573a85afd
    Related-Bug: #1656691