build: fixtures: Fix local Ubuntu mirror URIs 47/24447/2
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 16 Nov 2016 22:51:22 +0000 (23:51 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 16 Nov 2016 22:55:40 +0000 (22:55 +0000)
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>
patches/fuel-web/0001-nailgun-Add-AArch64-Openstack-Mitaka-release-s.patch

index 54652af..1f00e83 100644 (file)
@@ -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