Merge lp:~gnuoy/charms/trusty/neutron-openvswitch/ice-meta into lp:~openstack-charmers-archive/charms/trusty/neutron-openvswitch/next

Proposed by Liam Young
Status: Merged
Merged at revision: 89
Proposed branch: lp:~gnuoy/charms/trusty/neutron-openvswitch/ice-meta
Merge into: lp:~openstack-charmers-archive/charms/trusty/neutron-openvswitch/next
Diff against target: 24 lines (+20/-0)
1 file modified
templates/icehouse/metadata_agent.ini (+20/-0)
To merge this branch: bzr merge lp:~gnuoy/charms/trusty/neutron-openvswitch/ice-meta
Reviewer Review Type Date Requested Status
Chris Glass (community) Approve
Review via email: mp+272123@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 #10571 neutron-openvswitch-next for gnuoy mp272123
    LINT OK: passed

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

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

charm_unit_test #9760 neutron-openvswitch-next for gnuoy mp272123
    UNIT OK: passed

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

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

charm_amulet_test #6708 neutron-openvswitch-next for gnuoy mp272123
    AMULET FAIL: amulet-test failed

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

Full amulet test output: http://paste.ubuntu.com/12537096/
Build: http://10.245.162.77:8080/job/charm_amulet_test/6708/

Revision history for this message
Chris Glass (tribaal) wrote :

This branch *should* work and LGTM, but it'd be good to have UOSCI +1 it too (seems like a transient error - just a timeout).

Will merge after that.

88. By Liam Young

Empty commit to kick osci

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

charm_unit_test #9814 neutron-openvswitch-next for gnuoy mp272123
    UNIT OK: passed

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

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

charm_lint_check #10629 neutron-openvswitch-next for gnuoy mp272123
    LINT OK: passed

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

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

charm_amulet_test #6715 neutron-openvswitch-next for gnuoy mp272123
    AMULET FAIL: amulet-test failed

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

Full amulet test output: http://paste.ubuntu.com/12542274/
Build: http://10.245.162.77:8080/job/charm_amulet_test/6715/

89. By Liam Young

Merged next in

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

charm_unit_test #10176 neutron-openvswitch-next for gnuoy mp272123
    UNIT OK: passed

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

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

charm_lint_check #10971 neutron-openvswitch-next for gnuoy mp272123
    LINT OK: passed

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

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

charm_amulet_test #6865 neutron-openvswitch-next for gnuoy mp272123
    AMULET OK: passed

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

Revision history for this message
Chris Glass (tribaal) wrote :

Looks good! +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'templates/icehouse/metadata_agent.ini'
2--- templates/icehouse/metadata_agent.ini 1970-01-01 00:00:00 +0000
3+++ templates/icehouse/metadata_agent.ini 2015-09-28 14:09:08 +0000
4@@ -0,0 +1,20 @@
5+###############################################################################
6+# [ WARNING ]
7+# Configuration file maintained by Juju. Local changes may be overwritten.
8+###############################################################################
9+# Metadata service seems to cache neutron api url from keystone so trigger
10+# restart if it changes: {{ quantum_url }}
11+
12+[DEFAULT]
13+auth_url = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/v2.0
14+auth_region = {{ region }}
15+admin_tenant_name = {{ admin_tenant_name }}
16+admin_user = {{ admin_user }}
17+admin_password = {{ admin_password }}
18+root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
19+state_path = /var/lib/neutron
20+# Gateway runs a metadata API server locally
21+#nova_metadata_ip = {{ local_ip }}
22+nova_metadata_port = 8775
23+metadata_proxy_shared_secret = {{ shared_secret }}
24+cache_url = memory://?default_ttl=5

Subscribers

People subscribed via source and target branches