diff --git a/hot/software-config/boot-config/templates/fragments/configure_config_agent.sh b/hot/software-config/boot-config/templates/fragments/configure_config_agent.sh index c1f9ed10..36fc7255 100644 --- a/hot/software-config/boot-config/templates/fragments/configure_config_agent.sh +++ b/hot/software-config/boot-config/templates/fragments/configure_config_agent.sh @@ -20,9 +20,9 @@ mkdir -p $oac_templates/var/run/heat-config # template for writing heat deployments data to a file echo "{{deployments}}" > $oac_templates/var/run/heat-config/heat-config -# os-refresh-config scripts directory -# This moves to /usr/libexec/os-refresh-config in later releases -orc_scripts=/opt/stack/os-config-refresh +# os-refresh-config scripts directory. +# For older version, this path might be `/opt/stack/os-config-refresh` +orc_scripts=/usr/libexec/os-refresh-config for d in pre-configure.d configure.d migration.d post-configure.d; do install -m 0755 -o root -g root -d $orc_scripts/$d done