Merge "fix:"openstack vnf set" command can't execute"

This commit is contained in:
Zuul 2019-09-22 14:20:47 +00:00 committed by Gerrit Code Review
commit 842cb75c53
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class UpdateVNF(command.ShowOne):
raise exceptions.InvalidInput(e)
if config:
body[_VNF]['attributes'] = {'config': config}
tackerV10.update_dict(parsed_args, body[_VNF])
tackerV10.update_dict(parsed_args, body[_VNF], ['tenant_id'])
return body
def take_action(self, parsed_args):