Merge lp:~gnuoy/charm-helpers/bug1618422 into lp:charm-helpers

Proposed by Liam Young
Status: Merged
Merged at revision: 681
Proposed branch: lp:~gnuoy/charm-helpers/bug1618422
Merge into: lp:charm-helpers
Diff against target: 42 lines (+18/-1)
1 file modified
tests/contrib/openstack/test_os_contexts.py (+18/-1)
To merge this branch: bzr merge lp:~gnuoy/charm-helpers/bug1618422
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+304368@code.launchpad.net
To post a comment you must log in.
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/contrib/openstack/test_os_contexts.py'
--- tests/contrib/openstack/test_os_contexts.py 2016-07-12 23:01:31 +0000
+++ tests/contrib/openstack/test_os_contexts.py 2016-08-30 12:21:23 +0000
@@ -385,6 +385,15 @@
385 - [nova-key4, value4]385 - [nova-key4, value4]
386"""386"""
387387
388NOVA_SUB_CONFIG3 = """
389nova-compute:
390 /etc/nova/nova.conf:
391 sections:
392 DEFAULT:
393 - [nova-key5, value5]
394 - [nova-key6, value6]
395"""
396
388CINDER_SUB_CONFIG1 = """397CINDER_SUB_CONFIG1 = """
389cinder:398cinder:
390 /etc/cinder/cinder.conf:399 /etc/cinder/cinder.conf:
@@ -448,6 +457,12 @@
448 'private-address': 'nova_node1',457 'private-address': 'nova_node1',
449 'subordinate_configuration': json.dumps(yaml.load(NOVA_SUB_CONFIG2)),458 'subordinate_configuration': json.dumps(yaml.load(NOVA_SUB_CONFIG2)),
450 },459 },
460 },
461 'neutron-plugin:4': {
462 'neutron-other-plugin/0': {
463 'private-address': 'nova_node1',
464 'subordinate_configuration': json.dumps(yaml.load(NOVA_SUB_CONFIG3)),
465 },
451 }466 }
452}467}
453468
@@ -2340,7 +2355,9 @@
2340 ['nova-key1', 'value1'],2355 ['nova-key1', 'value1'],
2341 ['nova-key2', 'value2'],2356 ['nova-key2', 'value2'],
2342 ['nova-key3', 'value3'],2357 ['nova-key3', 'value3'],
2343 ['nova-key4', 'value4']]2358 ['nova-key4', 'value4'],
2359 ['nova-key5', 'value5'],
2360 ['nova-key6', 'value6']]
2344 }}2361 }}
2345 )2362 )
23462363

Subscribers

People subscribed via source and target branches