From 2f3be139063a18340be868f8ff548733be1e5707 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Sat, 21 Oct 2017 09:20:45 +0100 Subject: [PATCH] Disable swift by default Follow kolla's default value for swift enablement - disabled. --- ansible/group_vars/all/kolla | 2 +- doc/source/release-notes.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/group_vars/all/kolla b/ansible/group_vars/all/kolla index 0bd5e98cd..24340b2f7 100644 --- a/ansible/group_vars/all/kolla +++ b/ansible/group_vars/all/kolla @@ -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. diff --git a/doc/source/release-notes.rst b/doc/source/release-notes.rst index 851ac631b..b72c97ad5 100644 --- a/doc/source/release-notes.rst +++ b/doc/source/release-notes.rst @@ -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 ============