Comment 3 for bug 1821081

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

Reviewed: https://review.openstack.org/645011
Committed: https://git.openstack.org/cgit/openstack/stx-distcloud/commit/?id=ae73fe3469ca44e1c37b6d6ca115d628678fae05
Submitter: Zuul
Branch: master

commit ae73fe3469ca44e1c37b6d6ca115d628678fae05
Author: Tao Liu <email address hidden>
Date: Wed Mar 20 17:10:35 2019 -0400

    Distributed cloud: Fix Patch Orchestration

    The dcmanager failed to create patch strategy for sub-clouds.
    This problem is caused by keyword argument name mismatch in the
    vim interfaces that used by the dcmanager.
    The argument names that have compute reference have been
    changed to worker on the vim side while the dcmanager
    still uses the old names.

    This update changes all compute references to worker in
    dcmanager including the data model.

    Closes-Bug:1821081

    Change-Id: I8cb2dea286e7f91d9b34cc13c57d40de018f3a9f
    Signed-off-by: Tao Liu <email address hidden>