Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
magnum-tempest-plugin since commit[0] is using ast.literal_eval() to parse the value set in [magnum].labels, so the formatting needs to be a Python dict. This is an example of how the string needs to look like to make the parser happy: >>> import ast >>> ast.literal_eval('{"a": "1:1"}') {'a': '1:1'} [0] https://opendev.org/openstack/magnum-tempest-plugin/commit/2fe075ae789e06ec58d37dc6f41382e2b64a8343#diff-8e9d4d1beb73d502d61e14564c76d54acf855bf8
- Loading branch information