Update git submodules
authorJose Lausuch <jose.lausuch@ericsson.com>
Fri, 21 Jul 2017 11:58:24 +0000 (11:58 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 21 Jul 2017 11:58:24 +0000 (11:58 +0000)
commit000dec4eebc4c85916194043cb043049ab03d4ee
tree108d2937b32073f127539fd6c8bad6423bffa974
parent5c8318d5d97f32640b5fdf230dd23e283b22f0a0
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "decouple the mutual-dependence of config.py and server.py"
  - decouple the mutual-dependence of config.py and server.py

    Currently server.py relies on CONF while starting the service, and
    config.py's config_fie is set in server.py, which is wrongly bi-depended
    this patch aims to let Config parse the sys.argv personally,
    just as oslo.config do, so that decouple the mutual-dependency

    Change-Id: I46887d122a98d478caebe9eeb7ab038941ce1f6b
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
docs/submodules/releng