5 from invirt.config import structs as cfg
10 s/^node.startup = manual/node.startup = automatic/m;
11 # mako just generally doesn't deal well with lines that start with
12 # hashes, so we'll strip them
14 # And empty lines too, just for cleanliness
20 node.session.auth.authmethod = CHAP
21 node.session.auth.username = ${cfg.iscsi.username}
22 node.session.auth.password = ${cfg.iscsi.password}
24 discovery.sendtargets.auth.authmethod = CHAP
25 discovery.sendtargets.auth.username = ${cfg.iscsi.username}
26 discovery.sendtargets.auth.password = ${cfg.iscsi.password}