Fix typo in HostsEntry output description

Change-Id: I72a79d8200adee8258033e8da370051bbfd1986b
This commit is contained in:
Juan Antonio Osorio Robles 2015-12-15 00:12:32 +02:00
parent 8841ad7bbb
commit e3b0d95043
2 changed files with 2 additions and 2 deletions

View 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]}

View 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]}