Update git submodules

* Update whitebox-tempest-plugin from branch 'master'
  - Pass hostname to NovaServiceManager
    
    Default TripleO deployments utilize compute domain names when looking up
    nova service binaries, this lookup does not work when using a compute's
    control plane IP address though. To allow the recent change [1] to run
    downstream, this commit updates how parameters are passed to the init of
    NovaServiceManager. The hostname is passed to NovaServiceManager instead
    of the IP address.  During the init the compute's control plane IP
    address is determined and passed to its SSHClient. When
    NovaServiceManager attempts to access nova services, it uses the
    compute's provided hostname now instead of the IP address.
    
    The get_ctlplane_address() function was moved from api.compute.base to
    utils, since services.clients now needs to leverage this functionality
    as well. All test case calls of get_ctlplane_address() have been updated
    to use the new module path. Unit test modules test_base and test_utils
    were updated to reflect these changes.
    
    Lastly test cases interfacing with NovaServiceManager have been updated
    to store both the compute's hostname as well as it's associated control
    plane IP address. Originally these tests only stored the compute's
    control plane address.
    
    [1] https://review.opendev.org/#/c/736820/
    
    Change-Id: I4d9330cf8abcb6ba3c0852e6ce3db732e468c6a5
This commit is contained in:
James Parker 2020-08-17 17:10:08 -04:00 committed by Gerrit Code Review
parent 825c729016
commit feffc84037
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6869d270e87a60f3a18749688388a29da3274dbe
Subproject commit 17185972008937fd45bc0fe3755a8e69f991a524