diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-05 23:48:11 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-05 23:48:11 -0600 |
commit | b0a629e43b420f31d958d60c0af23e2e12ce6c4e (patch) | |
tree | 31d8269e32c7728891bdd39405913c93d3f3ad0c /ci/onos/juju-deployer | |
parent | b1311ad84a9cde68fb24711449b1c307310c3f3b (diff) |
modified the percona cluster charm as it has the fix for database
error.
Change-Id: I72e730fbb34261087c11f06cac95e6475813b8cc
Diffstat (limited to 'ci/onos/juju-deployer')
-rw-r--r-- | ci/onos/juju-deployer/onos-ha.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/onos/juju-deployer/onos-ha.yaml b/ci/onos/juju-deployer/onos-ha.yaml index ceaaa175..608c693b 100644 --- a/ci/onos/juju-deployer/onos-ha.yaml +++ b/ci/onos/juju-deployer/onos-ha.yaml @@ -21,7 +21,7 @@ openstack-phase2: inherits: openstack-phase1 services: "percona-cluster": - charm: "cs:trusty/percona-cluster" + branch: "lp:~openstack-charmers/charms/trusty/percona-cluster/next" num_units: 3 options: "dataset-size": 2G |