Init openstack-kolla for Train

This commit is contained in:
huangtianhua 2021-11-02 11:07:13 +08:00
parent 98f0db3b21
commit d4281ec7fd
3 changed files with 5 additions and 5 deletions

Binary file not shown.

BIN
kolla-9.4.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: openstack-kolla
Version: 12.0.0
Version: 9.4.0
Release: 1
Summary: Build OpenStack container images
License: Apache-2.0
URL: https://opendev.org/openstack/kolla
Source0: https://tarballs.openstack.org/kolla/kolla-12.0.0.tar.gz
Source0: https://tarballs.openstack.org/kolla/kolla-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-setuptools
@ -41,7 +41,7 @@ Requires: python3-netaddr
Templates and tools from the Kolla project to build OpenStack container images.
%prep
%setup -q -n kolla-12.0.0
%setup -q -n kolla-%{version}
%build
PYTHONPATH=. oslo-config-generator --config-file=etc/oslo-config-generator/kolla-build.conf
@ -86,6 +86,6 @@ rm -fr %{buildroot}%{_datadir}/kolla/etc_examples
%{_sysconfdir}/kolla
%changelog
* Tue Jul 13 2021 OpenStack-Sig <openstack@openeuler.org> 12.0.0-1
- Init Wallaby version
* Tue Nov 02 2021 OpenStack-Sig <openstack@openeuler.org> 9.4.0-1
- Init Train version