[openstack-packstack] Updated to packstack-2014.2.dev1350.g46661a7

Lukas Bezdicka social at fedoraproject.org
Tue Nov 25 22:08:04 UTC 2014


commit 0aa7310408537e685951266b7108af4a2fa94461
Author: Lukas Bezdicka <lbezdick at redhat.com>
Date:   Tue Nov 25 22:59:57 2014 +0100

    Updated to packstack-2014.2.dev1350.g46661a7

 .gitignore               |    1 +
 openstack-packstack.spec |   17 +++++++++++++----
 sources                  |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 521c695..96f3da2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,4 @@
 /packstack-2014.2.dev1316.g733aa73.tar.gz
 /packstack-2014.2.dev1331.g34ecfce.tar.gz
 /packstack-2014.2.dev1340.gd4df05a.tar.gz
+/packstack-2014.2.dev1350.g46661a7.tar.gz
diff --git a/openstack-packstack.spec b/openstack-packstack.spec
index fa96e8e..4a624ce 100644
--- a/openstack-packstack.spec
+++ b/openstack-packstack.spec
@@ -1,13 +1,13 @@
 %global with_doc %{!?_without_doc:1}%{?_without_doc:0}
-%global git_snaptag 1340
-%global git_commit gd4df05a
+%global git_snaptag 1350
+%global git_commit g46661a7
 
 
 # openstack-packstack ----------------------------------------------------------
 
 Name:           openstack-packstack
 Version:        2014.2
-Release:        0.7.dev%{git_snaptag}.%{git_commit}%{?dist}
+Release:        0.8.dev%{git_snaptag}.%{git_commit}%{?dist}
 Summary:        Openstack Install Utility
 
 Group:          Applications/System
@@ -24,7 +24,7 @@ BuildRequires:  python-setuptools
 Requires:       openssh-clients
 Requires:       python-netaddr
 Requires:       openstack-packstack-puppet == %{version}-%{release}
-Requires:       openstack-puppet-modules >= 2014.2.4-1
+Requires:       openstack-puppet-modules >= 2014.2.5-1
 Obsoletes:      packstack-modules-puppet
 Requires:       python-setuptools
 Requires:       PyYAML
@@ -142,6 +142,15 @@ install -p -D -m 644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/
 # changelog --------------------------------------------------------------------
 
 %changelog
+* Tue Nov 25 2014 Lukas Bezdicka <lbezdick at redhat.com> - 2014.2-0.8.dev1350
+- [Packstack] Switch README file to Markdown
+- [Packstack] Introduce Puppet-lint/syntax test into Packstack
+- [Packstack] Add workaround for PuppetLint.configuration.ignore_paths
+- [Packstack] Remove Deprecated parameters for keystone::endpoint class
+- [Horizon] Do not override defaults in local_settings (rhbz#1148770)
+- [Neutron] Fix undef hiera value for gre protocol
+- [Packstack] Adds Warning when NetworkManager is active on hosts (rhbz#1117115)
+
 * Wed Nov 12 2014 Lukas Bezdicka <lbezdick at redhat.com> - 2014.2-0.7.dev1340
 - remove enable-epel.patch patch
 - [Nova] Fix virbr0 elimination on compute nodes
diff --git a/sources b/sources
index 8c31857..71918b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-676a296e21e6e62b6fd4a4cca47c910b  packstack-2014.2.dev1340.gd4df05a.tar.gz
+54ee3240957ba88af9815e16e50b3f22  packstack-2014.2.dev1350.g46661a7.tar.gz


More information about the scm-commits mailing list