GitHub user nitin-maharana opened a pull request:
https://github.com/apache/cloudstack/pull/1394
CLOUDSTACK-9268: Display VM in Load balancing rule in UI
Steps of Repro:
=============
1:Create VMs
2:Make LoadBalancing rule in GUI
ãName:WWW
ãPrivatePort:80
ãPublicPort:80
ãAdd VMs:some VMs
Expected Result:
==============
The VMs which has been already assigned is should not be listed when you
add the VM to an existing rule.
Actual Result:
===========
The VMs which has been already assigned is still being listed when you add
the VM to an existing rule.
Fix:
===
Added jsonObj to newly created row in multiedit.js to stop listing the same
VM again.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nitin-maharana/CloudStack-Nitin
CloudStack-Nitin25_4.7
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1394.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1394
----
commit a68918fef7746823f79e096a70d136d2b4f31921
Author: Nitin Kumar Maharana <[email protected]>
Date: 2016-02-02T17:24:53Z
CLOUDSTACK-9268: Display VM in Load balancing rule in UI
Added jsonObj to newly created row in multiedit.js to stop listing the same
VM again.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---