diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-05-03 12:44:34 +0000 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-05-04 09:53:33 +0000 |
commit | 81e7f678d54aeaaa100b0f21eeb44aff0af8ff4d (patch) | |
tree | 9b117e04f8cea44da4f7e0cf25dfb4b69d1db0dd /deploy/config/dea_base.yaml | |
parent | 040614e651db4236e303d02eb9516f8648a74cf9 (diff) |
Select the fastest mirror of repos
https://bugs.launchpad.net/fuel/+bug/1669751 has been resolved.
JIRA: FUEL-261
Change-Id: I009cf6cba8aaa7ff2ae625c5067aa4d1570e4793
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
(cherry picked from commit b6ba4fbf280da3a9c03ddfc58e47b52a9c266310)
Diffstat (limited to 'deploy/config/dea_base.yaml')
-rw-r--r-- | deploy/config/dea_base.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deploy/config/dea_base.yaml b/deploy/config/dea_base.yaml index 5f472b6df..8450c20f4 100644 --- a/deploy/config/dea_base.yaml +++ b/deploy/config/dea_base.yaml @@ -733,19 +733,19 @@ settings: section: main universe multiverse suite: xenial type: deb - uri: http://archive.ubuntu.com/ubuntu/ + uri: mirror://mirrors.ubuntu.com/mirrors.txt - name: ubuntu-updates priority: null section: main universe multiverse suite: xenial-updates type: deb - uri: http://archive.ubuntu.com/ubuntu/ + uri: mirror://mirrors.ubuntu.com/mirrors.txt - name: ubuntu-security priority: null section: main universe multiverse suite: xenial-security type: deb - uri: http://archive.ubuntu.com/ubuntu/ + uri: mirror://mirrors.ubuntu.com/mirrors.txt - name: mos priority: 1050 section: main restricted |