mirror of https://github.com/apache/cloudstack.git
remove ucsa vars
This commit is contained in:
parent
8071ff35cb
commit
dde3e1e352
|
|
@ -1069,7 +1069,6 @@ public class ApiConstants {
|
|||
public static final String AUTOSCALE_VMGROUP_NAME = "autoscalevmgroupname";
|
||||
public static final String BAREMETAL_DISCOVER_NAME = "baremetaldiscovername";
|
||||
public static final String BAREMETAL_RCT_URL = "baremetalrcturl";
|
||||
public static final String UCS_DN = "ucsdn";
|
||||
public static final String GSLB_PROVIDER = "gslbprovider";
|
||||
public static final String EXCLUSIVE_GSLB_PROVIDER = "isexclusivegslbprovider";
|
||||
public static final String GSLB_PROVIDER_PUBLIC_IP = "gslbproviderpublicip";
|
||||
|
|
@ -1086,7 +1085,6 @@ public class ApiConstants {
|
|||
public static final String GUEST_VM_CIDR = "guestvmcidr";
|
||||
public static final String NETWORK_CIDR = "networkcidr";
|
||||
public static final String RESERVED_IP_RANGE = "reservediprange";
|
||||
public static final String UCS_MANAGER_ID = "ucsmanagerid";
|
||||
public static final String UCS_PROFILE_DN = "profiledn";
|
||||
public static final String UCS_BLADE_DN = "bladedn";
|
||||
public static final String UCS_BLADE_ID = "bladeid";
|
||||
|
|
|
|||
|
|
@ -1652,15 +1652,6 @@ public enum Config {
|
|||
+ " If set to false, these commands become asynchronous. Default value is false.",
|
||||
null),
|
||||
|
||||
UCSSyncBladeInterval(
|
||||
"Advanced",
|
||||
ManagementServer.class,
|
||||
Integer.class,
|
||||
"ucs.sync.blade.interval",
|
||||
"3600",
|
||||
"the interval cloudstack sync with UCS manager for available blades in case user remove blades from chassis without notifying CloudStack",
|
||||
null),
|
||||
|
||||
RedundantRouterVrrpInterval(
|
||||
"Advanced",
|
||||
NetworkOrchestrationService.class,
|
||||
|
|
|
|||
Loading…
Reference in New Issue