Keep git after ironic-agent post

New versions of pbr depends on git [1] and IPA depends on pbr [2] so
removing git will remove pbr, IPA and friends.

[1] https://src.fedoraproject.org/rpms/python-pbr/blob/master/f/python-pbr.spec#_64
[2] https://github.com/rdo-packages/ironic-python-agent-distgit/blob/rpm-master/openstack-ironic-python-agent.spec#L85

Closes-Bug: #1816017
Depends-On: https://review.openstack.org/637668
Change-Id: I97f6b593e88e1cb81cd4bb2d77787bc012fb8271
This commit is contained in:
Quique Llorente 2019-02-15 11:01:35 +01:00 committed by Ian Wienand
parent 25ba034a0e
commit 5b1844acf9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ fi
set -eu
set -o pipefail
install-packages -e git cloud-init
install-packages -e cloud-init
rm -rf /tmp/ironic-python-agent