diff --git a/scripts/instack-install-undercloud b/scripts/instack-install-undercloud index 900efa950..ddd4e6d9f 100755 --- a/scripts/instack-install-undercloud +++ b/scripts/instack-install-undercloud @@ -14,10 +14,6 @@ if [ ! -f ~/.ssh/id_rsa ]; then ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa fi -# Workaround for: -# https://bugzilla.redhat.com/show_bug.cgi?id=1066983 -sudo yum -y update vim-minimal - # Need pip and git (due to pbr) to install instack since this is the source # install. sudo yum -y install python-pip git diff --git a/scripts/instack-install-undercloud-packages b/scripts/instack-install-undercloud-packages index d505284f7..7d8b0a9a8 100755 --- a/scripts/instack-install-undercloud-packages +++ b/scripts/instack-install-undercloud-packages @@ -17,10 +17,6 @@ if [ ! -f ~/.ssh/id_rsa ]; then ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa fi -# TODO: Workaround for: -# https://bugzilla.redhat.com/show_bug.cgi?id=1066983 -sudo yum -y update vim-minimal - echo "Sourcing answers file from instack.answers..." source ~/instack.answers