Fix depends on kolla changes

Depends on needs chrony image to succeed deploy

Change-Id: Id4bcbffad2392d8b2dabd8359330139448c6f7b7
This commit is contained in:
Eduardo Gonzalez 2018-07-31 10:12:48 +02:00
parent c7cbb4f488
commit cc5cdba7c8
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ EOF
rm ${PIP_CONF}
if [[ $ACTION != "bifrost" ]]; then
GATE_IMAGES="cron,fluentd,glance,haproxy,keepalived,keystone,kolla-toolbox,mariadb,memcached,neutron,nova,openvswitch,rabbitmq,horizon"
GATE_IMAGES="cron,fluentd,glance,haproxy,keepalived,keystone,kolla-toolbox,mariadb,memcached,neutron,nova,openvswitch,rabbitmq,horizon,chrony"
else
GATE_IMAGES="bifrost"
fi