Merge lp:~stylesen/lava-dispatcher/multinode into lp:lava-dispatcher/multinode

Proposed by Senthil Kumaran S
Status: Merged
Approved by: Neil Williams
Approved revision: no longer in the source branch.
Merged at revision: 640
Proposed branch: lp:~stylesen/lava-dispatcher/multinode
Merge into: lp:lava-dispatcher/multinode
Diff against target: 23 lines (+2/-0)
2 files modified
lava_dispatcher/actions/deploy.py (+1/-0)
lava_dispatcher/actions/lava_test_shell.py (+1/-0)
To merge this branch: bzr merge lp:~stylesen/lava-dispatcher/multinode
Reviewer Review Type Date Requested Status
Neil Williams Approve
Review via email: mp+171264@code.launchpad.net

Description of the change

Add role to each action parameter schema.

To post a comment you must log in.
Revision history for this message
Neil Williams (codehelp) wrote :

Thanks for spotting this.

review: Approve
640. By Neil Williams

merge branch to add role to actions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_dispatcher/actions/deploy.py'
2--- lava_dispatcher/actions/deploy.py 2013-04-17 08:23:50 +0000
3+++ lava_dispatcher/actions/deploy.py 2013-06-25 10:18:23 +0000
4@@ -55,6 +55,7 @@
5 'image': {'type': 'string', 'optional': True},
6 'rootfstype': {'type': 'string', 'optional': True},
7 'bootloader': {'type': 'string', 'optional': True, 'default': 'u_boot'},
8+ 'role': {'type': 'string', 'optional': True},
9 },
10 'additionalProperties': False,
11 }
12
13=== modified file 'lava_dispatcher/actions/lava_test_shell.py'
14--- lava_dispatcher/actions/lava_test_shell.py 2013-06-25 10:08:11 +0000
15+++ lava_dispatcher/actions/lava_test_shell.py 2013-06-25 10:18:23 +0000
16@@ -478,6 +478,7 @@
17 'optional': True
18 },
19 'timeout': {'type': 'integer', 'optional': True},
20+ 'role': {'type': 'string', 'optional': True},
21 },
22 'additionalProperties': False,
23 }

Subscribers

People subscribed via source and target branches

to status/vote changes: