Config value having different category in SQL and Config.java.

This commit is contained in:
Sanjay Tripathi 2014-10-15 14:55:04 +05:30
parent efe1e0a544
commit ec6a666855

View File

@ -1360,14 +1360,6 @@ public enum Config {
"false",
"Deploys a VM per zone to manage secondary storage if true, otherwise secondary storage is mounted on management server",
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(
"Hidden",
ManagementServer.class,
@ -1821,6 +1813,14 @@ public enum Config {
"Service offering used by secondary storage; if NULL - system offering will be used",
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(
"Advanced",
ManagementServer.class,