Correct to 'heat_config_notify_script'
Change 'heat-config-notify-script' to
'heat_config_notify_script'.
Change-Id: I7f2519aebca3859bdd6af6c3696eed42445cd17f
Closes-Bug:# 1655234
diff --git a/common/config.py b/common/config.py
index 4aa7e67..f7b9d6c 100644
--- a/common/config.py
+++ b/common/config.py
@@ -150,7 +150,7 @@
help='Count of retries to edit config file during sighup. If '
'another worker already edit config file, file can be '
'busy, so need to wait and try edit file again.'),
- cfg.StrOpt('heat-config-notify-script',
+ cfg.StrOpt('heat_config_notify_script',
default=('heat-config-notify'),
help="Path to the script heat-config-notify"),