Merge lp:~corey.bryant/charm-helpers/ceph-radosgw-osd-source into lp:charm-helpers

Proposed by Corey Bryant
Status: Merged
Merged at revision: 224
Proposed branch: lp:~corey.bryant/charm-helpers/ceph-radosgw-osd-source
Merge into: lp:charm-helpers
Diff against target: 23 lines (+4/-2)
1 file modified
charmhelpers/contrib/openstack/amulet/deployment.py (+4/-2)
To merge this branch: bzr merge lp:~corey.bryant/charm-helpers/ceph-radosgw-osd-source
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+236270@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Liam Young (gnuoy) wrote :

Approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'charmhelpers/contrib/openstack/amulet/deployment.py'
--- charmhelpers/contrib/openstack/amulet/deployment.py 2014-09-26 13:11:43 +0000
+++ charmhelpers/contrib/openstack/amulet/deployment.py 2014-09-29 01:32:51 +0000
@@ -16,7 +16,8 @@
16 self.openstack = openstack16 self.openstack = openstack
17 self.source = source17 self.source = source
18 self.stable = stable18 self.stable = stable
19 # Note(coreycb): this needs to be changed when new next branches come out.19 # Note(coreycb): this needs to be changed when new next branches come
20 # out.
20 self.current_next = "trusty"21 self.current_next = "trusty"
2122
22 def _determine_branch_locations(self, other_services):23 def _determine_branch_locations(self, other_services):
@@ -51,7 +52,8 @@
5152
52 services = other_services53 services = other_services
53 services.append(this_service)54 services.append(this_service)
54 use_source = ['mysql', 'mongodb', 'rabbitmq-server', 'ceph']55 use_source = ['mysql', 'mongodb', 'rabbitmq-server', 'ceph',
56 'ceph-osd', 'ceph-radosgw']
5557
56 if self.openstack:58 if self.openstack:
57 for svc in services:59 for svc in services:

Subscribers

People subscribed via source and target branches