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