summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-05-31 09:41:00 -0400
committerFeng Pan <fpan@redhat.com>2017-05-31 09:41:00 -0400
commit37fa680f248ac6f358b5a03ed431df3ef4aa958a (patch)
treee3b86d67be312a011fdd125b1c2cd9019cf999ca
parent4c1fa922f74113db7863bebcb833bdedbb4ad9d8 (diff)
Update instack_undercloud yum update remove patch
Change-Id: I0b812661c6217328c8b4efac4c69cb99d13418a8 Signed-off-by: Feng Pan <fpan@redhat.com>
-rw-r--r--build/patches/0001-Removes-doing-yum-update.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/patches/0001-Removes-doing-yum-update.patch b/build/patches/0001-Removes-doing-yum-update.patch
index 86e6ea3f..47b90fad 100644
--- a/build/patches/0001-Removes-doing-yum-update.patch
+++ b/build/patches/0001-Removes-doing-yum-update.patch
@@ -12,10 +12,10 @@ 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()
+@@ -1225,7 +1225,6 @@ def install(instack_root):
instack_env = _generate_environment(instack_root)
_generate_init_data(instack_env)
+ _die_tuskar_die()
- _run_yum_update(instack_env)
_run_instack(instack_env)
_run_orc(instack_env)