[Bug 1637620] Re: cannot delete lxd instances in horizon

2016-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package nova-lxd - 13.0.0-0ubuntu3.1

---
nova-lxd (13.0.0-0ubuntu3.1) xenial; urgency=medium

  * d/p/bug1638027.patch: Cherry pick fix to ensure that LXD containers
can be deleted by deleting the container and then its associated
profile, fixing compatibility with later versions of 2.0.x LXD
(LP: #1637620).

 -- James Page   Mon, 31 Oct 2016 17:31:12 +0200

** Changed in: nova-lxd (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1637620

Title:
  cannot delete lxd instances in horizon

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1637620] Re: cannot delete lxd instances in horizon

2016-10-31 Thread Frode Nordahl
** Tags added: sts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1637620

Title:
  cannot delete lxd instances in horizon

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1637620] Re: cannot delete lxd instances in horizon

2016-10-31 Thread Kevin Metz
Tested the package nova-compute-lxd 13.0.0.0b3.dev712.201610311523
.xenial-0ubuntu1 via the PPA. Have tested deleting, starting, stopping
instances etc and all appears to be working.


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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1637620

Title:
  cannot delete lxd instances in horizon

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1637620] Re: cannot delete lxd instances in horizon

2016-10-31 Thread Brian Murray
Hello Kevin, or anyone else affected,

Accepted nova-lxd into xenial-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/nova-
lxd/13.0.0-0ubuntu3.1 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!

** Changed in: nova-lxd (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1637620

Title:
  cannot delete lxd instances in horizon

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1637620] Re: cannot delete lxd instances in horizon

2016-10-31 Thread James Page
ppa:openstack-ubuntu-testing/mitaka has the package for testing prior to
SRU team acceptance into xenial-proposed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1637620

Title:
  cannot delete lxd instances in horizon

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1637620] Re: cannot delete lxd instances in horizon

2016-10-31 Thread James Page
bug 1638027

** Changed in: nova-lxd (Ubuntu Xenial)
   Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1637620

Title:
  cannot delete lxd instances in horizon

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1637620] Re: cannot delete lxd instances in horizon

2016-10-31 Thread James Page
Cherry picked fix patched into package and uploaded for SRU team review.

** Also affects: nova-lxd (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: nova-lxd (Ubuntu)
   Status: New => Fix Released

** Changed in: nova-lxd (Ubuntu Xenial)
   Status: New => Triaged

** Changed in: nova-lxd (Ubuntu Xenial)
   Importance: Undecided => Critical

** Changed in: nova-lxd (Ubuntu Xenial)
 Assignee: (unassigned) => James Page (james-page)

** Description changed:

- After deploying Openstack and spinning up lxd instances we are unable to
- delete those instances
+ [Impact]
+ With later LXD 2.0.x point releases, its not possible to delete instances 
running on a nova-lxd openstack cloud.
+ 
+ [Test Case]
+ Deploy OpenStack Nova LXD cloud
+ nova boot instance
+ nova delete instance - fails
+ 
+ [Regression Potential]
+ Minimal; later versions of nova-lxd take a different approach to profile 
management, but the fix simply ensures that the profile is deleted after the 
container, rather than the other way around.
+ 
+ [Original Bug Report]
+ After deploying Openstack and spinning up lxd instances we are unable to 
delete those instances
  
  The following error appears in Horizon and in the nova-compute logs
  
  Exception during message handling: Failed to communicate with LXD API
  instance-005f: Error 400 - Profile is currently in use
  
  Its possible to delete the lxc container, then delete the profile. Then
  delete from Horizon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1637620

Title:
  cannot delete lxd instances in horizon

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1637620] Re: cannot delete lxd instances in horizon

2016-10-30 Thread Narinder Gupta
Nova cases are failing when trying to delete or resize launched vm
("Failed to communicate with LXD API instance-0027: Error 400 -
Profile is currently in use.'").

Looks like similar issue as recently filed bug report
https://bugs.launchpad.net/ubuntu/+source/nova-lxd/+bug/1637620 .

Regards,
JK

** Also affects: opnfv
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1637620

Title:
  cannot delete lxd instances in horizon

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs