1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Use docker API 1.24
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/1076320
Forwarded: no
Last-Update: 2024-07-15
Index: magnum/magnum/conf/docker.py
===================================================================
--- magnum.orig/magnum/conf/docker.py
+++ magnum/magnum/conf/docker.py
@@ -17,7 +17,7 @@
docker_opts = [
cfg.StrOpt('docker_remote_api_version',
- default='1.21',
+ default='1.24',
help='Docker remote api version. Override it according to '
'specific docker api version in your environment.'),
cfg.IntOpt('default_timeout',
|