Comment 10 for bug 1666009

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

Reviewed: https://review.openstack.org/469931
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=9e3f4121865807294dd3768b095b67eb01ef539e
Submitter: Jenkins
Branch: master

commit 9e3f4121865807294dd3768b095b67eb01ef539e
Author: Mark Goddard <email address hidden>
Date: Wed May 31 17:42:16 2017 +0100

    Move port object creation to conductor

    Previously, the API service created port objects without hitting the
    conductor. This change moves port creation to the conductor service,
    adding a create_port method.

    Currently this just performs the port object creation but in a future
    change this will be used to validate the physical network assignment of
    ports in a portgroup when a port is created, ensuring that all ports in
    the group have the same physical network.

    The conductor RPC API version has been bumped to 1.41.

    Change-Id: I7501bf9fedc668629d5b627475bb54fef5c6bf20
    Partial-Bug: #1666009