diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-20 14:55:05 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-20 14:55:05 -0400 |
commit | 5373ca09312ebbd1b7eda749f426e5b185463264 (patch) | |
tree | 1f7e1238e4ef544e579d3774a0a8ac6bee41a6db /inventory/byo/hosts.ose.example | |
parent | aed1986722797b9be72004046b79850e82d622e7 (diff) | |
parent | b0e43e87b132594bc370419085000b6d6c54cdc6 (diff) | |
download | openshift-5373ca09312ebbd1b7eda749f426e5b185463264.tar.gz openshift-5373ca09312ebbd1b7eda749f426e5b185463264.tar.bz2 openshift-5373ca09312ebbd1b7eda749f426e5b185463264.tar.xz openshift-5373ca09312ebbd1b7eda749f426e5b185463264.zip |
Merge pull request #1742 from dgoodwin/docker-logging
Fixes For Docker Log Options
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 557e7d8aa..7c0c71484 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -75,7 +75,7 @@ deployment_type=openshift-enterprise #openshift_docker_options="-l warn --ipv6=false" # Deprecated methods to set --log-driver and --log-opts flags, use openshift_docker_options instead #openshift_docker_log_driver=json -#openshift_docker_log_options="tag=mailer" +#openshift_docker_log_options=["tag=mailer"] # Alternate image format string. If you're not modifying the format string and |