You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/02/21 22:45:20 UTC

[5/51] [abbrv] git commit: refs/heads/ui-quick-view-v2 - CLOUDSTACK-1344 Typo in use.external.dns setting description

CLOUDSTACK-1344 Typo in use.external.dns setting description

Fixed the typo.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/70ac773f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/70ac773f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/70ac773f

Branch: refs/heads/ui-quick-view-v2
Commit: 70ac773f69a2d752cd6bf191fb4dd4e4f42f573e
Parents: 6c9eb6c
Author: Prachi Damle <pr...@cloud.com>
Authored: Wed Feb 20 11:57:14 2013 -0800
Committer: Prachi Damle <pr...@cloud.com>
Committed: Wed Feb 20 11:58:14 2013 -0800

----------------------------------------------------------------------
 server/src/com/cloud/configuration/Config.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/70ac773f/server/src/com/cloud/configuration/Config.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/configuration/Config.java b/server/src/com/cloud/configuration/Config.java
index 4a0306a..c0c23b6 100755
--- a/server/src/com/cloud/configuration/Config.java
+++ b/server/src/com/cloud/configuration/Config.java
@@ -318,7 +318,7 @@ public enum Config {
 	//disabling lb as cluster sync does not work with distributed cluster
 	AgentLbEnable("Advanced", ManagementServer.class, Boolean.class, "agent.lb.enabled", "false", "If agent load balancing enabled in cluster setup", null),
 	SubDomainNetworkAccess("Advanced", NetworkManager.class, Boolean.class, "allow.subdomain.network.access", "true", "Allow subdomains to use networks dedicated to their parent domain(s)", null),
-	UseExternalDnsServers("Advanced", NetworkManager.class, Boolean.class, "use.external.dns", "false", "Bypass internal dns, use exetrnal dns1 and dns2", null),
+	UseExternalDnsServers("Advanced", NetworkManager.class, Boolean.class, "use.external.dns", "false", "Bypass internal dns, use external dns1 and dns2", null),
 	EncodeApiResponse("Advanced", ManagementServer.class, Boolean.class, "encode.api.response", "false", "Do URL encoding for the api response, false by default", null),
 	DnsBasicZoneUpdates("Advanced", NetworkManager.class, String.class, "network.dns.basiczone.updates", "all", "This parameter can take 2 values: all (default) and pod. It defines if DHCP/DNS requests have to be send to all dhcp servers in cloudstack, or only to the one in the same pod", "all,pod"),