mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5983: changed responseName param in assignCertToLoadBalancer and removeCertFromLoadBalancer API commands
This commit is contained in:
parent
12777e9e3a
commit
68937cd207
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
// Licensed to the Apache Software Foundation (ASF) under one
|
||||
// or more contributor license agreements. See the NOTICE file
|
||||
// distributed with this work for additional information
|
||||
|
|
@ -42,7 +43,7 @@ public class AssignCertToLoadBalancerCmd extends BaseAsyncCmd {
|
|||
|
||||
public static final Logger s_logger = Logger.getLogger(AssignCertToLoadBalancerCmd.class.getName());
|
||||
|
||||
private static final String s_name = "assignCertToLoadBalancer";
|
||||
private static final String s_name = "assigncerttoloadbalancerresponse";
|
||||
|
||||
@Parameter(name = ApiConstants.LBID,
|
||||
type = CommandType.UUID,
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ public class RemoveCertFromLoadBalancerCmd extends BaseAsyncCmd {
|
|||
|
||||
public static final Logger s_logger = Logger.getLogger(RemoveCertFromLoadBalancerCmd.class.getName());
|
||||
|
||||
private static final String s_name = "removeCertFromLoadBalancer";
|
||||
private static final String s_name = "removecertfromloadbalancerresponse";
|
||||
|
||||
@Parameter(name = ApiConstants.LBID,
|
||||
type = CommandType.UUID,
|
||||
|
|
|
|||
Loading…
Reference in New Issue