diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-11-16 23:51:22 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-11-16 22:55:40 +0000 |
commit | 489b1cb8de7d47c818475f8830e3ea689365e2b3 (patch) | |
tree | 2f7ec83e838d7b7459f02bd0041c6b541ec5d107 /patches/fuel-web | |
parent | bcdc1eaa74d5efd5f8c80600fb30d722bae9a421 (diff) |
build: fixtures: Fix local Ubuntu mirror URIs
Previous commit (bcdc1eaa74d5efd5f8c80600fb30d722bae9a421) confused
the URL of the local Ubuntu mirror with the local MOS mirror.
JIRA: ARMBAND-35
Change-Id: Icfb68e88e61c238cf650b84b269d16f9a52f9f26
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/fuel-web')
-rw-r--r-- | patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch b/patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch index 54652af4..1f00e834 100644 --- a/patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch +++ b/patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch @@ -51,7 +51,7 @@ index d08a4fc..65646d4 100644 + value: + - type: "deb" + name: "ubuntu-local" -+ uri: "http://{settings.MASTER_IP}:8080/ubuntu/x86_64" ++ uri: "http://{settings.MASTER_IP}:8080/mirrors/ubuntu" + suite: "trusty" + section: "main" + priority: null @@ -234,7 +234,7 @@ index d08a4fc..65646d4 100644 + value: + - type: "deb" + name: "ubuntu-local" -+ uri: "http://{settings.MASTER_IP}:8080/ubuntu/x86_64" ++ uri: "http://{settings.MASTER_IP}:8080/mirrors/ubuntu" + suite: "trusty" + section: "main" + priority: null |