bug 6984: add default value for domain.suffix

status 6984: resolved fixed
This commit is contained in:
Chiradeep Vittal 2010-11-04 15:40:16 -07:00
parent 5c445bd99e
commit 5695236840
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public enum Config {
GuestNetmask("Network", AgentManager.class, String.class, "guest.netmask", "255.255.255.0", "The netmask of the guest virtual network.", "netmask"),
MulticastThrottlingRate("Network", ManagementServer.class, Integer.class, "multicast.throttling.rate", "10", "Default multicast rate in megabits per second allowed.", null),
NetworkThrottlingRate("Network", ManagementServer.class, Integer.class, "network.throttling.rate", "200", "Default data transfer rate in megabits per second allowed.", null),
GuestDomainSuffix("Network", AgentManager.class, String.class, "domain.suffix", "cloud-test.cloud.internal", "Default domain name for vms inside virtualized networks fronted by router", null),
// Usage