Merge "fix horizon fernet container"

This commit is contained in:
Jenkins 2016-09-20 12:26:37 +00:00 committed by Gerrit Code Review
commit aa378bfa3a

View File

@ -2,6 +2,12 @@
{ {
"command": "{{ cron_cmd }}", "command": "{{ cron_cmd }}",
"config_files": [{ "config_files": [{
"source": "{{ container_config_directory }}/keystone.conf",
"dest": "/etc/keystone/keystone.conf",
"owner": "keystone",
"perm": "0600"
},
{
"source": "{{ container_config_directory }}/crontab", "source": "{{ container_config_directory }}/crontab",
"dest": "/var/spool/cron/crontabs/root/fernet-cron", "dest": "/var/spool/cron/crontabs/root/fernet-cron",
"owner": "root", "owner": "root",
@ -20,4 +26,4 @@
"perm": "0755" "perm": "0755"
} }
] ]
} }