Fix typos in Kolla

TrivialFix

Change-Id: I21f51811ec4256d9b6b2e219de6201e4811dfc5a
This commit is contained in:
Nguyen Hung Phuong 2016-03-26 09:53:49 +07:00
parent bd5d38ef3c
commit 328a7e8898
4 changed files with 4 additions and 4 deletions

View File

@ -676,7 +676,7 @@ def main():
try:
dw = DockerWorker(module)
# TODO(inc0): We keep it bool to have ansible deal with cosistent
# TODO(inc0): We keep it bool to have ansible deal with consistent
# types. If we ever add method that will have to return some
# meaningful data, we need to refactor all methods to return dicts.
result = bool(getattr(dw, module.params.get('action'))())

View File

@ -15,7 +15,7 @@ parameters:
external_network_id:
type: string
description: uuid of a network to use for aaccessing Kolla hosts by floating ip address
description: uuid of a network to use for accessing Kolla hosts by floating ip address
container_external_network_id:
type: string

View File

@ -57,7 +57,7 @@ resources:
######################################################################
#
# security groups. we need to permit network traffic of various
# Security groups. We need to permit network traffic of various
# sorts.
#
secgroup_base:

View File

@ -56,7 +56,7 @@ function setup_ssh {
ssh-keygen -f /home/jenkins/.ssh/kolla -N ''
cat /home/jenkins/.ssh/kolla.pub >> /home/jenkins/.ssh/authorized_keys
# Push the the public key around to all of the nodes
# Push the public key around to all of the nodes
for ip in $(cat /etc/nodepool/sub_nodes_private); do
scp /home/jenkins/.ssh/kolla.pub ${ip}:/home/jenkins/.ssh/authorized_keys
# TODO(SamYaple): Remove this root key pushing once Kolla doesn't