Reviewed: https://review.openstack.org/390899 Committed: https://git.openstack.org/cgit/openstack/nova-lxd/commit/?id=f0d2ed9a388f1b7e1b19c8fd26f4e1f5505dfd33 Submitter: Jenkins Branch: master
commit f0d2ed9a388f1b7e1b19c8fd26f4e1f5505dfd33 Author: Chuck Short <[email protected]> Date: Wed Oct 26 11:32:32 2016 -0400 Wait for contianer to start before querying state When spawning a container nova-lxd does not wait for the container to spawn before querying the power state. This results in false feedback to the user when running 'nova list'. To fix this use container.start(wait=True) to tell the LXD API to wait for the instance to change its state. If the container fails to boot the container will timeout after 30 seconds. Closes-Bug: #1636706 Change-Id: Ia089c6430af4d4aee4b3a9d319bc2ff1cfbe39a8 Signed-off-by: Chuck Short <[email protected]> ** Changed in: nova-lxd Status: New => 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/1636706 Title: instances in ACTIVE/shutdown state just after creation To manage notifications about this bug go to: https://bugs.launchpad.net/nova-lxd/+bug/1636706/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
