Merge lp:~corey.bryant/charms/trusty/ceph-radosgw/use-stable into lp:~openstack-charmers-archive/charms/trusty/ceph-radosgw/trunk

Proposed by Corey Bryant
Status: Merged
Merged at revision: 31
Proposed branch: lp:~corey.bryant/charms/trusty/ceph-radosgw/use-stable
Merge into: lp:~openstack-charmers-archive/charms/trusty/ceph-radosgw/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
tests/basic_deployment.py (+1/-1)
To merge this branch: bzr merge lp:~corey.bryant/charms/trusty/ceph-radosgw/use-stable
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+239476@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Liam Young (gnuoy) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/basic_deployment.py'
2--- tests/basic_deployment.py 2014-09-29 01:57:43 +0000
3+++ tests/basic_deployment.py 2014-10-23 20:17:04 +0000
4@@ -17,7 +17,7 @@
5 class CephRadosGwBasicDeployment(OpenStackAmuletDeployment):
6 """Amulet tests on a basic ceph-radosgw deployment."""
7
8- def __init__(self, series=None, openstack=None, source=None, stable=False):
9+ def __init__(self, series=None, openstack=None, source=None, stable=True):
10 """Deploy the entire test environment."""
11 super(CephRadosGwBasicDeployment, self).__init__(series, openstack,
12 source, stable)

Subscribers

People subscribed via source and target branches