diff options
Diffstat (limited to 'utils/infra_setup/heat/consts')
-rwxr-xr-x | utils/infra_setup/heat/consts/files.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/infra_setup/heat/consts/files.py b/utils/infra_setup/heat/consts/files.py index 2856650f..f148f103 100755 --- a/utils/infra_setup/heat/consts/files.py +++ b/utils/infra_setup/heat/consts/files.py @@ -12,6 +12,7 @@ # ------------------------------------------------------ GENERAL = 'General' + def get_sections(): return [ GENERAL, |