Description of problem: Enable vip flag for exist user, try to create medium size gear on node will get error, "Invalid Size: medium. Must be: small. Please contact support for access to additional sizes." Version-Release number of selected component (if applicable): devenv_1874 How reproducible: always Steps to Reproduce: 1.enable vip flag for user #rhc-admin-clt-user -l bmeng --setvip true 2.create medium size gear #rhc app create -a php1 -t php-5.3 -g medium 3. Actual results: Invalid Size: medium. Must be: small. Please contact support for access to additional sizes. Expected results: VIP user should have privilege to create medium size gear. Additional info:
Fixed with pull request#32 in li.repo, whenever that gets merged.
It's merged, move it to ON_QA.
Tested it on devenv_1879, this bug is still not fixed. VIP user can still not create medium size apps. Same result with bug's description.
devenv_1879 does not have the fixed code. Pull request#32 was merged into master, but did not get built into 1879. Next one should have it mended.
Verified this bug on devenv_1882, user with VIP flag enabled but does not add gear medium can create medium size gear on node. And after change the node profile to medium, the app has the correct medium size specification. Mark bug as verified.