Fix some words spellings
Trivial Fix Change-Id: Ic14778bb4e894490a3b6af9471ba01ab4da94601
This commit is contained in:
parent
262e880b86
commit
23b1a8c03a
@ -3,7 +3,7 @@ deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
|
||||
deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
|
||||
deb http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
|
||||
|
||||
# Backports have a lower priority and must be explictly installed to be used
|
||||
# Backports have a lower priority and must be explicitly installed to be used
|
||||
deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
|
||||
|
||||
# We need to add the Liberty repo for the updated packages they provide. The main
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
# External processes will be occuring and we must wait for them
|
||||
# External processes will be occurring and we must wait for them
|
||||
while [[ ! -e "/kolla_dind_ready" ]]; do
|
||||
sleep 1
|
||||
done
|
||||
|
@ -44,7 +44,7 @@ COPY config-sudoers.sh /var/lib/kolla/
|
||||
|
||||
COPY start.sh /
|
||||
|
||||
# We will remove this line in Docker 1.10 when namespace propogation works
|
||||
# We will remove this line in Docker 1.10 when namespace propagation works
|
||||
VOLUME /run/netns
|
||||
|
||||
CMD ["/start.sh"]
|
||||
|
@ -40,7 +40,7 @@ def host_mnt_exec(cmd):
|
||||
|
||||
except Exception as e:
|
||||
print(
|
||||
"An error has occured with a component that Kolla manages."
|
||||
"An error has occurred with a component that Kolla manages."
|
||||
" Please file a bug")
|
||||
print("Error: ", e)
|
||||
|
||||
|
@ -23,7 +23,7 @@ To implement HA in our containers, we need multi-node deployment operational
|
||||
so we can validate the high availability implementation.
|
||||
|
||||
To meet our community approved mission, we must implement a deployment tool
|
||||
and Ansible provides the most effecient development path while ensuring ease
|
||||
and Ansible provides the most efficient development path while ensuring ease
|
||||
of use.
|
||||
|
||||
Use cases
|
||||
|
@ -189,7 +189,7 @@ with the --privileged=true flag to docker that:
|
||||
* shares any namespace with the --ipc=host, --pid=host, or --net=host flags
|
||||
|
||||
We will not use the Docker EXPOSE operation since all containers will use
|
||||
--net=host. One motive for using --net=host is it is inherently simplier.
|
||||
--net=host. One motive for using --net=host is it is inherently simpler.
|
||||
A different motive for not using EXPOSE is the 20 microsecond penalty
|
||||
applied to every packet forwarded and returned by docker-proxy.
|
||||
If EXPOSE functionality is desired, it can be added back by
|
||||
|
@ -95,7 +95,7 @@ How are you proposing to test this feature.
|
||||
|
||||
Documentation Impact
|
||||
====================
|
||||
What documentation will be done to discribe this feature to developers
|
||||
What documentation will be done to describe this feature to developers
|
||||
and operators.
|
||||
|
||||
References
|
||||
|
Loading…
Reference in New Issue
Block a user