GitHub user nitin-maharana opened a pull request: https://github.com/apache/cloudstack/pull/1758
CLOUDSTACK-9588: Add Load Balancer functionality in Network page is Redundant. Steps to Reproduce: Network -> Select any network -> Observer Add Load Balancer tab The "Add Load Balancer" functionality is redundant. The above is used to create LB rule without any public IP. Resolution: There exist similar functionality in Network -> Any Network -> Details Tab -> View IP Addresses -> Any public IP -> Configuration Tab -> Observe Load Balancing. The above is used to create LB rule with a public IP. This is a more convenient way of creating LB rule as the IP is involved. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nitin-maharana/CloudStack-Nitin CloudStack-Nitin-4.9 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1758.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 #1758 ---- commit 49844e626bdf5788508186b7f037c46442e3a5b4 Author: Nitin Kumar Maharana <nitinkumar.mahar...@accelerite.com> Date: 2016-11-10T09:57:52Z CLOUDSTACK-9588: Add Load Balancer functionality in Network page is redundant. The "Add Load Balancer" functionality is redundant. The above is used to create LB rule without any public IP. This commit removes the tab from network page. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---