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:
parent
3097d3e48d
commit
b396395df4
@ -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)
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user