File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
api/src/main/java/org/apache/cloudstack/api
server/src/main/java/com/cloud/configuration Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -1069,7 +1069,6 @@ public class ApiConstants {
10691069 public static final String AUTOSCALE_VMGROUP_NAME = "autoscalevmgroupname" ;
10701070 public static final String BAREMETAL_DISCOVER_NAME = "baremetaldiscovername" ;
10711071 public static final String BAREMETAL_RCT_URL = "baremetalrcturl" ;
1072- public static final String UCS_DN = "ucsdn" ;
10731072 public static final String GSLB_PROVIDER = "gslbprovider" ;
10741073 public static final String EXCLUSIVE_GSLB_PROVIDER = "isexclusivegslbprovider" ;
10751074 public static final String GSLB_PROVIDER_PUBLIC_IP = "gslbproviderpublicip" ;
@@ -1086,7 +1085,6 @@ public class ApiConstants {
10861085 public static final String GUEST_VM_CIDR = "guestvmcidr" ;
10871086 public static final String NETWORK_CIDR = "networkcidr" ;
10881087 public static final String RESERVED_IP_RANGE = "reservediprange" ;
1089- public static final String UCS_MANAGER_ID = "ucsmanagerid" ;
10901088 public static final String UCS_PROFILE_DN = "profiledn" ;
10911089 public static final String UCS_BLADE_DN = "bladedn" ;
10921090 public static final String UCS_BLADE_ID = "bladeid" ;
Original file line number Diff line number Diff line change @@ -1652,15 +1652,6 @@ public enum Config {
16521652 + " If set to false, these commands become asynchronous. Default value is false." ,
16531653 null ),
16541654
1655- UCSSyncBladeInterval (
1656- "Advanced" ,
1657- ManagementServer .class ,
1658- Integer .class ,
1659- "ucs.sync.blade.interval" ,
1660- "3600" ,
1661- "the interval cloudstack sync with UCS manager for available blades in case user remove blades from chassis without notifying CloudStack" ,
1662- null ),
1663-
16641655 RedundantRouterVrrpInterval (
16651656 "Advanced" ,
16661657 NetworkOrchestrationService .class ,
You can’t perform that action at this time.
0 commit comments