Drop useless DUMMY_ENVIRONMENT environment for cron container
Since I033c51704bfb806f6515db26b8159fae12469ba5 the DUMMY_ENVIRONMENT environment for cron container is useless, lets drop it. Trivial-Fix Change-Id: Id8bf642a57b54ecafe0ee6981e044b1aba872ef7 Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
This commit is contained in:
parent
0765e276fe
commit
b205dad892
@ -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…
Reference in New Issue
Block a user