[Bug 1352273] Re: [SRU] ImportError: No module named pexpect when setting up maas-region-controller

2014-09-30 Thread Andres Rodriguez
Tested and the issue is fixed.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1352273

Title:
  [SRU] ImportError: No module named pexpect when setting up maas-
  region-controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1352273/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352273] Re: [SRU] ImportError: No module named pexpect when setting up maas-region-controller

2014-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.5.4+bzr2294-0ubuntu1.1

---
maas (1.5.4+bzr2294-0ubuntu1.1) trusty-proposed; urgency=medium

  * Add hardware enablement for armhf/keystone (LP: #1350103)
 -- Greg Lutostanski gregory.lutostan...@canonical.com   Thu, 18 Sep 2014 
16:43:56 -0500

** Changed in: maas (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1352273

Title:
  [SRU] ImportError: No module named pexpect when setting up maas-
  region-controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1352273/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352273] Re: [SRU] ImportError: No module named pexpect when setting up maas-region-controller

2014-09-03 Thread Chris J Arges
Hello Haw, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1352273

Title:
  [SRU] ImportError: No module named pexpect when setting up maas-
  region-controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1352273/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352273] Re: [SRU] ImportError: No module named pexpect when setting up maas-region-controller

2014-09-02 Thread Chris J Arges
** Also affects: maas (Ubuntu Trusty)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1352273

Title:
  [SRU] ImportError: No module named pexpect when setting up maas-
  region-controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1352273/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352273] Re: [SRU] ImportError: No module named pexpect when setting up maas-region-controller

2014-09-02 Thread Greg Lutostanski
** Changed in: maas (Ubuntu Trusty)
   Status: New = Fix Committed

** Changed in: maas (Ubuntu Trusty)
   Importance: Undecided = Critical

** Changed in: maas (Ubuntu Trusty)
 Assignee: (unassigned) = Greg Lutostanski (lutostag)

** Changed in: maas (Ubuntu Trusty)
Milestone: None = trusty-updates

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1352273

Title:
  [SRU] ImportError: No module named pexpect when setting up maas-
  region-controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1352273/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1352273] Re: [SRU] ImportError: No module named pexpect when setting up maas-region-controller

2014-09-01 Thread Greg Lutostanski
** Summary changed:

- ImportError: No module named pexpect when setting up maas-region-controller
+ [SRU] ImportError: No module named pexpect when setting up 
maas-region-controller

** Description changed:

+ [Impact]
+  * Install required deps for maas-provisioningserver (move from 
maas-region-controller) so it installs in correct order.
+ 
+ [Testcase]
+  * Install python-maas-provisioningserver without error (will throw No module 
named pexpect if not including fix)
+ 
+ [Regression Potential]
+  * Almost none
+ 
  Hi,
  
  We're upgrading our MAAS infrastructure from precise+MAAS 1.4 to
  trusty+MAAS 1.5. During a do-release-upgrade, we're seeing the following
  traceback when setting up maas-region-controller:
  
-  in load_app
- models = import_module('%s.models' % app_name)
-   File /usr/lib/python2.7/dist-packages/django/utils/importlib.py, line 40, 
in import_module
- __import__(name)
-   File /usr/lib/python2.7/dist-packages/maasserver/models/__init__.py, line 
44, in module
- from maasserver.models.bootimage import BootImage
-   File /usr/lib/python2.7/dist-packages/maasserver/models/bootimage.py, 
line 26, in module
- from maasserver.models.nodegroup import NodeGroup
-   File /usr/lib/python2.7/dist-packages/maasserver/models/nodegroup.py, 
line 35, in module
- from maasserver.refresh_worker import refresh_worker
-   File /usr/lib/python2.7/dist-packages/maasserver/refresh_worker.py, line 
21, in module
- from provisioningserver.tasks import refresh_secrets
-   File /usr/lib/python2.7/dist-packages/provisioningserver/tasks.py, line 
49, in module
- from provisioningserver.custom_hardware.virsh import 
probe_virsh_and_enlist
-   File 
/usr/lib/python2.7/dist-packages/provisioningserver/custom_hardware/virsh.py, 
line 18, in module
- import pexpect
+  in load_app
+ models = import_module('%s.models' % app_name)
+   File /usr/lib/python2.7/dist-packages/django/utils/importlib.py, line 40, 
in import_module
+ __import__(name)
+   File /usr/lib/python2.7/dist-packages/maasserver/models/__init__.py, line 
44, in module
+ from maasserver.models.bootimage import BootImage
+   File /usr/lib/python2.7/dist-packages/maasserver/models/bootimage.py, 
line 26, in module
+ from maasserver.models.nodegroup import NodeGroup
+   File /usr/lib/python2.7/dist-packages/maasserver/models/nodegroup.py, 
line 35, in module
+ from maasserver.refresh_worker import refresh_worker
+   File /usr/lib/python2.7/dist-packages/maasserver/refresh_worker.py, line 
21, in module
+ from provisioningserver.tasks import refresh_secrets
+   File /usr/lib/python2.7/dist-packages/provisioningserver/tasks.py, line 
49, in module
+ from provisioningserver.custom_hardware.virsh import 
probe_virsh_and_enlist
+   File 
/usr/lib/python2.7/dist-packages/provisioningserver/custom_hardware/virsh.py, 
line 18, in module
+ import pexpect
  ImportError: No module named pexpect
  
- 
- The python-pexpect package isn't installed because we have 
APT::Install-Recommends set to false.
+ The python-pexpect package isn't installed because we have APT
+ ::Install-Recommends set to false.
  
  iF  maas-region-controller  
1.5.2+bzr2282-0ubuntu0.2  all  MAAS server complete 
region controller
  ii  maas-region-controller-min  
1.5.2+bzr2282-0ubuntu0.2  all  MAAS Server minimum 
region controller
  
- 
  Regards,
  
  Haw

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1352273

Title:
  [SRU] ImportError: No module named pexpect when setting up maas-
  region-controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1352273/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs