Sort the RPM package list
Change-Id: I130c197cb3de33ebc5bfb400233acea50cc1708b
This commit is contained in:
parent
84b151e5fd
commit
bd72c2e592
@ -309,7 +309,7 @@ function get_instance_info {
|
||||
determine_distro
|
||||
case ${DISTRO_ID} in
|
||||
centos|rhel|fedora|opensuse)
|
||||
rpm -qa > \
|
||||
rpm -qa | sort > \
|
||||
"/openstack/log/instance-info/host_packages_info_${TS}.log" || true
|
||||
;;
|
||||
ubuntu|debian)
|
||||
|
Loading…
Reference in New Issue
Block a user