|
|
41c250 |
From 67d62f2c0df1fcb5cd86be73cba6064075aa61e3 Mon Sep 17 00:00:00 2001
|
|
|
41c250 |
From: Emanuele Giuseppe Esposito <eesposit@redhat.com>
|
|
|
41c250 |
Date: Fri, 14 Jan 2022 16:39:46 +0100
|
|
|
41c250 |
Subject: [PATCH 3/6] Change netifaces dependency to 0.10.4 (#965)
|
|
|
41c250 |
|
|
|
41c250 |
RH-Author: Emanuele Giuseppe Esposito <eesposit@redhat.com>
|
|
|
41c250 |
RH-MergeRequest: 43: Datasource for VMware
|
|
|
41c250 |
RH-Commit: [3/6] 81f0638e62841bab09b423d9cb5d340026ee87c2
|
|
|
41c250 |
RH-Bugzilla: 2040704
|
|
|
41c250 |
RH-Acked-by: Mohamed Gamal Morsy <mmorsy@redhat.com>
|
|
|
41c250 |
RH-Acked-by: Eduardo Otubo <otubo@redhat.com>
|
|
|
41c250 |
|
|
|
41c250 |
commit b9d308b4d61d22bacc05bcae59819755975631f8
|
|
|
41c250 |
Author: Andrew Kutz <101085+akutz@users.noreply.github.com>
|
|
|
41c250 |
Date: Tue Aug 10 15:10:44 2021 -0500
|
|
|
41c250 |
|
|
|
41c250 |
Change netifaces dependency to 0.10.4 (#965)
|
|
|
41c250 |
|
|
|
41c250 |
Change netifaces dependency to 0.10.4
|
|
|
41c250 |
|
|
|
41c250 |
Currently versions Ubuntu <=20.10 use netifaces 0.10.4 By requiring
|
|
|
41c250 |
netifaces 0.10.9, the VMware datasource omitted itself from cloud-init
|
|
|
41c250 |
on Ubuntu <=20.10.
|
|
|
41c250 |
|
|
|
41c250 |
This patch changes the netifaces dependency to 0.10.4. While it is true
|
|
|
41c250 |
there are patches to netifaces post 0.10.4 that are desirable, testing
|
|
|
41c250 |
against the most common network configuration was performed to verify
|
|
|
41c250 |
the VMware datasource will still function with netifaces 0.10.4.
|
|
|
41c250 |
|
|
|
41c250 |
Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
|
|
|
41c250 |
---
|
|
|
41c250 |
requirements.txt | 2 +-
|
|
|
41c250 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
41c250 |
|
|
|
41c250 |
diff --git a/requirements.txt b/requirements.txt
|
|
|
41c250 |
index 41d01d62..c4adc455 100644
|
|
|
41c250 |
--- a/requirements.txt
|
|
|
41c250 |
+++ b/requirements.txt
|
|
|
41c250 |
@@ -40,4 +40,4 @@ jsonschema
|
|
|
41c250 |
# and still participate in instance-data by gathering the network in detail at
|
|
|
41c250 |
# runtime and merge that information into the metadata and repersist that to
|
|
|
41c250 |
# disk.
|
|
|
41c250 |
-netifaces>=0.10.9
|
|
|
41c250 |
+netifaces>=0.10.4
|
|
|
41c250 |
--
|
|
|
41c250 |
2.27.0
|
|
|
41c250 |
|