-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui: update vm haenable only for supported vms #5847
Conversation
Fixes apache#5743 For VMs which have service offering that does not allow HA, haenable option will be not shown in the UpdateVM UI form. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
@utchoang a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
UI build: ✔️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code lgtm
Verified 'Edit instance' UI form with HA and non-HA compute offering for a stopped VM. LGTM. |
Description
Fixes #5743
For VMs which have service offering that does not allow HA, haenable option will be not shown in the UpdateVM UI form.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
VM with offering that doesn't offer HA
VM with offering that offer HA
How Has This Been Tested?