Comment 2 for bug 1895759

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

Reviewed: https://review.opendev.org/752131
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=aca5b42d81bf3ec422ea6452027f3527c3b5443b
Submitter: Zuul
Branch: master

commit aca5b42d81bf3ec422ea6452027f3527c3b5443b
Author: Duc Truong <email address hidden>
Date: Wed Sep 16 00:45:39 2020 +0000

    Pass in correct port id parameter

    When calling interface create on a server, the port id must be passed in
    port_id as specified in [1]. Passing in the incorrect parameter was
    causing nodes to go into error state during cluster update that involved
    a profile whose network was changed.

    [1] https://docs.openstack.org/api-ref/compute/?expanded=create-interface-detail#create-interface

    Change-Id: I4627cba1064097234c765a7c97cfd1be8b3224a7
    Closes-Bug: #1895759