Comment 0 for bug 1740357

Revision history for this message
MinWookKim (delightwook) wrote : devstack installation error due to removal of the policy.json file for heat

Due to the removal of Heat's policy.json file, Devstack Tacker installation process
An error occurred not finding the file '/etc/heat/policy.json'.

This is because Heat no longer uses the policy.json file, so we need to make the following modifications:

1. we must delete the modify_heat_flavor_policy_rule call syntax in /opt/stack/tacker/devstack/plugin.sh

2. we need to remove the following syntax from /opt/stack/tacker/devstack/lib/tacker:
HEAT_CONF_DIR = / etc / heat
function modify_heat_flavor_policy_rule {
....
}