[openstack-packstack/f22] Update to 2014.2-0.16.dev1462 - [Ceilometer] Add support for redis sentinel and slaves (rhbz#1180158

Lukas Bezdicka social at fedoraproject.org
Fri Mar 6 18:18:31 UTC 2015


commit 5c57072e8852b69908b04e4e804c25d966cb3314
Author: Lukas Bezdicka <lbezdick at redhat.com>
Date:   Fri Mar 6 19:18:03 2015 +0100

    Update to 2014.2-0.16.dev1462
    - [Ceilometer] Add support for redis sentinel and slaves (rhbz#1180158)
    - [Ceilometer] Update redis-sentinel support to handle multiple sentinels (rhbz#1180158)
    - [Packstack] Enable several PEP8 checks (rhbz#1199423)
    - [Nova] remove deprecated option nova_shell (rhbz#1199549)
    - [Packstack] Enable PEP8 checks H102, H232, H233, H301, H904 (rhbz#1199423)
    - [Neutron] open tunnel port also for compute_hosts (rhbz#1195258)
    - [Keystone] support Keystone LDAP identity backend #1383793
    - [Packstack] Fix Printing messages (rhbz#1199423)
    - [Packstack] Fixed Cirros image provisioning (rhbz#1199076)
    - [Ironic] Generate random password for ironic (rhbz#1199072)
    - [Packstack] Allow command-line options with --gen-answer-file (rhbz#1199562)
    - [Packstack] Manpage sync (rhbz#1199423)

 .gitignore               |  1 +
 openstack-packstack.spec | 22 ++++++++++++++++++----
 sources                  |  2 +-
 3 files changed, 20 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 355ade4..91c9f3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,4 @@
 /packstack-2014.2.dev1401.gdd19d48.tar.gz
 /packstack-2014.2.dev1446.gc669c34.tar.gz
 /packstack-2014.2.dev1447.g6f4d34b.tar.gz
+/packstack-2014.2.dev1462.gbb05296.tar.gz
diff --git a/openstack-packstack.spec b/openstack-packstack.spec
index b778b38..db72a8f 100644
--- a/openstack-packstack.spec
+++ b/openstack-packstack.spec
@@ -1,12 +1,12 @@
 %global with_doc %{!?_without_doc:1}%{?_without_doc:0}
-%global git_snaptag 1447
-%global git_commit g6f4d34b
+%global git_snaptag 1462
+%global git_commit gbb05296
 
 # openstack-packstack ----------------------------------------------------------
 
 Name:           openstack-packstack
 Version:        2014.2
-Release:        0.16.dev%{git_snaptag}.%{git_commit}%{?dist}
+Release:        0.17.dev%{git_snaptag}.%{git_commit}%{?dist}
 Summary:        Openstack Install Utility
 
 Group:          Applications/System
@@ -23,7 +23,7 @@ BuildRequires:  python-setuptools
 Requires:       openssh-clients
 Requires:       python-netaddr
 Requires:       openstack-packstack-puppet == %{version}-%{release}
-Requires:       openstack-puppet-modules >= 2014.2.10-1
+Requires:       openstack-puppet-modules >= 2014.2.11-1
 Obsoletes:      packstack-modules-puppet
 Requires:       python-setuptools
 Requires:       PyYAML
@@ -141,6 +141,20 @@ install -p -D -m 644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/
 # changelog --------------------------------------------------------------------
 
 %changelog
+* Fri Mar 6 2015 Lukas Bezdicka <lbezdick at redhat.com> - 2014.2-0.16.dev1462
+- [Ceilometer] Add support for redis sentinel and slaves (rhbz#1180158)
+- [Ceilometer] Update redis-sentinel support to handle multiple sentinels (rhbz#1180158)
+- [Packstack] Enable several PEP8 checks (rhbz#1199423)
+- [Nova] remove deprecated option nova_shell (rhbz#1199549)
+- [Packstack] Enable PEP8 checks H102, H232, H233, H301, H904 (rhbz#1199423)
+- [Neutron] open tunnel port also for compute_hosts (rhbz#1195258)
+- [Keystone] support Keystone LDAP identity backend #1383793
+- [Packstack] Fix Printing messages (rhbz#1199423)
+- [Packstack] Fixed Cirros image provisioning (rhbz#1199076)
+- [Ironic] Generate random password for ironic (rhbz#1199072)
+- [Packstack] Allow command-line options with --gen-answer-file (rhbz#1199562)
+- [Packstack] Manpage sync (rhbz#1199423)
+
 * Wed Feb 11 2015 Gael Chamoulaud <gchamoul at redhat.com> - 2014.2-0.16.dev1447
 - [Heat] Fix duplicate configure_delegated_roles in Heat
 
diff --git a/sources b/sources
index 5cc5d07..f84be02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e19f28a68055ffc8ce8140b44859953  packstack-2014.2.dev1447.g6f4d34b.tar.gz
+04cb8539acac7f6835df2b5e31d5df64  packstack-2014.2.dev1462.gbb05296.tar.gz


More information about the scm-commits mailing list