Move the "enable_destroy_images" into configure file

TrivialFix

Change-Id: I179e8bf99d406e612b6a0db096892654d1228b9f
This commit is contained in:
caoyuan 2016-11-15 17:54:06 +08:00
parent 8735cdb1e5
commit 74fb520b4a
3 changed files with 5 additions and 1 deletions

View File

@ -300,6 +300,9 @@ num_nova_fake_per_node: 5
# Monitoring options are specified here
enable_collectd: "no"
# Clean images options are specified here
enable_destroy_images: "no"
####################
# Logging options
####################

View File

@ -1,2 +1,2 @@
---
destroy_include_images: no
destroy_include_images: "{{ enable_destroy_images }}"

View File

@ -127,6 +127,7 @@ kolla_internal_vip_address: "10.10.10.254"
#enable_cinder_backend_lvm: "no"
#enable_cloudkitty: "no"
#enable_congress: "no"
#enable_destroy_images: "no"
#enable_etcd: "no"
#enable_gnocchi: "no"
#enable_grafana: "no"