one
one copied to clipboard
[Pyone] Pyone API does not accept dictionaries with root in updateconf
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