Merge lp:~chris.macnaughton/openstack-mojo-specs/smaller-flavours into lp:~ost-maintainers/openstack-mojo-specs/openstack-mojo-specs-1802

Proposed by Chris MacNaughton
Status: Merged
Merged at revision: 359
Proposed branch: lp:~chris.macnaughton/openstack-mojo-specs/smaller-flavours
Merge into: lp:~ost-maintainers/openstack-mojo-specs/openstack-mojo-specs-1802
Diff against target: 23 lines (+3/-3)
1 file modified
helper/tests/simple_os_checks.py (+3/-3)
To merge this branch: bzr merge lp:~chris.macnaughton/openstack-mojo-specs/smaller-flavours
Reviewer Review Type Date Requested Status
Ryan Beisner Approve
Review via email: mp+341012@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ryan Beisner (1chb1n) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'helper/tests/simple_os_checks.py'
--- helper/tests/simple_os_checks.py 2017-10-25 06:10:55 +0000
+++ helper/tests/simple_os_checks.py 2018-03-07 11:31:56 +0000
@@ -13,17 +13,17 @@
13 'm1.small': {13 'm1.small': {
14 'flavorid': 2,14 'flavorid': 2,
15 'ram': 2048,15 'ram': 2048,
16 'disk': 20,16 'disk': 10,
17 'vcpus': 1},17 'vcpus': 1},
18 'm1.medium': {18 'm1.medium': {
19 'flavorid': 3,19 'flavorid': 3,
20 'ram': 4096,20 'ram': 4096,
21 'disk': 40,21 'disk': 20,
22 'vcpus': 2},22 'vcpus': 2},
23 'm1.large': {23 'm1.large': {
24 'flavorid': 4,24 'flavorid': 4,
25 'ram': 8192,25 'ram': 8192,
26 'disk': 40,26 'disk': 20,
27 'vcpus': 4},27 'vcpus': 4},
28}28}
2929

Subscribers

People subscribed via source and target branches