diff --git a/kolla-ansible-12.0.0.tar.gz b/kolla-ansible-12.0.0.tar.gz deleted file mode 100644 index 0fb4dbf..0000000 Binary files a/kolla-ansible-12.0.0.tar.gz and /dev/null differ diff --git a/kolla-ansible-9.3.2.tar.gz b/kolla-ansible-9.3.2.tar.gz new file mode 100644 index 0000000..3bceecc Binary files /dev/null and b/kolla-ansible-9.3.2.tar.gz differ diff --git a/openstack-kolla-ansible.spec b/openstack-kolla-ansible.spec index bac7067..ca878e6 100644 --- a/openstack-kolla-ansible.spec +++ b/openstack-kolla-ansible.spec @@ -1,12 +1,12 @@ %global __requires_exclude jmespath Name: openstack-kolla-ansible -Version: 12.0.0 +Version: 9.3.2 Release: 1 Summary: Deploys OpenStack services and infrastructure components in Docker containers. License: Apache-2.0 URL: https://opendev.org/openstack/kolla-ansible -Source0: https://tarballs.openstack.org/kolla-ansible/kolla-ansible-12.0.0.tar.gz +Source0: https://tarballs.openstack.org/kolla-ansible/kolla-ansible-9.3.2.tar.gz BuildArch: noarch BuildRequires: python3-setuptools @@ -30,7 +30,7 @@ This permits operators with little experience to deploy OpenStack quickly and as experience grows modify the OpenStack configuration to suit the operator’s exact requirements. %prep -%setup -q -n kolla-ansible-12.0.0 +%setup -q -n kolla-ansible-9.3.2 %build %py3_build @@ -66,6 +66,5 @@ rm -fr %{buildroot}%{_datadir}/kolla-ansible/doc/ %{_sysconfdir}/kolla-ansible %changelog -* Tue Jul 13 2021 wangxiyuan - 12.0.0-1 -- Init Wallaby version - +* Fri Nov 05 2021 wangxiyuan - 9.3.2-1 +- Support OpenStack Train release