Correct to 'heat_config_notify_script'

Change 'heat-config-notify-script' to
'heat_config_notify_script'.

Change-Id: I7f2519aebca3859bdd6af6c3696eed42445cd17f
Closes-Bug:# 1655234
This commit is contained in:
huangtianhua 2017-01-10 14:18:43 +08:00
parent 3c53b24567
commit fbc6911322
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ HeatGroup = [
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"),