Advertisement
Guest User

Untitled

a guest
May 4th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. diff --git a/kolla/common/config.py b/kolla/common/config.py
  2. index 1a9f96c..2d6c70d 100755
  3. --- a/kolla/common/config.py
  4. +++ b/kolla/common/config.py
  5. @@ -39,6 +39,10 @@ DISTRO_RELEASE = {
  6. # This is noarch repository so we will use it on all architectures
  7. DELOREAN = \
  8. "https://trunk.rdoproject.org/centos7/current-passed-ci/delorean.repo"
  9. +
  10. +# TODO: with move to Pike+1 we need to make sure that aarch64 repo
  11. +# gets updated (docker/base/aarch64-cbs.repo file)
  12. +# there is ongoing work to sort that out
  13. DELOREAN_DEPS = {
  14. 'x86_64': "https://trunk.rdoproject.org/centos7/delorean-deps.repo",
  15. 'aarch64': None,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement