# horizon:
# charm: "cs:openstack-dashboard-251"
# num_units: 1
# options:
# openstack-origin: "cloud:xenial-pike"
# bindings:
# - "mgmt-net"
# to:
# - "lxd:2"
mysql:
#charm: cs:xenial/percona-cluster
# Use dev pxc charm for password and tuning fixes, until 17.08 releases
charm: "cs:~openstack-charmers-next/percona-cluster"
num_units: 1
options:
max-connections: 1000
innodb-buffer-pool-size: "256M"
tuning-level: "fast"
source: "cloud:xenial-ocata"
bindings:
shared-db: mgmt-net
cluster: mgmt-net
to:
- "lxd:0"