Fix a breaking typo in the Jinja templates

There is an improperly formatted comment in a Jinja2 template.
This causes Juju hooks to fail with a template syntax error.

Closes-Bug: 2025507
Change-Id: I8d3758e52252d8f1d171de83f614aa4a611d98e8
This commit is contained in:
Jadon Naas 2023-06-30 15:33:50 -04:00
parent 6f74111626
commit b9bd4b9e35
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
username = {{ manila_plugin.authentication_data.username }}
password = {{ manila_plugin.authentication_data.password }}
{{ # Defense mechanism introduced in the charm release 21.10 because of a
{# Defense mechanism introduced in the charm release 21.10 because of a
relation data key renaming, and would be safe to remove 2 releases later.
#}}
#}
project_domain_name = {{ manila_plugin.authentication_data.project_domain_name or manila_plugin.authentication_data.project_domain_id }}
user_domain_name = {{ manila_plugin.authentication_data.user_domain_name or manila_plugin.authentication_data.user_domain_id }}
project_name = {{ manila_plugin.authentication_data.project_name }}