Enable ProxySQL by default
This matches a recent change in kolla-ansible [1]. [1] https://review.opendev.org/c/openstack/kolla-ansible/+/913724 Change-Id: I8a7a84025e93c4dcb1285bc28f3bd481bbdfff32
This commit is contained in:
parent
3b1b81b3a6
commit
66d14fc99f
@ -510,7 +510,7 @@ kolla_enable_mariadb: "yes"
|
||||
kolla_enable_memcached: "yes"
|
||||
kolla_enable_neutron: "{{ kolla_enable_openstack_core | bool }}"
|
||||
kolla_enable_nova: "{{ kolla_enable_openstack_core | bool }}"
|
||||
kolla_enable_proxysql: "no"
|
||||
kolla_enable_proxysql: "yes"
|
||||
kolla_enable_rabbitmq: "yes"
|
||||
|
||||
# OpenStack services can be enabled or disabled with these options
|
||||
|
5
releasenotes/notes/enable-proxysql-74b58f6df5410aad.yaml
Normal file
5
releasenotes/notes/enable-proxysql-74b58f6df5410aad.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Enables ProxySQL by default. ProxySQL can be disabled by setting the
|
||||
``kolla_enable_proxysql`` variable to ``false``.
|
Loading…
Reference in New Issue
Block a user