Fix cron restarting issue
Cron is always restarting due dummy environment variable is None. This change adds a useless env value. Change-Id: Iad435bb0671a25bc12c6a6d0d988d555faba76c3 Closes-Bug: #1697706
This commit is contained in:
parent
381c18975c
commit
7ac53ec342
@ -32,7 +32,7 @@ common_services:
|
|||||||
container_name: cron
|
container_name: cron
|
||||||
image: "{{ cron_image_full }}"
|
image: "{{ cron_image_full }}"
|
||||||
environment:
|
environment:
|
||||||
DUMMY_ENVIRONMENT:
|
DUMMY_ENVIRONMENT: kolla_useless_env
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ node_config_directory }}/cron/:{{ container_config_directory }}/:ro"
|
- "{{ node_config_directory }}/cron/:{{ container_config_directory }}/:ro"
|
||||||
- "/etc/localtime:/etc/localtime:ro"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
|
Loading…
Reference in New Issue
Block a user