one icon indicating copy to clipboard operation
one copied to clipboard

[Pyone] Pyone API does not accept dictionaries with root in updateconf

Open OpenNebulaSupport opened this issue 4 years ago • 0 comments

Description Updateconf API call does not allow to use dictionaries like:

{'CONTEXT': {'A': 'abc'}}

To Reproduce

one.vm.updateconf(0,{'CONTEXT': {'A': 'abc'}}, 1)

Expected behavior It should update the VM template.

Details

  • Affected Component: Pyone
  • Version: 6.2 & master

Progress Status

  • [ ] Branch created
  • [ ] Code committed to development branch
  • [ ] Testing - QA
  • [ ] Documentation
  • [ ] Release notes - resolved issues, compatibility, known issues
  • [ ] Code committed to upstream release/hotfix branches
  • [ ] Documentation committed to upstream release/hotfix branches

OpenNebulaSupport avatar Jan 04 '22 10:01 OpenNebulaSupport