Merge "Move the "enable_destroy_images" into configure file"
This commit is contained in:
commit
515cbc1e29
@ -316,6 +316,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
|
||||
####################
|
||||
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
destroy_include_images: no
|
||||
destroy_include_images: "{{ enable_destroy_images }}"
|
||||
|
@ -128,6 +128,7 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#enable_cinder_backend_nfs: "no"
|
||||
#enable_cloudkitty: "no"
|
||||
#enable_congress: "no"
|
||||
#enable_destroy_images: "no"
|
||||
#enable_etcd: "no"
|
||||
#enable_gnocchi: "no"
|
||||
#enable_grafana: "no"
|
||||
|
Loading…
Reference in New Issue
Block a user