diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-28 17:38:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-28 17:38:03 +0000 |
commit | 4da5beecb9aab599c9f40562364533718289c7d6 (patch) | |
tree | 3d7e314fd539ab1339e51b9565db1eca38248745 /puppet/services/octavia-base.yaml | |
parent | 5908e661a2b617b8793a80af529bfcd5e4aeb052 (diff) | |
parent | 947a7148e807e74daf9e30e4e8c891d5bdacc69f (diff) |
Merge "Only set EnableConfigPurge on major upgrades"
Diffstat (limited to 'puppet/services/octavia-base.yaml')
-rw-r--r-- | puppet/services/octavia-base.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/puppet/services/octavia-base.yaml b/puppet/services/octavia-base.yaml index a3f616ff..db15aa15 100644 --- a/puppet/services/octavia-base.yaml +++ b/puppet/services/octavia-base.yaml @@ -24,10 +24,10 @@ parameters: description: Set to True to enable debugging on all services. EnableConfigPurge: type: boolean - default: true + default: false description: > - Remove configuration that is not generated by TripleO. Setting - to false may result in configuration remnants after updates/upgrades. + Remove configuration that is not generated by TripleO. Used to avoid + configuration remnants after upgrades. RabbitPassword: description: The password for RabbitMQ type: string |