From b0a629e43b420f31d958d60c0af23e2e12ce6c4e Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 5 Jan 2016 23:48:11 -0600 Subject: modified the percona cluster charm as it has the fix for database error. Change-Id: I72e730fbb34261087c11f06cac95e6475813b8cc --- ci/nosdn/juju-deployer/ovs-ha.yaml | 2 +- ci/nosdn/juju-deployer/ovs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/nosdn/juju-deployer') diff --git a/ci/nosdn/juju-deployer/ovs-ha.yaml b/ci/nosdn/juju-deployer/ovs-ha.yaml index bb910240..917cfc3c 100644 --- a/ci/nosdn/juju-deployer/ovs-ha.yaml +++ b/ci/nosdn/juju-deployer/ovs-ha.yaml @@ -104,7 +104,7 @@ openstack-phase2: to: - "lxc:nodes-api=0" mysql: - charm: cs:trusty/percona-cluster + branch: "lp:~openstack-charmers/charms/trusty/percona-cluster/next" num_units: 3 options: max-connections: 20000 diff --git a/ci/nosdn/juju-deployer/ovs.yaml b/ci/nosdn/juju-deployer/ovs.yaml index 386fbb13..4f305695 100644 --- a/ci/nosdn/juju-deployer/ovs.yaml +++ b/ci/nosdn/juju-deployer/ovs.yaml @@ -89,7 +89,7 @@ openstack-phase2: to: - "lxc:nodes-api=0" mysql: - charm: cs:trusty/percona-cluster + branch: "lp:~openstack-charmers/charms/trusty/percona-cluster/next" num_units: 1 options: max-connections: 20000 -- cgit 1.2.3-korg