sailesh1993 / rpms / cloud-init

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