Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 10 Jul 2018 17:03:46 +0000 (17:03 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 10 Jul 2018 17:03:46 +0000 (17:03 +0000)
commit837ec466286579c0746a17ed09941748e69369e0
tree4d673f9b0445a8caffe8a8e999afcad91c7b8c08
parent09b7d0c2bd65ad07cb5362bfe36e3bdd31ed16c1
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add network elements as a dict in Kubernetes context"
  - Add network elements as a dict in Kubernetes context

    Like in Heat context, network elements should be defined in a
    dictionary, using the network name as the entry key.

    Previous implementation:
      context:
        networks:
          - name: ...
            plugin: ...
            args: ...

    New implementation:
      context:
        networks:
          net_name_1:
            plugin: ...
            args: ...
          net_name_2: ...

    JIRA: YARDSTICK-1160

    Change-Id: I786b06555af509440604305e2c3c2c9fe521bef8
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
docs/submodules/yardstick