Merge lp:~codehelp/lava-project/codehelp into lp:lava-project

Proposed by Neil Williams
Status: Merged
Merged at revision: 55
Proposed branch: lp:~codehelp/lava-project/codehelp
Merge into: lp:lava-project
Diff against target: 33 lines (+6/-3)
1 file modified
doc/qemu-deploy.rst (+6/-3)
To merge this branch: bzr merge lp:~codehelp/lava-project/codehelp
Reviewer Review Type Date Requested Status
Neil Williams Approve
Review via email: mp+163554@code.launchpad.net

Description of the change

Fix typo in example (instances, not instance), advise on creating the devices directory as vagrant does not create it and clarify the hostname setting when adding a device type via the admin interface.

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

Trivial change.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/qemu-deploy.rst'
2--- doc/qemu-deploy.rst 2013-02-19 16:51:15 +0000
3+++ doc/qemu-deploy.rst 2013-05-13 15:18:34 +0000
4@@ -20,6 +20,9 @@
5
6 ::
7
8+ # If the lava-dispatcher directory exists but not the devices directory,
9+ # create a directory for the devices.
10+ # mkdir /srv/lava/instances/<INST>/etc/lava-dispatcher/devices/
11 # /srv/lava/instances/<INST>/etc/lava-dispatcher/devices/qemu01.conf
12 device_type = qemu
13
14@@ -59,7 +62,7 @@
15
16 ::
17
18- . /srv/lava/instance/<INST>/bin/activate
19+ . /srv/lava/instances/<INST>/bin/activate
20 lava-dispatch /tmp/qemu.json
21
22 Configure the Scheduler
23@@ -77,8 +80,8 @@
24 options for now.
25
26 After adding a device type you can add a device. From this page you'll want
27-to set the hostname to the same value you set in the dispatch config. Then
28-select "qemu" from the device type list.
29+to set the hostname to the same value you set for 'target' in the dispatch
30+config. Then select "qemu" from the device type list.
31
32 Now when you view:
33 http://localhost/scheduler/

Subscribers

People subscribed via source and target branches