Bug 894783
Summary: | Add migrate operation support to Horizon | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Perry Myers <pmyers> |
Component: | python-django-horizon | Assignee: | Julie Pichon <jpichon> |
Status: | CLOSED ERRATA | QA Contact: | Nir Magnezi <nmagnezi> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 2.0 (Folsom) | CC: | ajeain, aortega, athomas, jpichon, mrunge |
Target Milestone: | snapshot1 | Keywords: | TestOnly, Triaged |
Target Release: | 3.0 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://blueprints.launchpad.net/horizon/+spec/migrate-instance | ||
Whiteboard: | |||
Fixed In Version: | python-django-horizon-2013.1.1-1.el6ost | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-05-29 15:03:51 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Perry Myers
2013-01-13 19:22:30 UTC
Migrate tracked upstream at: https://blueprints.launchpad.net/horizon/+spec/migrate-instance Merged in grizzly as part of: https://review.openstack.org/#/c/18720/ There hasn't been any work upstream toward surfacing the Resize option in Horizon yet, though the Migrate patch sets up a good foundation to do so. Wouldn't it make sense to break this down into 2 bugs? - Migrate is available in Grizzly - Resize hasn't been implemented upstream yet Yes, let's track migrate testing on this bug (make it TestOnly) and create new bug for Resize Ok, filed bug 962818 for tracking resize support in Horizon. Verified NVR: python-django-horizon-2013.1.1-1.el6ost.noarch Taking previous comments into account, I verified the migration part only. https://blueprints.launchpad.net/horizon/+spec/migrate-instance 1. Login as admin. 2. Launch an instance. 3. Go to Admin panel. 4. Go to instances and find the instance you want to migrate 5. Click More 6. See that the Migrate Instance is listed. 7. Click migrate 8. See that the Host column value was changed to a different host[1] (Shared storage etc..) [1] Please note that live migration requires host configuration http://docs.openstack.org/trunk/openstack-compute/admin/content/live-migration-usage.html https://bugzilla.redhat.com/show_bug.cgi?id=894783 Note that the current migration support is for "cold" migration only (as opposed to live migration). It may require "allow_resize_to_same_host" [0] in the Nova config to be set to true in a single-node environment. Thanks for verifying this! [0] https://wiki.openstack.org/wiki/NovaConfigOptions#defined_in_nova.flags Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0878.html |