Displaying 2 results from an estimated 2 matches for "pythoninxlconfig".
2011 Jul 10
4
xen 4.1.1 - xl create and python in config files
Hi,
I am in the process of upgrading some xen installations from 3.x to
4.1.1 and
got into this:
box# xl create vm1.cfg
warning: Config file looks like it contains Python code.
warning: Arbitrary Python is no longer supported.
warning: See http://wiki.xen.org/xenwiki/PythonInXlConfig
Failed to parse config file: Invalid argument
I''m using python stuff to define vifs and disks related to vm
name:
bootloader = "/usr/bin/pygrub"
memory = 1024
name = "vm1"
vcpus = 4
vif = [ ''ip=10.111.5.10 10.111.5.11, bridge=trunk0, vifname=%s.0'' %...
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces
previous postings of those patches.
The main difference is that the xl cfg file is now formatted using POD
instead of markdown and presented as a manpage.
I have setup a cron job to build docs/html and publish it at
http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now).
The motivation for some of these patches