|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] cds.conf parameters
> The line right now is: name = "xen%d" % vmid and what I want to do is to
> add a value to that line only.
> Something like: name = "xen%d" % vmid+20.
You might need to put the vmid+20 in brackets but yes,that will work.
Config files are basically Python scripts, so you can just use Python syntax
and Python functions and things should Just Work.
Cheers,
Mark
> Possible?
>
> Trying to keep this simple from a admin viewpoint.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|