Merge "[Trivial] Fix two typos in kolla-ansible."
This commit is contained in:
commit
77041db66e
@ -1,4 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Import Murano core libary during install required
|
||||
- Import Murano core library during install required
|
||||
for Murano operation.
|
||||
|
@ -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 || :
|
||||
|
Loading…
Reference in New Issue
Block a user