Update git submodules
authorManuel Buil <mbuil@suse.com>
Thu, 30 Aug 2018 07:33:53 +0000 (07:33 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 30 Aug 2018 07:33:53 +0000 (07:33 +0000)
commit8152773e7fddebe76a6ad4bfb899754dd60153aa
tree7651d4ce4b75fc91ad800631216249d983c4008a
parent5a3b2c4b2cf2497a56a91746810cc461de214991
Update git submodules

* Update docs/submodules/sfc from branch 'master'
  - Merge "Bug fix: Bad usage of positional argument"
  - Bug fix: Bad usage of positional argument

    av_zone is passed as a positional argument, however, the create_instance
    method does not define av_zone as positional:

    https://github.com/opnfv/sfc/blob/master/sfc/lib/openstack_utils.py#L136-L137

    so we should not pass it as a positional argument

    Change-Id: I035012ef3ffce3318e0bece712cb6bdad8e8cdd0
Signed-off-by: Manuel Buil <mbuil@suse.com>
docs/submodules/sfc