Merge "Fix typo in HostsEntry output description"

This commit is contained in:
Jenkins 2015-12-18 11:00:33 +00:00 committed by Gerrit Code Review
commit c1c9bbe259
2 changed files with 2 additions and 2 deletions

View File

@ -1541,7 +1541,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

@ -261,7 +261,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]}