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

Proposed by Corey Bryant
Status: Merged
Merged at revision: 57
Proposed branch: lp:~corey.bryant/charms/trusty/cinder/use-stable
Merge into: lp:~openstack-charmers-archive/charms/trusty/cinder/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/cinder/use-stable
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+239475@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ryan Beisner (1chb1n) wrote :

UOSCI bot says:
charm_lint_check #802 trusty-cinder for corey.bryant mp239475
    LINT OK: believed to pass, but you should confirm results

LINT Results (max last 4 lines) from
/var/lib/jenkins/workspace/charm_lint_check/make-lint.802:
I: config.yaml: option config-flags has no default value
I: config.yaml: option ssl_cert has no default value
I: config.yaml: option os-internal-network has no default value
I: config.yaml: option os-public-network has no default value

Full lint output: http://paste.ubuntu.com/8707172/
Build: http://10.98.191.181:8080/job/charm_lint_check/802/

Revision history for this message
Ryan Beisner (1chb1n) wrote :

UOSCI bot says:
charm_unit_test #610 trusty-cinder for corey.bryant mp239475
    UNIT OK: believed to pass, but you should confirm results

UNIT Results (max last 4 lines) from
/var/lib/jenkins/workspace/charm_unit_test/unit-test.610:
----------------------------------------------------------------------
Ran 86 tests in 5.866s

OK

Full unit output: http://paste.ubuntu.com/8707178/
Build: http://10.98.191.181:8080/job/charm_unit_test/610/

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-10-09 09:49:21 +0000
3+++ tests/basic_deployment.py 2014-10-23 20:16:37 +0000
4@@ -28,7 +28,7 @@
5 # NOTE(beisner): Features and tests vary across Openstack releases.
6 # https://wiki.openstack.org/wiki/CinderSupportMatrix
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(CinderBasicDeployment, self).__init__(series, openstack, source,
12 stable)

Subscribers

People subscribed via source and target branches