Upgrades to 2012.2~f1-0ubuntu1 fail due to syntax error in nova-common.postinst and error in config migrator
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I previously had 2012.1-0ubuntu2.1.
Setting up nova-common (2012.2~
Installing new version of config file /etc/nova/
Installing new version of config file /etc/nova/
Installing new version of config file /etc/nova/nova.conf ...
/var/lib/
dpkg: error processing nova-common (--configure):
subprocess installed post-installation script returned error exit status 2
This is because there is a typo at nova-common.
laney@raleigh> sudo dpkg --configure -a
Setting up nova-common (2012.2~
Traceback (most recent call last):
File "/usr/bin/
main()
File "/usr/bin/
argv = FLAGS(sys.argv)
File "/usr/lib/
return argv[:1] + super(NovaConfi
File "/usr/lib/
self.
File "/usr/lib/
raise ConfigFileParse
nova.openstack.
dpkg: error processing nova-common (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of nova-network:
nova-network depends on nova-common (= 2012.2~
Package nova-common is not configured yet.
dpkg: error processing nova-network (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
nova-common
nova-network
I forgot to say that I don't recall ever modifying this conffile.