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
1=== modified file 'helper/tests/simple_os_checks.py'
2--- helper/tests/simple_os_checks.py 2017-10-25 06:10:55 +0000
3+++ helper/tests/simple_os_checks.py 2018-03-07 11:31:56 +0000
4@@ -13,17 +13,17 @@
5 'm1.small': {
6 'flavorid': 2,
7 'ram': 2048,
8- 'disk': 20,
9+ 'disk': 10,
10 'vcpus': 1},
11 'm1.medium': {
12 'flavorid': 3,
13 'ram': 4096,
14- 'disk': 40,
15+ 'disk': 20,
16 'vcpus': 2},
17 'm1.large': {
18 'flavorid': 4,
19 'ram': 8192,
20- 'disk': 40,
21+ 'disk': 20,
22 'vcpus': 4},
23 }
24

Subscribers

People subscribed via source and target branches