Merge lp://staging/~corey.bryant/charms/precise/nova-cloud-controller/havana-db-stamp into lp://staging/~openstack-charmers-archive/charms/precise/nova-cloud-controller/trunk
Proposed by
James Page
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 73 | ||||
Proposed branch: | lp://staging/~corey.bryant/charms/precise/nova-cloud-controller/havana-db-stamp | ||||
Merge into: | lp://staging/~openstack-charmers-archive/charms/precise/nova-cloud-controller/trunk | ||||
Diff against target: |
24 lines (+2/-1) 2 files modified
hooks/nova_cc_utils.py (+1/-0) unit_tests/test_nova_cc_utils.py (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~corey.bryant/charms/precise/nova-cloud-controller/havana-db-stamp | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Page | Needs Fixing | ||
Review via email: mp+216153@code.staging.launchpad.net |
To post a comment you must log in.
Corey
I think this looks good - please can you update the failing unit test as well:
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= upgrade( ) for grizzly->icehouse ------- ------- ------- ------- ------- ------- ------- ------- ------- python2. 7/dist- packages/ mock.py" , line 1210, in patched jamespage/ src/charms/ landing/ nova-cloud- controller/ unit_tests/ test_nova_ cc_utils. py", line 502, in test_upgrade_ grizzly_ icehouse assertEquals( self.neutron_ db_manage. call_args_ list, expected)
FAIL: Simulate a call to do_openstack_
-------
Traceback (most recent call last):
File "/usr/lib/
return func(*args, **keywargs)
File "/home/
self.
AssertionError: [call(['stamp', 'grizzly']),
call(['upgrade', 'head']),
call(['stamp', 'havana']),
call(['upgrade', 'head'])] != [call(['stamp', 'grizzly']), call(['upgrade', 'head']), call(['upgrade', 'head'])]