Remove data docker image

we have moved to named volume, the old data container should be removed

TrivialFix

Change-Id: Ib73205de6566509492568381179814baa7af2d22
This commit is contained in:
Jeffrey Zhang 2016-02-10 22:46:22 +08:00
parent b479d8db03
commit ce5e8a8257
2 changed files with 2 additions and 8 deletions

View File

@ -1,6 +0,0 @@
FROM {{ base_distro }}:{{ base_distro_tag }}
MAINTAINER {{ maintainer }}
CMD ["/bin/sleep", "infinity"]
{{ include_footer }}

View File

@ -25,7 +25,7 @@ INSTALL_TYPE_CHOICES = ['binary', 'source', 'rdo', 'rhos']
_PROFILE_OPTS = [
cfg.ListOpt('infra',
default=['ceph', 'data', 'mariadb', 'haproxy',
default=['ceph', 'mariadb', 'haproxy',
'keepalived', 'kolla-toolbox', 'memcached',
'mongodb', 'openvswitch', 'rabbitmq', 'rsyslog'],
help='Infra images'),
@ -39,7 +39,7 @@ _PROFILE_OPTS = [
'magnum', 'mistral', 'trove,' 'zaqar', 'zookeeper'],
help='Aux Images'),
cfg.ListOpt('default',
default=['data', 'kolla-toolbox', 'glance', 'haproxy',
default=['kolla-toolbox', 'glance', 'haproxy',
'heat', 'horizon', 'keepalived', 'keystone',
'memcached', 'mariadb', 'neutron', 'nova',
'openvswitch', 'rabbitmq', 'rsyslog'],