summaryrefslogtreecommitdiffstats
path: root/build/0001-Removes-doing-yum-update.patch
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-01-26 02:39:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-26 02:39:28 +0000
commita271e8ff76da2592477824611b726b98ca19bd59 (patch)
treec0d8eded59bd713e66ee1ef0bdf38c24be4c4c84 /build/0001-Removes-doing-yum-update.patch
parent9b1a131b0dbfbba8b59a296bd9cfcc4d9266e23e (diff)
parent54a3e4c68e8790d989c9a5986ecb4f7b57c13aca (diff)
Merge "Fixes yum update on undercloud"
Diffstat (limited to 'build/0001-Removes-doing-yum-update.patch')
-rw-r--r--build/0001-Removes-doing-yum-update.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/build/0001-Removes-doing-yum-update.patch b/build/0001-Removes-doing-yum-update.patch
new file mode 100644
index 00000000..86e6ea3f
--- /dev/null
+++ b/build/0001-Removes-doing-yum-update.patch
@@ -0,0 +1,25 @@
+From d04e8f730de074bafefea4c105a8270100efd9c1 Mon Sep 17 00:00:00 2001
+From: Tim Rozet <tdrozet@gmail.com>
+Date: Wed, 25 Jan 2017 09:53:17 -0500
+Subject: [PATCH] Removes doing yum update
+
+Signed-off-by: Tim Rozet <tdrozet@gmail.com>
+---
+ instack_undercloud/undercloud.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/instack_undercloud/undercloud.py b/instack_undercloud/undercloud.py
+index 2b9ff8c..b26cb49 100644
+--- a/instack_undercloud/undercloud.py
++++ b/instack_undercloud/undercloud.py
+@@ -1209,7 +1209,6 @@ def install(instack_root):
+ _validate_configuration()
+ instack_env = _generate_environment(instack_root)
+ _generate_init_data(instack_env)
+- _run_yum_update(instack_env)
+ _run_instack(instack_env)
+ _run_orc(instack_env)
+ _post_config(instack_env)
+--
+2.9.3
+