Fix typo in HostsEntry output description
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 14 Dec 2015 22:12:32 +0000 (00:12 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Mon, 14 Dec 2015 22:12:32 +0000 (00:12 +0200)
Change-Id: I72a79d8200adee8258033e8da370051bbfd1986b

overcloud.yaml
puppet/all-nodes-config.yaml

index f917443..493cb06 100644 (file)
@@ -1540,7 +1540,7 @@ outputs:
     value: {get_attr: [VipMap, net_ip_map, {get_param: [ServiceNetMap, SwiftProxyNetwork]}]}
   HostsEntry:
     description: |
-      The content that should be appended to your /etc/hosts if you want do get
+      The content that should be appended to your /etc/hosts if you want to get
       hostname-based access to the deployed nodes (useful for testing without
       setting up a DNS).
     value: {get_attr: [allNodesConfig, hosts_entries]}
index 3908afe..c0e05b2 100644 (file)
@@ -247,7 +247,7 @@ outputs:
       {get_resource: allNodesConfigImpl}
   hosts_entries:
     description: |
-      The content that should be appended to your /etc/hosts if you want do get
+      The content that should be appended to your /etc/hosts if you want to get
       hostname-based access to the deployed nodes (useful for testing without
       setting up a DNS).
     value: {get_attr: [allNodesConfigImpl, config, hosts]}