Update git submodules
authorDeepak S <deepak.s@linux.intel.com>
Thu, 26 Apr 2018 03:51:47 +0000 (03:51 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 26 Apr 2018 03:51:47 +0000 (03:51 +0000)
commit507614fb5df5147bd990aeeb3620105d56cd44e3
treebe2a082948bb816ef87d9889972c529c1e41cc79
parent3c290a4529e25d9e21598b77b9f335794f30b667
Update git submodules

* Update docs/submodules/samplevnf from branch 'master'
  - Merge "Add support for multiple variables in core definition"
  - Add support for multiple variables in core definition

    In the [core] definition we were able to use one variable
    such as $core1 in [core $core1] but not [core ${core1}].
    The second syntax is used when we want multiple
    variables such as in [core ${first_core}-${last_core}].
    This second syntax is now supported.

    Change-Id: Ic94b84cb8cf827acb6697789cd180f41c3bdb028
Signed-off-by: Xavier Simonart <xavier.simonart@intel.com>
docs/submodules/samplevnf