diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-05-03 12:44:34 +0000 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-05-03 12:46:38 +0000 |
commit | b6ba4fbf280da3a9c03ddfc58e47b52a9c266310 (patch) | |
tree | a8b752d36035e32663acd8282640353c2872adac /deploy/config | |
parent | d3e677982d7293de86f22b1770ae15a3609bf89c (diff) |
Revert "Revert "Select the fastest mirror of repos""
This reverts commit 7785a18f592ecd6eeb307b7bc2f5b134e8e07221.
https://bugs.launchpad.net/fuel/+bug/1669751 has been resolved.
Change-Id: I009cf6cba8aaa7ff2ae625c5067aa4d1570e4793
JIRA: FUEL-261
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'deploy/config')
-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 0d5df8a88..939ca7d70 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 |