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

Proposed by Corey Bryant
Status: Merged
Merged at revision: 79
Proposed branch: lp:~corey.bryant/charms/trusty/glance/use-stable
Merge into: lp:~openstack-charmers-archive/charms/trusty/glance/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/glance/use-stable
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+239474@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 #801 trusty-glance for corey.bryant mp239474
    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.801:
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
OK

Full lint output: http://paste.ubuntu.com/8707168/
Build: http://10.98.191.181:8080/job/charm_lint_check/801/

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

UOSCI bot says:
charm_unit_test #609 trusty-glance for corey.bryant mp239474
    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.609:
----------------------------------------------------------------------
Ran 65 tests in 3.613s

OK

Full unit output: http://paste.ubuntu.com/8707169/
Build: http://10.98.191.181:8080/job/charm_unit_test/609/

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-08 20:18:38 +0000
3+++ tests/basic_deployment.py 2014-10-23 20:15:40 +0000
4@@ -23,7 +23,7 @@
5 # * Add tests with different storage back ends
6 # * Resolve Essex->Havana juju set charm bug
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(GlanceBasicDeployment, self).__init__(series, openstack, source, stable)
12 self._add_services()

Subscribers

People subscribed via source and target branches