As suggested by you, I have uploaded the patch that I was working on. The change is little more than what I would have expected. Since I wanted to replace 'any' with 'None', there was no easy way to do it during update. I had to override the UpdateCommand.run.
Please note that args2body() will not have these args. And parse_args_to_dict is not a method of "class UpdateCommand".
ZhiQiang,
As suggested by you, I have uploaded the patch that I was working on. The change is little more than what I would have expected. Since I wanted to replace 'any' with 'None', there was no easy way to do it during update. I had to override the UpdateCommand.run.
Please note that args2body() will not have these args. And parse_args_to_dict is not a method of "class UpdateCommand".
https:/ /review. openstack. org/44200
Please review the patch and let me know your comments.
Thanks,
-Rajesh Mohan