GitHub user nitin-maharana opened a pull request: https://github.com/apache/cloudstack/pull/1399
CLOUDSTACK-9272: No option in UI to add GSLB with service type "HTTP" Steps to Repro: ============ Go to Regions -> Local -> View GSLB -> Add GSLB Click on the service type dropdown Observe http is missing. Please see the attached snapshot. Expected Behaviour: ================ As it supports http also, So http should be in the list. Actual Behaviour: ============== http is missing from the list. Fix: === It supports http also. Added http to the list. Snapshot: ======== <img width="531" alt="gslb-http-missing-nitin" src="https://cloud.githubusercontent.com/assets/12583725/12772818/21513dc0-ca5b-11e5-822e-e2dd2426da65.png"> You can merge this pull request into a Git repository by running: $ git pull https://github.com/nitin-maharana/CloudStack-Nitin CloudStack-Nitin21_4.7 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1399.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 #1399 ---- commit 990e42f61b5408d1da2937bff5e67220633f3c16 Author: Nitin Kumar Maharana <nitin.mahar...@gmail.com> Date: 2016-02-03T04:22:13Z CLOUDSTACK-9272: No option in UI to add GSLB with service type "HTTP" It supports http also. Added http to the list. ---- --- 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. ---