Comment 14 for bug 1302156

Revision history for this message
Samir Ibradžić (sibradzic) wrote :

As *Bill Nash* and others may have noticed, the fix for this bug introduces a strange regression when installing maas from scratch., during *maas-region-admin migrate metadataserver* phase initiated by maas-region-controller postinst script . The following workaround fixed it for me;

1. install *python-django-maas* before everything else,
2. comment out

from django.db.utils import ProgrammingError

in /usr/share/pyshared/maasserver/migrations/0072_remove_ipmi_autodetect.py, which is a part of python-django-maas package.

3. install the rest of maass