Skip to content

Commit c9aa5de

Browse files
authored
Update tools/kolla-images.py
1 parent 661c8ed commit c9aa5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/kolla-images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def get_openstack_release() -> str:
227227

228228
def validate(kolla_image_tags: KollaImageTags):
229229
"""Validate the kolla_image_tags variable."""
230-
tag_var_re = re.compile(r"^[a-z0-9_]+$")
230+
tag_var_re = re.compile(r"^[a-z0-9_-]+$")
231231
openstack_release = get_openstack_release()
232232
tag_res = get_distro_regex_map(openstack_release)
233233
errors = []

0 commit comments

Comments
 (0)