Merge "fix:"openstack vnf set" command can't execute"
This commit is contained in:
commit
842cb75c53
@ -392,7 +392,7 @@ class UpdateVNF(command.ShowOne):
|
|||||||
raise exceptions.InvalidInput(e)
|
raise exceptions.InvalidInput(e)
|
||||||
if config:
|
if config:
|
||||||
body[_VNF]['attributes'] = {'config': config}
|
body[_VNF]['attributes'] = {'config': config}
|
||||||
tackerV10.update_dict(parsed_args, body[_VNF])
|
tackerV10.update_dict(parsed_args, body[_VNF], ['tenant_id'])
|
||||||
return body
|
return body
|
||||||
|
|
||||||
def take_action(self, parsed_args):
|
def take_action(self, parsed_args):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user