mirror of https://github.com/apache/cloudstack.git
Compare commits
2 Commits
8071ff35cb
...
5aea69f614
| Author | SHA1 | Date |
|---|---|---|
|
|
5aea69f614 | |
|
|
dde3e1e352 |
|
|
@ -1069,7 +1069,6 @@ public class ApiConstants {
|
||||||
public static final String AUTOSCALE_VMGROUP_NAME = "autoscalevmgroupname";
|
public static final String AUTOSCALE_VMGROUP_NAME = "autoscalevmgroupname";
|
||||||
public static final String BAREMETAL_DISCOVER_NAME = "baremetaldiscovername";
|
public static final String BAREMETAL_DISCOVER_NAME = "baremetaldiscovername";
|
||||||
public static final String BAREMETAL_RCT_URL = "baremetalrcturl";
|
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 GSLB_PROVIDER = "gslbprovider";
|
||||||
public static final String EXCLUSIVE_GSLB_PROVIDER = "isexclusivegslbprovider";
|
public static final String EXCLUSIVE_GSLB_PROVIDER = "isexclusivegslbprovider";
|
||||||
public static final String GSLB_PROVIDER_PUBLIC_IP = "gslbproviderpublicip";
|
public static final String GSLB_PROVIDER_PUBLIC_IP = "gslbproviderpublicip";
|
||||||
|
|
@ -1086,10 +1085,6 @@ public class ApiConstants {
|
||||||
public static final String GUEST_VM_CIDR = "guestvmcidr";
|
public static final String GUEST_VM_CIDR = "guestvmcidr";
|
||||||
public static final String NETWORK_CIDR = "networkcidr";
|
public static final String NETWORK_CIDR = "networkcidr";
|
||||||
public static final String RESERVED_IP_RANGE = "reservediprange";
|
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";
|
|
||||||
public static final String VM_GUEST_IP = "vmguestip";
|
public static final String VM_GUEST_IP = "vmguestip";
|
||||||
public static final String HEALTHCHECK_FAILED = "healthchecksfailed";
|
public static final String HEALTHCHECK_FAILED = "healthchecksfailed";
|
||||||
public static final String HEALTHCHECK_RESPONSE_TIMEOUT = "responsetimeout";
|
public static final String HEALTHCHECK_RESPONSE_TIMEOUT = "responsetimeout";
|
||||||
|
|
|
||||||
|
|
@ -1652,15 +1652,6 @@ public enum Config {
|
||||||
+ " If set to false, these commands become asynchronous. Default value is false.",
|
+ " If set to false, these commands become asynchronous. Default value is false.",
|
||||||
null),
|
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(
|
RedundantRouterVrrpInterval(
|
||||||
"Advanced",
|
"Advanced",
|
||||||
NetworkOrchestrationService.class,
|
NetworkOrchestrationService.class,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue