From b396395df47a48eab5bb905286f4865f255e5363 Mon Sep 17 00:00:00 2001
From: Swapnil Kulkarni <me@coolsvap.net>
Date: Mon, 3 Aug 2015 09:52:36 +0000
Subject: [PATCH] Temporary remove gnocchi from kolla-compose & functional
 tests

Current with due to LP#1478145 the kolla-compose script
fails to create gnocchi containers. Temperory fix to skip
gnocchi till we have gnocchi packges in delorean.

Change-Id: I7dc6aef82908a846a8b632f86a16de47c1a2eef9
Partial-Bug: #1478145
---
 tests/test_images.py | 5 ++++-
 tools/kolla-compose  | 3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/tests/test_images.py b/tests/test_images.py
index 8ef97fd195..9dbf72b8ce 100644
--- a/tests/test_images.py
+++ b/tests/test_images.py
@@ -45,7 +45,10 @@ class ImagesTest(base.BaseTestCase):
                            "kollaglue/centos-rdo-swift-container",
                            "kollaglue/centos-rdo-swift-account",
                            "kollaglue/centos-rdo-rhel-osp-base",
-                           "kollaglue/centos-rdo-barbican"]
+                           "kollaglue/centos-rdo-barbican",
+                           "kollaglue/centos-rdo-gnocchi-base",
+                           "kollaglue/centos-rdo-gnocchi-api",
+                           "kollaglue/centos-rdo-gnocchi-statsd"]
 
         results = eval(line)
 
diff --git a/tools/kolla-compose b/tools/kolla-compose
index 4df9ea4dbb..eeb99bfc54 100755
--- a/tools/kolla-compose
+++ b/tools/kolla-compose
@@ -46,7 +46,8 @@ function process_all {
     process cinder-backup
     process cinder-volume
     process ceilometer
-    process gnocchi
+    # TODO(coolsvap) add again with resolution for #LP1478145
+    #process gnocchi
 }
 
 function check_selinux {
-- 
GitLab