Update git submodules

* Update whitebox-tempest-plugin from branch 'master'
  to 4a4d0c6d639681c8224dbed3508acad1748f4d26
  - Remove restart_command config option
    
    In real life, nothing actually uses that config option. We currently
    support nova-compute and libvirt as services, and both only use
    start_command and stop_command. Libvirt only uses those because it
    needs to be stopped for a destructive test, and nova-compute only
    uses those because it implements restart() as a sequence of stop/start
    operations and waits for the service to appear down/up in the services
    API at each step.
    
    This patch removes the restart_command config option entirely, and
    moves the stop()/start() implementation of restart() into the base
    ServiceManager class.
    
    If we ever actually need to restart a service, we can re-add this
    config option in the future.
    
    Change-Id: I14dddb5846b2330811c496aa7c134d020781edb8
This commit is contained in:
Artom Lifshitz 2020-12-03 01:38:12 -05:00 committed by Gerrit Code Review
parent 98b1ce7e79
commit d3e1999795
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit c74bb93b6d20246e6f9ee086ca5b32fba0131494
Subproject commit 4a4d0c6d639681c8224dbed3508acad1748f4d26