[Trivial] Fix two typos in kolla-ansible.

Change-Id: I9665338318f8ad4690e4908748065623d0537741
This commit is contained in:
leiyashuai 2017-05-16 19:32:36 -07:00
parent b595f236d0
commit e8e64f1c83
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 || :