Hide Forgot
Description of problem: Go to web console and create a scalable app. Add community cartridge using url for the app, then find the gear cost will show "+0-1", and "This will add 0 gears to your account" when mouse acrossing gear info. Since we may not know what kind of cartridge will be added, so it's not proper to show "This will add 0 gears to your account". Version-Release number of selected component (if applicable): devenv_4047 How reproducible: Always Steps to Reproduce: 1. Go to web console and create a scalable app 2. Add community cartridge using url and check gear cost info 3. Actual results: It warns with "This will add 0 gears to your account" when mouse acrossing. Expected results: The warning should be set to "0-1 gears to your account". Additional info:
Will merge in https://github.com/openshift/origin-server/pull/4199
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/a61aaad56b226d0deb1d71b9d81844cb223acbb7 Fix bug 1031916: Show correct gear cost tooltip
Test on devenv_4051. When adding community cartridge using url, it will warn user with "This will add between 0 and 1 gear to your account." So verify this bug, thanks!