diff --git a/server/src/com/cloud/configuration/Config.java b/server/src/com/cloud/configuration/Config.java index a462348dc3a..3710e0abe41 100755 --- a/server/src/com/cloud/configuration/Config.java +++ b/server/src/com/cloud/configuration/Config.java @@ -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,