Merge "[Trivial] Fix two typos in kolla-ansible."

This commit is contained in:
Jenkins 2017-06-04 14:55:34 +00:00 committed by Gerrit Code Review
commit 77041db66e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
---
features:
- Import Murano core libary during install required
- Import Murano core library during install required
for Murano operation.

View File

@ -11,7 +11,7 @@ function add_key {
echo "Failed to add Docker keyring"
exit 1
fi
# hkp://pool.sks-keyservers.net intermittenly doesnt have the correct
# hkp://pool.sks-keyservers.net intermittenly doesn't have the correct
# keyring. p80 is what the docker script pulls from and what we should
# use for reliability too
sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D && break || :