diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-03-02 13:10:30 +0000 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-03-02 13:10:30 +0000 |
commit | 7785a18f592ecd6eeb307b7bc2f5b134e8e07221 (patch) | |
tree | f9fd95129285edce620e0c15ee3d31e142d89efb /deploy/config | |
parent | fc94d23c7780bab8d14ecf7f04603c2c1d4aa7d3 (diff) |
Revert "Select the fastest mirror of repos"
This reverts commit fc94d23c7780bab8d14ecf7f04603c2c1d4aa7d3.
Since connectivity_tests doesn't support "mirror" method.
Change-Id: I1fa0a8fafbce0dec271fed67b3599efd40d5cac0
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 5620bd47e..194df7b0d 100644 --- a/deploy/config/dea_base.yaml +++ b/deploy/config/dea_base.yaml @@ -731,19 +731,19 @@ settings: section: main universe multiverse suite: xenial type: deb - uri: mirror://mirrors.ubuntu.com/mirrors.txt + uri: http://archive.ubuntu.com/ubuntu/ - name: ubuntu-updates priority: null section: main universe multiverse suite: xenial-updates type: deb - uri: mirror://mirrors.ubuntu.com/mirrors.txt + uri: http://archive.ubuntu.com/ubuntu/ - name: ubuntu-security priority: null section: main universe multiverse suite: xenial-security type: deb - uri: mirror://mirrors.ubuntu.com/mirrors.txt + uri: http://archive.ubuntu.com/ubuntu/ - name: mos priority: 1050 section: main restricted |