Skip to content

Commit ec6a666

Browse files
Config value having different category in SQL and Config.java.
1 parent efe1e0a commit ec6a666

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

server/src/com/cloud/configuration/Config.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,14 +1360,6 @@ public enum Config {
13601360
"false",
13611361
"Deploys a VM per zone to manage secondary storage if true, otherwise secondary storage is mounted on management server",
13621362
null),
1363-
ImplicitHostTags(
1364-
"Hidden",
1365-
ManagementServer.class,
1366-
String.class,
1367-
"implicit.host.tags",
1368-
"GPU",
1369-
"Tag hosts at the time of host disovery based on the host properties/capabilities",
1370-
null),
13711363
CreatePoolsInPod(
13721364
"Hidden",
13731365
ManagementServer.class,
@@ -1821,6 +1813,14 @@ public enum Config {
18211813
"Service offering used by secondary storage; if NULL - system offering will be used",
18221814
null),
18231815
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),
1816+
ImplicitHostTags(
1817+
"Advanced",
1818+
ManagementServer.class,
1819+
String.class,
1820+
"implicit.host.tags",
1821+
"GPU",
1822+
"Tag hosts at the time of host disovery based on the host properties/capabilities",
1823+
null),
18241824
VpcCleanupInterval(
18251825
"Advanced",
18261826
ManagementServer.class,

0 commit comments

Comments
 (0)