Merge pull request #43 from markgoddard/disable-swift-default

Disable swift by default
This commit is contained in:
Mark Goddard
2017-10-23 16:05:34 +01:00
committed by GitHub
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_magnum: "no"
kolla_enable_murano: "no" kolla_enable_murano: "no"
kolla_enable_sahara: "no" kolla_enable_sahara: "no"
kolla_enable_swift: "yes" kolla_enable_swift: "no"
############################################################################### ###############################################################################
# Passwords and credentials. # Passwords and credentials.

View File

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