Merge "Removed unused containers from gate build"

This commit is contained in:
Jenkins 2016-02-01 10:43:31 +00:00 committed by Gerrit Code Review
commit 1057dcd50a
1 changed files with 4 additions and 5 deletions

View File

@ -45,11 +45,10 @@ _PROFILE_OPTS = [
'openvswitch', 'rabbitmq', 'rsyslog'],
help='Default images'),
cfg.ListOpt('gate',
default=['ceph', 'cinder', 'data', 'dind', 'glance',
'haproxy', 'heat', 'horizon', 'keepalived',
'keystone', 'kolla-ansible', 'mariadb',
'memcached', 'neutron', 'nova', 'openvswitch',
'rabbitmq', 'rsyslog'],
default=['ceph', 'cinder', 'glance', 'haproxy', 'heat',
'horizon', 'keepalived', 'keystone', 'kolla-ansible',
'mariadb', 'memcached', 'neutron', 'nova',
'openvswitch', 'rabbitmq', 'rsyslog'],
help='Gate images'),
cfg.ListOpt('mesos',
default=['chronos', 'marathon', 'mesos-master', 'mesos-slave',