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
This commit is contained in:
Swapnil Kulkarni 2015-08-03 09:52:36 +00:00
parent 3097d3e48d
commit b396395df4
2 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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 {