Martin Chlumsky
9d0ccad15a
Fix empty match while setting supported_policy_files
...
When supported_policy_files gets set under python 3.7 [1], the regex '(.*)'
matches twice, once for the policy file name and once more for the empty string
that follows the policy file name. This is new behavior under python
3.7. [2]
This leads to the replacement string being written out twice resulting
in something like this: "nova_policy.yamlnova_".
This patch changes the regex to '(.+)' ensuring there is no match success
against the empty string.
[1]:
- set_fact:
supported_policy_files: "{{ supported_policy_format_list | map('regex_replace', '(.*)', '{{ project_name }}_\\1') | list }}"
[2]: https://docs.python.org/3/library/re.html#re.sub
Change-Id: Ie5278832e293364c66d53ddb07dff9c5409f0cc6
Closes-Bug: 1851249
2019-11-04 13:17:39 -05:00
..
2019-10-24 09:33:05 +00:00
2019-10-16 10:24:35 +02:00
2019-10-24 16:15:23 +01:00
2019-07-02 14:30:14 +01:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-18 12:00:22 +02:00
2019-10-17 08:49:32 +02:00
2019-09-26 17:51:14 +01:00
2019-11-01 14:48:37 +00:00
2019-10-24 09:33:05 +00:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-02-25 19:30:33 +01:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-24 09:33:05 +00:00
2019-10-16 18:22:23 +00:00
2019-10-24 09:33:05 +00:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-11-04 13:17:39 -05:00
2019-10-16 10:24:35 +02:00
2019-10-31 17:11:15 +00:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-24 09:33:05 +00:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-11-04 12:10:42 +00:00
2019-10-24 09:33:05 +00:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2018-10-11 10:26:34 +02:00
2019-10-24 09:33:05 +00:00
2019-10-16 10:24:35 +02:00
2019-09-26 17:51:14 +01:00
2019-10-16 10:24:35 +02:00
2019-11-01 09:34:18 +00:00
2019-11-01 14:48:37 +00:00
2019-10-23 10:04:01 +00:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-17 19:19:25 +00:00
2019-10-16 10:24:35 +02:00
2019-10-24 09:33:05 +00:00
2019-10-24 09:33:05 +00:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-17 08:37:09 +02:00
2019-10-24 09:33:05 +00:00
2019-10-25 11:38:45 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-09-26 10:38:35 +01:00
2019-10-01 14:44:43 +01:00
2019-06-06 19:04:58 +01:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-26 14:30:12 +00:00
2019-10-21 11:15:29 +02:00
2019-10-16 10:24:35 +02:00
2019-10-17 13:58:34 +02:00
2019-10-16 10:24:35 +02:00
2019-10-24 09:33:05 +00:00
2019-09-26 17:51:14 +01:00
2019-10-16 10:24:35 +02:00
2019-10-16 10:24:35 +02:00
2019-10-24 15:34:09 +00:00
2019-06-06 19:04:58 +01:00