From 99b3d398e8f40bfd9e8dbe16d9acfb88328eccd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Wed, 29 Apr 2020 15:26:54 -0500 Subject: [PATCH] Use underscore instead of dash A change was introduced to TripleO Heat Templates [1] to expect roles to use underscores instead of dashes in the directory name. [1] https://review.opendev.org/#/c/713792/ Change-Id: I61ee17f7e00e4a5bab5b6b44beb8ea92a93a8058 --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index d2bb475..addba3c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,11 +20,11 @@ setup-hooks = [files] data_files = - share/ansible/roles/thales-hsm/defaults = defaults/* - share/ansible/roles/thales-hsm/meta = meta/* - share/ansible/roles/thales-hsm/tasks = tasks/* - share/ansible/roles/thales-hsm/templates = templates/* - share/ansible/roles/thales-hsm/files = files/* + share/ansible/roles/thales_hsm/defaults = defaults/* + share/ansible/roles/thales_hsm/meta = meta/* + share/ansible/roles/thales_hsm/tasks = tasks/* + share/ansible/roles/thales_hsm/templates = templates/* + share/ansible/roles/thales_hsm/files = files/* [wheel] universal = 1