Merge lp:~hopem/charms/trusty/heat/lp1368625 into lp:~openstack-charmers-archive/charms/trusty/heat/next

Proposed by Edward Hope-Morley
Status: Merged
Merged at revision: 59
Proposed branch: lp:~hopem/charms/trusty/heat/lp1368625
Merge into: lp:~openstack-charmers-archive/charms/trusty/heat/next
Diff against target: 44 lines (+12/-3)
3 files modified
config.yaml (+8/-0)
hooks/heat_utils.py (+2/-1)
templates/heat.conf (+2/-2)
To merge this branch: bzr merge lp:~hopem/charms/trusty/heat/lp1368625
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+276243@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 #12923 heat-next for hopem mp276243
    LINT OK: passed

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

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

charm_unit_test #11999 heat-next for hopem mp276243
    UNIT OK: passed

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

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

charm_amulet_test #7666 heat-next for hopem mp276243
    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/13008497/
Build: http://10.245.162.77:8080/job/charm_amulet_test/7666/

Revision history for this message
Liam Young (gnuoy) wrote :

Amulet fail looks like unrelated undercloud issue, +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'config.yaml'
--- config.yaml 2015-09-21 19:35:41 +0000
+++ config.yaml 2015-10-30 11:03:46 +0000
@@ -1,4 +1,12 @@
1options:1options:
2 debug:
3 default: False
4 type: boolean
5 description: Enable debug logging.
6 verbose:
7 default: False
8 type: boolean
9 description: Enable verbose logging.
2 openstack-origin:10 openstack-origin:
3 default: distro11 default: distro
4 type: string12 type: string
513
=== modified file 'hooks/heat_utils.py'
--- hooks/heat_utils.py 2015-10-08 13:13:09 +0000
+++ hooks/heat_utils.py 2015-10-30 11:03:46 +0000
@@ -84,7 +84,8 @@
84 HeatIdentityServiceContext(service=SVC, service_user=SVC),84 HeatIdentityServiceContext(service=SVC, service_user=SVC),
85 HeatHAProxyContext(),85 HeatHAProxyContext(),
86 EncryptionContext(),86 EncryptionContext(),
87 context.SyslogContext()]87 context.SyslogContext(),
88 context.LogLevelContext()]
88 }),89 }),
89 (HEAT_API_PASTE, {90 (HEAT_API_PASTE, {
90 'services': [s for s in BASE_SERVICES if 'api' in s],91 'services': [s for s in BASE_SERVICES if 'api' in s],
9192
=== modified file 'templates/heat.conf'
--- templates/heat.conf 2015-04-02 12:33:08 +0000
+++ templates/heat.conf 2015-10-30 11:03:46 +0000
@@ -1,7 +1,7 @@
1[DEFAULT]1[DEFAULT]
2use_syslog = {{ use_syslog }}2use_syslog = {{ use_syslog }}
3debug = False3verbose = {{ verbose }}
4verbose = False4debug = {{ debug }}
5log_dir = /var/log/heat5log_dir = /var/log/heat
6instance_user=ec2-user6instance_user=ec2-user
7instance_driver=heat.engine.nova7instance_driver=heat.engine.nova

Subscribers

People subscribed via source and target branches