diff --git a/.gitignore b/.gitignore index 1707d28..6572d4f 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /packstack-2013.2.1dev924.tar.gz /packstack-2013.2.1dev925.tar.gz /packstack-2013.2.1dev930.tar.gz +/packstack-2013.2.1dev934.tar.gz diff --git a/openstack-packstack.spec b/openstack-packstack.spec index 0d2f56c..5461b76 100644 --- a/openstack-packstack.spec +++ b/openstack-packstack.spec @@ -1,10 +1,10 @@ -%global git_revno 930 +%global git_revno 934 Name: openstack-packstack Version: 2013.2.1 #Release: 1%{?dist} -Release: 0.22.dev%{git_revno}%{?dist} +Release: 0.23.dev%{git_revno}%{?dist} Summary: Openstack Install Utility Group: Applications/System @@ -101,6 +101,10 @@ install -p -D -m 644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/ %changelog * Wed Dec 11 2013 Martin Mágr - 2013.2.1-0.22.dev930 +- CONFIG_NEUTRON_LBAAS_HOSTS should be empty in allinone (rhbz#1040585) +- service_plugins must not be list with empty string (rhbz#1040585) + +* Wed Dec 11 2013 Martin Mágr - 2013.2.1-0.22.dev930 - Allow Ceilometer API for all hosts (rhbz#1040404) - Require also core_plugin setting - Revert "Move packstack logs to /var/log/packstack" due to security reasons diff --git a/sources b/sources index 74d9f5d..0192bb2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -27df50b319e24ced068b1b765b60be12 packstack-2013.2.1dev930.tar.gz +8d250607bfe5b6b08bcb72d653b569a8 packstack-2013.2.1dev934.tar.gz