We're moving to a model like nova where we don't maintain a static
sample config, instead providing a readme showing how to generate
it in https://review.openstack.org/#/c/138800/, so this change
is needed before we can land that change.
Change-Id: I335a33646eef72962c9036dcd1de50144d8575c8
| ... | ... |
@@ -94,7 +94,6 @@ function configure_heat {
|
| 94 | 94 |
|
| 95 | 95 |
cp $HEAT_DIR/etc/heat/api-paste.ini $HEAT_API_PASTE_FILE |
| 96 | 96 |
cp $HEAT_DIR/etc/heat/policy.json $HEAT_POLICY_FILE |
| 97 |
- cp $HEAT_DIR/etc/heat/heat.conf.sample $HEAT_CONF |
|
| 98 | 97 |
|
| 99 | 98 |
# common options |
| 100 | 99 |
iniset_rpc_backend heat $HEAT_CONF DEFAULT |