Comment 2 for bug 1886213

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

Reviewed: https://review.opendev.org/754873
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=b4d49961b968168b4654ca2449b16b6d7840fbd0
Submitter: Zuul
Branch: master

commit b4d49961b968168b4654ca2449b16b6d7840fbd0
Author: Itsuro Oda <email address hidden>
Date: Tue Sep 29 10:39:24 2020 +0900

    Fix functional test of RemoteCommandExecutor

    This patch fixes three problems to solve test_cmd_executor funciotnal
    test failure.

    * make the metadata server accessible from VMs
    * connect the compute1 node to the controller node via net_mgmt
    * wait while after VM start until sshd start

    Change-Id: Id5b72b7eae4ecf6b8038f06b84567324edaa98a8
    Closes-bug: #1897643
    Related-bug: #1886213