From c5ca7057dda8a67f16ac12d4e586a793bff07cc5 Mon Sep 17 00:00:00 2001 From: renliang16 Date: Thu, 18 Aug 2022 02:05:36 +0000 Subject: [PATCH] Fixed bug with No module named oslo_limit --- openstack-nova.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openstack-nova.spec b/openstack-nova.spec index 72ca698..388f82e 100644 --- a/openstack-nova.spec +++ b/openstack-nova.spec @@ -17,7 +17,7 @@ Name: openstack-nova # Liberty semver reset # https://review.openstack.org/#/q/I6a35fa0dda798fad93b804d00a46af80f08d475c,n,z Version: 25.0.0 -Release: 1 +Release: 2 Summary: OpenStack Compute (nova) License: ASL 2.0 @@ -302,6 +302,7 @@ Requires: python3-oslo-config >= 6.8.0 Requires: python3-oslo-context >= 3.1.1 Requires: python3-oslo-db >= 4.44.0 Requires: python3-oslo-i18n >= 5.0.1 +Requires: python3-oslo-limit >= 1.5.0 Requires: python3-oslo-log >= 4.4.0 Requires: python3-oslo-messaging >= 10.3.0 Requires: python3-oslo-middleware >= 3.31.0 @@ -726,6 +727,9 @@ exit 0 %endif %changelog +* Mon Jul 18 2022 renliang16 - 25.0.0-2 +- Fixed bug with no module named oslo_limit + * Mon Jul 18 2022 OpenStack_SIG - 25.0.0-1 - Upgrade package to version 25.0.0 -- Gitee