On 02/15/2013 06:42 PM, Andreas Beckmann wrote: > Setting up nova-common (2012.2.2-1) ... > Installing new version of config file /etc/nova/policy.json ... > Traceback (most recent call last): > File "<string>", line 2, in <module> > File "/usr/lib/python2.7/dist-packages/configobj.py", line 1230, in > __init__ > self._load(infile, configspec) > File "/usr/lib/python2.7/dist-packages/configobj.py", line 1320, in _load > raise error > configobj.ConfigObjError: Parsing failed with several errors. > First error at line 6. > dpkg: error processing nova-common (--configure):
Just a quick feedback. This happens because /etc/nova/api-paste.ini in SID/Wheezy doesn't have a valid .ini format (eg, there's a ":" instead of a "="), and configobj doesn't like it. The solution is to change openstack-pkg-tools so that it can handle such a case. This well be done. Thomas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org