Files
zaza-openstack-tests/zaza/openstack/charm_tests
Felipe Reyes a0ec1cddab Fix formatting in [magnum].labels
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] 2fe075ae78 (diff-8e9d4d1beb73d502d61e14564c76d54acf855bf8)
2024-07-30 12:14:38 -04:00
..
2020-10-13 20:21:46 +13:00
2023-09-11 08:35:11 -03:00
2022-03-29 16:17:16 +00:00
2021-10-07 22:07:00 -03:00
2022-03-29 16:17:16 +00:00
2023-09-28 14:25:03 +02:00
2023-08-08 16:23:41 +05:30
2023-05-26 10:13:48 -04:00
2023-07-21 10:36:17 +05:30
2022-08-03 13:44:22 +09:30
2023-08-14 22:15:51 +00:00
2023-08-24 11:03:39 +02:00
2022-09-08 12:55:04 +00:00
2021-03-15 15:11:38 +02:00
2024-01-11 12:28:17 -03:00
2023-09-15 13:58:57 +05:30
2020-05-16 08:29:12 +00:00
2023-03-08 13:52:01 +00:00
2023-05-23 21:31:44 +03:00
2023-10-30 13:42:46 +00:00
2024-07-30 12:14:38 -04:00