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>