Reviewed: https://review.openstack.org/632633 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a06e7de97a7b0353f1cf6e76c30af5998b7527ea Submitter: Zuul Branch: master
commit a06e7de97a7b0353f1cf6e76c30af5998b7527ea Author: pengyuesheng <[email protected]> Date: Wed Jan 23 15:34:43 2019 +0800 Correct error message for volume size in Launch Instance In the "Source" tab of the "Launch Instance" form, when some image is selected as a boot source and "Create New Volume" is selected, if a decimal number such as 1.1 is provided in the volume size, the error message still says "The volume size must be at least 1 GB" even if the specified value is larger than min_disk. This is incorrect. This commit corrects the message for this case. Change-Id: I36d37407eb208586fb7bacdb941b445c5ea33bcb Closes-Bug: #1812959 ** 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/1812959 Title: On the create instance page, the prompt message is not correct Status in OpenStack Dashboard (Horizon): Fix Released Bug description: In the source tab of the "Launch Instance" form, first select a image, the volume size enters a decimal number such as 1.1, the prompt information is "The volume size must be at least 1 GB" even if the specified value is larger than min_disk. It is not correct. It should be something like "Volume size is required and must be an integer". To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1812959/+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

