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