mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	Config value having different category in SQL and Config.java.
This commit is contained in:
		
							parent
							
								
									efe1e0a544
								
							
						
					
					
						commit
						ec6a666855
					
				@ -1360,14 +1360,6 @@ public enum Config {
 | 
				
			|||||||
            "false",
 | 
					            "false",
 | 
				
			||||||
            "Deploys a VM per zone to manage secondary storage if true, otherwise secondary storage is mounted on management server",
 | 
					            "Deploys a VM per zone to manage secondary storage if true, otherwise secondary storage is mounted on management server",
 | 
				
			||||||
            null),
 | 
					            null),
 | 
				
			||||||
    ImplicitHostTags(
 | 
					 | 
				
			||||||
            "Hidden",
 | 
					 | 
				
			||||||
            ManagementServer.class,
 | 
					 | 
				
			||||||
            String.class,
 | 
					 | 
				
			||||||
            "implicit.host.tags",
 | 
					 | 
				
			||||||
            "GPU",
 | 
					 | 
				
			||||||
            "Tag hosts at the time of host disovery based on the host properties/capabilities",
 | 
					 | 
				
			||||||
            null),
 | 
					 | 
				
			||||||
    CreatePoolsInPod(
 | 
					    CreatePoolsInPod(
 | 
				
			||||||
            "Hidden",
 | 
					            "Hidden",
 | 
				
			||||||
            ManagementServer.class,
 | 
					            ManagementServer.class,
 | 
				
			||||||
@ -1821,6 +1813,14 @@ public enum Config {
 | 
				
			|||||||
            "Service offering used by secondary storage; if NULL - system offering will be used",
 | 
					            "Service offering used by secondary storage; if NULL - system offering will be used",
 | 
				
			||||||
            null),
 | 
					            null),
 | 
				
			||||||
    HaTag("Advanced", ManagementServer.class, String.class, "ha.tag", null, "HA tag defining that the host marked with this tag can be used for HA purposes only", null),
 | 
					    HaTag("Advanced", ManagementServer.class, String.class, "ha.tag", null, "HA tag defining that the host marked with this tag can be used for HA purposes only", null),
 | 
				
			||||||
 | 
					    ImplicitHostTags(
 | 
				
			||||||
 | 
					            "Advanced",
 | 
				
			||||||
 | 
					            ManagementServer.class,
 | 
				
			||||||
 | 
					            String.class,
 | 
				
			||||||
 | 
					            "implicit.host.tags",
 | 
				
			||||||
 | 
					            "GPU",
 | 
				
			||||||
 | 
					            "Tag hosts at the time of host disovery based on the host properties/capabilities",
 | 
				
			||||||
 | 
					            null),
 | 
				
			||||||
    VpcCleanupInterval(
 | 
					    VpcCleanupInterval(
 | 
				
			||||||
            "Advanced",
 | 
					            "Advanced",
 | 
				
			||||||
            ManagementServer.class,
 | 
					            ManagementServer.class,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user