[instack-undercloud] 1.0.34

slagle slagle at fedoraproject.org
Tue Dec 23 15:29:12 UTC 2014


commit 680e34e751f36d9abee7da0fc3168694753e3bb9
Author: James Slagle <jslagle at redhat.com>
Date:   Tue Dec 23 10:29:05 2014 -0500

    1.0.34

 .gitignore              |    1 +
 instack-undercloud.spec |   15 +++++++++++++--
 sources                 |    2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0da9c36..2a2887e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@
 /1.0.31.tar.gz
 /1.0.32.tar.gz
 /1.0.33.tar.gz
+/1.0.34.tar.gz
diff --git a/instack-undercloud.spec b/instack-undercloud.spec
index ef1c6b1..163d899 100644
--- a/instack-undercloud.spec
+++ b/instack-undercloud.spec
@@ -1,6 +1,6 @@
 Name:		instack-undercloud
-Version:	1.0.33
-Release:	2%{?dist}
+Version:	1.0.34
+Release:	1%{?dist}
 Summary:	Installation tools to install an undercloud via instack
 
 Group:		Development/Languages
@@ -76,6 +76,17 @@ install -m 644 deploy-baremetal-overcloudrc %{buildroot}/%{_datadir}/%{name}/dep
 
 
 %changelog
+* Tue Dec 23 2014 James Slagle <jslagle at redhat.com> 1.0.34-1
+- Set biosdevname=1 in pxe_append_params for Ironic
+- Add sysctl to all images
+- Use sudo when running os-apply-config so that we can always read the data
+  files
+- Delete not existent cinder params
+- Fix check for fedora user image. This error was non-fatal, but through an
+  error message.
+- Export FS_TYPE in instack-virt-setup
+- Default to XFS for rhel7/centos7
+
 * Mon Dec 15 2014 James Slagle <jslagle at redhat.com> 1.0.33-2
 - Include instack-update-overcloud
 
diff --git a/sources b/sources
index b311b94..c4b8914 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0db1c2438019ca024634671fb54613c6  1.0.33.tar.gz
+74a213505492c222503ab0de19f28c03  1.0.34.tar.gz


More information about the scm-commits mailing list