[openstack-packstack/f21: 1/2] Updated to packstack-2014.1.1dev1238

Ivan Chavero ichavero at fedoraproject.org
Fri Aug 15 07:09:52 UTC 2014


commit 4a8b561b67f504c455db57cb283c4aedb7b15d6d
Author: Ivan Chavero <ichavero at redhat.com>
Date:   Fri Aug 15 00:51:43 2014 -0600

    Updated to packstack-2014.1.1dev1238
    
    - [Nova] Added FW rules for live migration (rhbz#1117524)
    - [Nova] Add live migration support and firewall rules (rhbz#1122457,
      rhbz#1122703, rhbz#1117524)
    - [Horizon] Remove ServerAlias definitions (rhbz#1119920)
    - [Mysql] Fixed remote DB installations (rhbz#1128212)
    - [Packstack] Ensures RHOS SOS Plugins is installed on all nodes
      (rhbz#1053734)
    - [Packstack] Reload sysctl (rhbz#1104619)
    - [Packstack] Adds Warning when NetworkManager is active on hosts
      (rhbz#1117115)
    - [Amqp] Adds Scientific Linux 7 Support.
    - [Nova] Enable migration support in libvirt
    - [Heat] Configures Heat to use Trusts by default
    - [Packstack] Adds Better rst Output when using 'packstack -o'
    - [Heat] Adds Undocumented HEAT Options

 .gitignore               |    1 +
 openstack-packstack.spec |   18 ++++++++++++++++--
 sources                  |    2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0e35428..a495ee8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,4 @@
 /packstack-2014.1.1dev1196.tar.gz
 /packstack-2014.1.1dev1208.tar.gz
 /packstack-2014.1.1dev1220.tar.gz
+/packstack-2014.1.1dev1238.tar.gz
diff --git a/openstack-packstack.spec b/openstack-packstack.spec
index 9b54e57..5884735 100644
--- a/openstack-packstack.spec
+++ b/openstack-packstack.spec
@@ -1,12 +1,12 @@
 %global with_doc %{!?_without_doc:1}%{?_without_doc:0}
-%global git_revno 1220
+%global git_revno 1238
 
 
 # openstack-packstack ----------------------------------------------------------
 
 Name:           openstack-packstack
 Version:        2014.1.1
-Release:        0.26.dev%{git_revno}%{?dist}
+Release:        0.27.dev%{git_revno}%{?dist}
 Summary:        Openstack Install Utility
 
 Group:          Applications/System
@@ -134,6 +134,20 @@ install -p -D -m 644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/
 # changelog --------------------------------------------------------------------
 
 %changelog
+* Fri Aug 15 2014  Iván Chavero <ichavero at redhat.com> - 2014.1.1-0.27.dev1238
+- [Nova] Added FW rules for live migration (rhbz#1117524)
+- [Nova] Add live migration support and firewall rules (rhbz#1122457, rhbz#1122703, rhbz#1117524)
+- [Horizon] Remove ServerAlias definitions (rhbz#1119920)
+- [Mysql] Fixed remote DB installations (rhbz#1128212)
+- [Packstack] Ensures RHOS SOS Plugins is installed on all nodes (rhbz#1053734)
+- [Packstack] Reload sysctl (rhbz#1104619)
+- [Packstack] Adds Warning when NetworkManager is active on hosts (rhbz#1117115)
+- [Amqp] Adds Scientific Linux 7 Support.
+- [Nova] Enable migration support in libvirt
+- [Heat] Configures Heat to use Trusts by default
+- [Packstack] Adds Better rst Output when using 'packstack -o'
+- [Heat] Adds Undocumented HEAT Options
+
 * Tue Jul 15 2014  Iván Chavero <ichavero at redhat.com> - 2014.1.1-0.26.dev1220
 - [Neutron] Don't use ML2 parameters for other plugins (rhbz#1119473)
 - [Neutron] Fixes Duplicated variables in neutron manifests
diff --git a/sources b/sources
index 99817d5..6176c43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3e1c835436630a577f91657844e9793c  packstack-2014.1.1dev1220.tar.gz
+927e6c9c6b3a74cb9643d64b77efbe4e  packstack-2014.1.1dev1238.tar.gz


More information about the scm-commits mailing list