Update git submodules
authoragardner <agardner@linuxfoundation.org>
Thu, 30 Mar 2017 19:16:55 +0000 (15:16 -0400)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 30 Mar 2017 19:43:11 +0000 (19:43 +0000)
commit7046a6de49a0b3cf0e234319a029a5032ea1f984
tree9da47fa1747fbac6e1173388db2b1a253aa38357
parentc32ccc0cf9a5396329282390a3c89d73c45fa2a0
Update git submodules

* Update docs/submodules/domino from branch 'stable/danube'
  - bring danube branch up to date with master

    Gerrit doesn't like merge commits

    eg: this wont work

    git merge origin/master --no-commit
    git commit -sv
    git review stable/danube

    So I took the diff
    git diff origin/stable/danube..master
    and checked out the files that were changed
    git checkout origin/master -- featureconfig.rst

    normally you should checkout the change sets and resolve the
    merge conflitcs, but in this case we dont care.

    Change-Id: I2a02e8ae7237825911f22663a5c65cdb9f5c5e4f
Signed-off-by: agardner <agardner@linuxfoundation.org>
docs/submodules/domino