Merge "Drop useless DUMMY_ENVIRONMENT environment for cron container"
This commit is contained in:
commit
93ab4914e9
@ -20,14 +20,12 @@ common_services:
|
||||
privileged: True
|
||||
volumes: "{{ kolla_toolbox_default_volumes + kolla_toolbox_extra_volumes }}"
|
||||
dimensions: "{{ kolla_toolbox_dimensions }}"
|
||||
# DUMMY_ENVIRONMENT is needed because empty environment is not supported
|
||||
cron:
|
||||
container_name: cron
|
||||
group: cron
|
||||
enabled: True
|
||||
image: "{{ cron_image_full }}"
|
||||
environment:
|
||||
DUMMY_ENVIRONMENT: kolla_useless_env
|
||||
KOLLA_LOGROTATE_SCHEDULE: "{{ cron_logrotate_schedule }}"
|
||||
volumes: "{{ cron_default_volumes + cron_extra_volumes }}"
|
||||
dimensions: "{{ cron_dimensions }}"
|
||||
|
Loading…
Reference in New Issue
Block a user