Merge lp:~james-page/charms/trusty/neutron-api/mitaka-b2 into lp:~openstack-charmers-archive/charms/trusty/neutron-api/next

Proposed by James Page
Status: Merged
Merged at revision: 179
Proposed branch: lp:~james-page/charms/trusty/neutron-api/mitaka-b2
Merge into: lp:~openstack-charmers-archive/charms/trusty/neutron-api/next
Diff against target: 38 lines (+4/-6)
2 files modified
templates/mitaka/neutron.conf (+2/-2)
tests/basic_deployment.py (+2/-4)
To merge this branch: bzr merge lp:~james-page/charms/trusty/neutron-api/mitaka-b2
Reviewer Review Type Date Requested Status
OpenStack Charmers Pending
Review via email: mp+287028@code.launchpad.net
To post a comment you must log in.
179. By James Page

Switch test as well

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

charm_lint_check #1377 neutron-api-next for james-page mp287028
    LINT OK: passed

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

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

charm_unit_test #1135 neutron-api-next for james-page mp287028
    UNIT OK: passed

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

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

charm_amulet_test #488 neutron-api-next for james-page mp287028
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/15188364/
Build: http://10.245.162.36:8080/job/charm_amulet_test/488/

180. By James Page

Drop ec2 and objectstore tests - not pertinent to neutron-api and removed as of liberty

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

charm_lint_check #1466 neutron-api-next for james-page mp287028
    LINT OK: passed

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

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

charm_unit_test #1221 neutron-api-next for james-page mp287028
    UNIT OK: passed

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

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

charm_amulet_test #521 neutron-api-next for james-page mp287028
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/15196136/
Build: http://10.245.162.36:8080/job/charm_amulet_test/521/

181. By James Page

Fixup relation data key

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

charm_lint_check #1468 neutron-api-next for james-page mp287028
    LINT OK: passed

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

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

charm_unit_test #1223 neutron-api-next for james-page mp287028
    UNIT OK: passed

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

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

charm_amulet_test #523 neutron-api-next for james-page mp287028
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/15197068/
Build: http://10.245.162.36:8080/job/charm_amulet_test/523/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/mitaka/neutron.conf'
2--- templates/mitaka/neutron.conf 2016-01-21 05:54:06 +0000
3+++ templates/mitaka/neutron.conf 2016-02-25 11:25:47 +0000
4@@ -71,8 +71,8 @@
5 auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}/v2.0
6 username = {{ admin_user }}
7 password = {{ admin_password }}
8-tenant_id = {{ admin_tenant_id }}
9-{% endif -%}
10+project_name = {{ admin_tenant_name }}
11+{% endif %}
12
13 [quotas]
14 {% if quota_driver -%}
15
16=== modified file 'tests/basic_deployment.py'
17--- tests/basic_deployment.py 2016-01-22 03:50:29 +0000
18+++ tests/basic_deployment.py 2016-02-25 11:25:47 +0000
19@@ -190,9 +190,7 @@
20 # Juno or earlier
21 neutron_services.append('neutron-metering-agent')
22
23- nova_cc_services = ['nova-api-ec2',
24- 'nova-api-os-compute',
25- 'nova-objectstore',
26+ nova_cc_services = ['nova-api-os-compute',
27 'nova-cert',
28 'nova-scheduler',
29 'nova-conductor']
30@@ -446,7 +444,7 @@
31 'region_name': 'RegionOne',
32 'username': rel_napi_ks['service_username'],
33 'password': rel_napi_ks['service_password'],
34- 'tenant_id': rel_napi_ks['service_tenant_id'],
35+ 'project_name': rel_napi_ks['service_tenant'],
36 }
37 else:
38 # Liberty or earlier - nova bits

Subscribers

People subscribed via source and target branches