File: use-docker-api-1.24.patch

package info (click to toggle)
magnum 20.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,936 kB
  • sloc: python: 33,387; sh: 16,800; makefile: 74
file content (19 lines) | stat: -rw-r--r-- 663 bytes parent folder | download
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',