aboutsummaryrefslogtreecommitdiffstats
path: root/patches/fuel-web/0005-FIXME-Disable-amd64-Mitaka-on-Ubuntu-for-now.patch
blob: 776ae32c88d8d4a242837edd058377e0c917f616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Date: Sat, 19 Mar 2016 19:02:15 +0100
Subject: [PATCH] FIXME: Disable amd64 Mitaka on Ubuntu for now.

Until we fix all cohabitation of amd64 and arm64, disable Openstack
releases <Mitaka on Ubuntu 14.04> and <Mitaka on Ubuntu+UCA 14.04>
(both x86_64) in openstack.yaml fixture.

TODO: Propose renaming above releases to include arch in name.
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
---
 nailgun/nailgun/fixtures/openstack.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nailgun/nailgun/fixtures/openstack.yaml b/nailgun/nailgun/fixtures/openstack.yaml
index d3226da..7e6e96e 100644
--- a/nailgun/nailgun/fixtures/openstack.yaml
+++ b/nailgun/nailgun/fixtures/openstack.yaml
@@ -1978,6 +1978,7 @@
   extend: *base_release
   fields:
     name: "Mitaka on Ubuntu 14.04"
+    state: "unavailable"
     version: "mitaka-9.0"
     arch: "amd64"
     operating_system: "Ubuntu"
@@ -2220,6 +2221,7 @@
   extend: *ubuntu_release
   fields:
     name: "Mitaka on Ubuntu+UCA 14.04"
+    state: "unavailable"
     version: "mitaka-9.0"
     arch: "amd64"
     description: "This option will install the OpenStack Mitaka packages using Ubuntu as a base operating system, including Ubuntu Cloud Archive OpenStack packages. With high availability features built in, you are getting a robust, enterprise-grade OpenStack deployment."