Reviewed: https://review.openstack.org/221758 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b1373e0438c19485f3b0223e93948b5d4519c7ae Submitter: Jenkins Branch: master
commit b1373e0438c19485f3b0223e93948b5d4519c7ae Author: Ragalahari <[email protected]> Date: Wed Sep 9 19:08:42 2015 +0530 Reset flavors for other than "Boot from Image" source type. If a launched instance from "Boot from image" source type is not meeting the given image RAM/disk requirements, the "Flavor" field of Launch Instance will display the below message. "Some flavors not meeting minimum image requirements have been disabled." And the flavors that are not meeting the specified requirements will be disabled under "Flavor" field. After this message has been shown if we try to choose a source type other than "Boot from image", the flavors are still in disabled mode and message also not being cleared. To fix this issue, Set the image name to default when the source type is changed from "Boot from image" to other source type.So that disableFlavorsForImage() has been called on Image name change to reset flavors. Change-Id: I1a105eb84bd5d92ad521d9a8ae290912d48cf275 Closes-Bug: #1482507 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1482507 Title: launch vm can not choose flavor Status in OpenStack Dashboard (Horizon): Fix Released Bug description: when launch instance "instance boot source " choose "Boot from image", then "Flavor" will show tips: "Some flavors not meeting minimum image requirements have been disabled." and some flavor can not be choosed. then "instance boot source " choose "Boot from volume",the disabled flavors also can not be choosed. Infact the disabled flavor should turn to be enabled. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1482507/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

