Merge lp:~1chb1n/charm-helpers/pxc-use-source into lp:charm-helpers

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 644
Proposed branch: lp:~1chb1n/charm-helpers/pxc-use-source
Merge into: lp:charm-helpers
Diff against target: 12 lines (+1/-1)
1 file modified
charmhelpers/contrib/openstack/amulet/deployment.py (+1/-1)
To merge this branch: bzr merge lp:~1chb1n/charm-helpers/pxc-use-source
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+307576@code.launchpad.net

Description of the change

Add percona-cluster to master use_source list for OpenStack Amulet tests

While I really like the new plumbing that allows control of use_source and no_origin per-charm, I think adding this to the central list makes most sense since all os-charms need it.

Resolves:

DEBUG:runner:2016-10-04 05:09:21 Starting deployment of osci-sv15
DEBUG:runner:2016-10-04 05:09:21 Invalid config charm cs:~openstack-charmers-next/trusty/percona-cluster-232 openstack-origin=cloud:trusty-kilo
DEBUG:runner:2016-10-04 05:09:21 Deployment stopped. run time: 0.49

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'charmhelpers/contrib/openstack/amulet/deployment.py'
2--- charmhelpers/contrib/openstack/amulet/deployment.py 2016-09-30 09:12:45 +0000
3+++ charmhelpers/contrib/openstack/amulet/deployment.py 2016-10-04 14:25:54 +0000
4@@ -156,7 +156,7 @@
5 use_source = list(set(
6 use_source + ['mysql', 'mongodb', 'rabbitmq-server', 'ceph',
7 'ceph-osd', 'ceph-radosgw', 'ceph-mon',
8- 'ceph-proxy']))
9+ 'ceph-proxy', 'percona-cluster']))
10
11 # Charms which can not use openstack-origin, ie. many subordinates
12 no_origin = list(set(

Subscribers

People subscribed via source and target branches