mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +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",
|
||||
"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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user