Update git submodules

* Update charm-neutron-gateway from branch 'master'
  - Merge "Modify paths to ensure that charms' charmhelpers is first"
  - Modify paths to ensure that charms' charmhelpers is first
    
    The pre-patch version of unit-testing tested the git-repo version of
    charm-helpers instead of the version that was synced to the charm.
    
    The git-repo version of charmhelpers is pip installed to obtain the
    testing part of charm-helpers, for the unit tests.  Whilst this is a bug
    (really), it was compounded in that - due to how the paths worked - the
    unit tests' git version of charm-helpers was in the path first, and thus
    all unit tests were performed using that version of charm-helpers, and
    not the version actually synced into the charm.  This has led to all
    sorts of 'odd' double mocking of config in the tests as there are
    potentially two copies of charm-helpers (as was the case for py27).  A
    further commit will undo that madness.
    
    This patchset moves the charm synced version of charm-helpers earlier
    into the path so it gets picked first when the modules are loaded.
    
    Change-Id: Iff0566c52a283ff0cd2fc7707d981d8c47f3e6b2
This commit is contained in:
Zuul 2019-08-20 21:07:20 +00:00 committed by Gerrit Code Review
parent 53425e968d
commit 79a2bbcfb7
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit d888ce0d5c086179b14b274e65e3bd2673565811
Subproject commit 5826826af5378e60829d8b02c77afef6511648be