You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Abhinav Roy (JIRA)" <ji...@apache.org> on 2013/06/03 12:38:19 UTC

[jira] [Created] (CLOUDSTACK-2818) [N-tier : Internal LB between VPC tiers] createLoadBalancer and listLoadBalancer APIs don't take "public" as a value for the parameter "scheme"

Abhinav Roy created CLOUDSTACK-2818:
---------------------------------------

             Summary: [N-tier : Internal LB between VPC tiers] createLoadBalancer and listLoadBalancer APIs don't take "public" as a value for the parameter "scheme"
                 Key: CLOUDSTACK-2818
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2818
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: API
    Affects Versions: 4.2.0
            Reporter: Abhinav Roy
            Assignee: Alena Prokharchyk
             Fix For: 4.2.0


listLoadBalancer and createLoadBalancer APIs do take public as a value for parameter "scheme" , marks it as invalid value for the parameter .

http://10.102.192.175:8096/client/api?command=createLoadBalancer&name=publicLB1&displayText=PublicLb1&networkId=205&sourceIpAddressNetworkId=205&scheme=public&algorithm=roundrobin&sourceport=22&instanceport=22

<createloadbalancerresponse cloud-stack-version="4.2.0-SNAPSHOT"><errorcode>431</errorcode><cserrorcode>4350</cserrorcode><errortext>Invalid value for scheme. Supported value is Internal</errortext></createloadbalancerresponse>

2013-06-03 16:00:15,835 INFO  [cloud.api.ApiServer] (ApiServer-4:null) (userId=1 accountId=1 sessionId=null) /10.144.7.12 -- GET /client/api?command=createLoadBalancer&name=publicLB1&displayText=PublicLb1&networkId=205&sourceIpAddressNetworkId=205&scheme=public&algorithm=roundrobin&sourceport=22&instanceport=22 HTTP/1.1 431 Invalid value for scheme. Supported value is Internal


2013-06-03 16:09:54,070 INFO  [cloud.api.ApiServer] (ApiServer-5:null) (userId=1 accountId=1 sessionId=null) /10.144.7.12 -- GET /client/api?command=listLoadBalancers&listAll=true&scheme=public HTTP/1.1 431 Invalid value for scheme. Supported value is Internal



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira