Merge lp:~gnuoy/charms/trusty/neutron-api/move-aptinstall into lp:~openstack-charmers-archive/charms/trusty/neutron-api/next

Proposed by Liam Young
Status: Merged
Merged at revision: 105
Proposed branch: lp:~gnuoy/charms/trusty/neutron-api/move-aptinstall
Merge into: lp:~openstack-charmers-archive/charms/trusty/neutron-api/next
Diff against target: 24 lines (+4/-3)
1 file modified
hooks/neutron_api_hooks.py (+4/-3)
To merge this branch: bzr merge lp:~gnuoy/charms/trusty/neutron-api/move-aptinstall
Reviewer Review Type Date Requested Status
Corey Bryant (community) Approve
Review via email: mp+256820@code.launchpad.net
To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #3675 neutron-api-next for gnuoy mp256820
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/3675/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #3463 neutron-api-next for gnuoy mp256820
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/3463/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #3465 neutron-api-next for gnuoy mp256820
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/3465/

Revision history for this message
Corey Bryant (corey.bryant) wrote :

LGTM and tested successfully on upgrade from juno->kilo

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'hooks/neutron_api_hooks.py'
--- hooks/neutron_api_hooks.py 2015-04-02 20:15:28 +0000
+++ hooks/neutron_api_hooks.py 2015-04-20 14:12:57 +0000
@@ -141,9 +141,6 @@
141 ' remove any distributed routers')141 ' remove any distributed routers')
142 log(e, level=ERROR)142 log(e, level=ERROR)
143 raise Exception(e)143 raise Exception(e)
144 apt_install(filter_installed_packages(
145 determine_packages(config('openstack-origin'))),
146 fatal=True)
147 if config('prefer-ipv6'):144 if config('prefer-ipv6'):
148 setup_ipv6()145 setup_ipv6()
149 sync_db_with_multi_ipv6_addresses(config('database'),146 sync_db_with_multi_ipv6_addresses(config('database'),
@@ -156,6 +153,10 @@
156 else:153 else:
157 if openstack_upgrade_available('neutron-server'):154 if openstack_upgrade_available('neutron-server'):
158 do_openstack_upgrade(CONFIGS)155 do_openstack_upgrade(CONFIGS)
156
157 apt_install(filter_installed_packages(
158 determine_packages(config('openstack-origin'))),
159 fatal=True)
159 configure_https()160 configure_https()
160 update_nrpe_config()161 update_nrpe_config()
161 CONFIGS.write_all()162 CONFIGS.write_all()

Subscribers

People subscribed via source and target branches