summaryrefslogtreecommitdiff
path: root/debian/patches/ec2-dont-apply-full-imds-network-config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/ec2-dont-apply-full-imds-network-config.patch')
-rw-r--r--debian/patches/ec2-dont-apply-full-imds-network-config.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/ec2-dont-apply-full-imds-network-config.patch b/debian/patches/ec2-dont-apply-full-imds-network-config.patch
index 4267b364..14886322 100644
--- a/debian/patches/ec2-dont-apply-full-imds-network-config.patch
+++ b/debian/patches/ec2-dont-apply-full-imds-network-config.patch
@@ -9,7 +9,7 @@ Forwarded: not-needed
Last-Update: 2020-06-01
--- a/cloudinit/sources/DataSourceEc2.py
+++ b/cloudinit/sources/DataSourceEc2.py
-@@ -473,12 +473,12 @@ class DataSourceEc2(sources.DataSource):
+@@ -506,12 +506,12 @@ class DataSourceEc2(sources.DataSource):
if isinstance(net_md, dict):
# SRU_BLOCKER: xenial, bionic and eoan should default
# apply_full_imds_network_config to False to retain original
@@ -26,7 +26,7 @@ Last-Update: 2020-06-01
--- a/tests/unittests/sources/test_ec2.py
+++ b/tests/unittests/sources/test_ec2.py
-@@ -476,7 +476,14 @@ class TestEc2(test_helpers.HttprettyTest
+@@ -492,7 +492,14 @@ class TestEc2(test_helpers.ResponsesTest
"""
ds = self._setup_ds(
platform_data=self.valid_platform_data,