Update git submodules

* Update neutron-dynamic-routing from branch 'master'
  - Fix installation of docker when docker-engine is not available
    
    In such case docker.io should be installed. It happens e.g. on
    Ubuntu 18.04.
    In gate_hook script there was code to handle such case when
    docker-engine isn't available but grep used there wasn't
    very strict and it was passing because package
    "golang-github-docker-engine-api-dev" matched results.
    
    Now it will look only for "docker-engine" package and if it will
    not be available, "docker.io" will be installed.
    
    Change-Id: I805761ba4523e71a5aa06f6f6667e801184824df
    Closes-Bug: #1818628
This commit is contained in:
Slawek Kaplonski 2019-03-11 13:11:10 +01:00 committed by Gerrit Code Review
parent b6d9eb258d
commit f9545bdb85
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 69e9888b0159ba3c9af09e1eceb48df76e4be839
Subproject commit c27bb1f190a60d201d616bebd42c60dae6afa545