Disable swift by default

Follow kolla's default value for swift enablement - disabled.
This commit is contained in:
Mark Goddard 2017-10-21 09:20:45 +01:00
parent ba6d30c10a
commit 2f3be13906
2 changed files with 3 additions and 1 deletions

View File

@ -240,7 +240,7 @@ kolla_enable_nova: "yes"
kolla_enable_magnum: "no"
kolla_enable_murano: "no"
kolla_enable_sahara: "no"
kolla_enable_swift: "yes"
kolla_enable_swift: "no"
###############################################################################
# Passwords and credentials.

View File

@ -25,6 +25,8 @@ Upgrade Notes
to ``True``. Management of the firewall by ironic inspector is important to
ensure that DHCP offers are not made to nodes during provisioning by
inspector's DHCP server.
* Disables swift by default. The default value of ``kolla_enable_swift`` is
now ``no``.
Kayobe 3.0.0
============