Merge lp:~thedac/charms/trusty/neutron-api/neutron-openvswitch-agent into lp:~openstack-charmers-archive/charms/trusty/neutron-api/next

Proposed by David Ames
Status: Merged
Merged at revision: 180
Proposed branch: lp:~thedac/charms/trusty/neutron-api/neutron-openvswitch-agent
Merge into: lp:~openstack-charmers-archive/charms/trusty/neutron-api/next
Diff against target: 27 lines (+12/-5)
1 file modified
tests/basic_deployment.py (+12/-5)
To merge this branch: bzr merge lp:~thedac/charms/trusty/neutron-api/neutron-openvswitch-agent
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+287355@code.launchpad.net

Description of the change

Mitaka renamed neutron-plugin-openvswitch-agent to neutron-openvswitch-agent
Update amulet test to reflect this.

To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #1554 neutron-api-next for thedac mp287355
    LINT OK: passed

Build: http://10.245.162.36:8080/job/charm_lint_check/1554/

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

charm_unit_test #1302 neutron-api-next for thedac mp287355
    UNIT OK: passed

Build: http://10.245.162.36:8080/job/charm_unit_test/1302/

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

charm_amulet_test #551 neutron-api-next for thedac mp287355
    AMULET OK: passed

Build: http://10.245.162.36:8080/job/charm_amulet_test/551/

Revision history for this message
James Page (james-page) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/basic_deployment.py'
--- tests/basic_deployment.py 2016-02-25 11:25:32 +0000
+++ tests/basic_deployment.py 2016-02-26 19:12:32 +0000
@@ -177,11 +177,18 @@
177 service units."""177 service units."""
178 u.log.debug('Checking status of system services...')178 u.log.debug('Checking status of system services...')
179 neutron_api_services = ['neutron-server']179 neutron_api_services = ['neutron-server']
180 neutron_services = ['neutron-dhcp-agent',180 if self._get_openstack_release() >= self.trusty_mitaka:
181 'neutron-lbaas-agent',181 neutron_services = ['neutron-dhcp-agent',
182 'neutron-metadata-agent',182 'neutron-lbaas-agent',
183 'neutron-plugin-openvswitch-agent',183 'neutron-metadata-agent',
184 'neutron-ovs-cleanup']184 'neutron-openvswitch-agent',
185 'neutron-ovs-cleanup']
186 else:
187 neutron_services = ['neutron-dhcp-agent',
188 'neutron-lbaas-agent',
189 'neutron-metadata-agent',
190 'neutron-plugin-openvswitch-agent',
191 'neutron-ovs-cleanup']
185192
186 if self._get_openstack_release() <= self.trusty_juno:193 if self._get_openstack_release() <= self.trusty_juno:
187 neutron_services.append('neutron-vpn-agent')194 neutron_services.append('neutron-vpn-agent')

Subscribers

People subscribed via source and target branches