[openstack-nova/el6: 2/2] Add ~20 significant fixes from upstream stable branch

Mark McLoughlin markmc at fedoraproject.org
Mon Nov 14 15:39:13 UTC 2011


commit 3e04602d93d5ce0dc7e47f9b9286caaf776cb1ab
Merge: 1ae93b7 85dc6af
Author: Mark McLoughlin <markmc at redhat.com>
Date:   Mon Nov 14 15:38:50 2011 +0000

    Add ~20 significant fixes from upstream stable branch

 0001-Add-tools-rfc.sh-from-master.patch            |  175 +++++
 0002-Don-t-use-GitPython-for-authors-check.patch   |   81 +++
 ...Made-jenkins-email-pruning-more-resilient.patch |   28 +
 0004-Removing-old-code-that-snuck-back-in.patch    |   77 +++
 ...outstanding-pep8-errors-for-a-clean-trunk.patch |  675 ++++++++++++++++++++
 0006-Point-tools-rfc.sh-at-the-right-branch.patch  |   26 +
 ...kes-sure-to-recreate-gateway-for-moved-ip.patch |    7 +-
 ...y-qualified-domain-name-in-local-hostname.patch |  103 +++
 ...e-grantee-group-loading-for-source-groups.patch |    8 +-
 ...ders-when-auth_token-is-None.-Fixes-bug-8.patch |   29 +
 ...pool-complexities-from-nova.db.sqlalchemy.patch |    7 +-
 0012-Raise-InsufficientFreeMemory.patch            |   69 ++
 0013-Don-t-leak-exceptions-out-to-users.patch      |   36 +
 ...snapshots-work-for-amis.-Fixes-bug-873156.patch |  166 +++++
 0015-Add-missing-author.patch                      |   25 +
 0016-Make-snapshots-private-by-default.patch       |   30 +
 ...ackups-can-no-longer-happen-simultaneousl.patch |  196 ++++++
 ...lp850602.patch => 0018-Fixed-bug-lp850602.patch |   10 +-
 0019-bug-861310.patch                              |   31 +
 0020-Enforce-snapshot-cleanup.patch                |   90 +++
 0021-bug-lp845714.patch                            |  100 +++
 ...-version-specifier-to-kombu-in-pip-requir.patch |   31 +
 ...nant-id-to-the-create-images-response-Loc.patch |   55 ++
 ...-bug-862633-OS-api-consoles-create-broken.patch |  270 ++++++++
 0025-Deallocate-ip-if-build-fails.patch            |  159 +++++
 ...p-returning-correct-password-on-api-calls.patch |   11 +-
 0027-Handle-pidfile-exception-for-dnsmasq.patch    |   51 ++
 0028-Make-sure-unknown-extensions-return-404.patch |   58 ++
 ...ginal-exception-in-ClassNotFound-exceptio.patch |   93 +++
 ...default-FLAGS.logfile_mode-is-properly-co.patch |   49 ++
 ...t-errors-on-confirm-revertResize-failures.patch |   88 +++
 ...ds-ext4-and-reiserfs-to-_mount_filesystem.patch |   30 +
 0033-Improve-access-check-on-images.patch          |   82 +++
 ...es-bug-834633-Auto-assigning-floating-IPs.patch |   62 ++
 0035-fixes-bug-883233.patch                        |   44 ++
 ...hain-rule-for-EC2-metadata-requests-lp-85.patch |    9 +-
 ...pi-add-the-INPUT-rule-for-EC2-metadata-lp.patch |   12 +-
 ...ser-to-choose-either-ietadm-or-tgtadm-lp-.patch |    7 +-
 ...e-VolumeDriver.sync_exec-method-lp-819997.patch |    4 +-
 ...tadm-tgtadm-calls-out-into-helper-classes.patch |    6 +-
 openstack-nova.spec                                |  111 +++-
 41 files changed, 3143 insertions(+), 58 deletions(-)
---
diff --cc openstack-nova.spec
index 435ad7e,cf20fbb..4c1152b
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@@ -2,7 -2,7 +2,7 @@@
  
  Name:             openstack-nova
  Version:          2011.3
--Release:          7%{?dist}
++Release:          8%{?dist}
  Summary:          OpenStack Compute (nova)
  
  Group:            Applications/System
@@@ -360,7 -431,10 +428,10 @@@ f
  %endif
  
  %changelog
 -* Mon Nov 14 2011 Mark McLoughlin <markmc at redhat.com> - 2011.3-7
++* Mon Nov 14 2011 Mark McLoughlin <markmc at redhat.com> - 2011.3-8
+ - Add ~20 significant fixes from upstream stable branch
+ 
 -* Wed Oct 26 2011 Mark McLoughlin <markmc at redhat.com> - 2011.3-6
 +* Wed Oct 26 2011 Mark McLoughlin <markmc at redhat.com> - 2011.3-7
  - Fix password leak in EC2 API (#749385, CVE 2011-4076)
  
  * Mon Oct 24 2011 Mark McLoughlin <markmc at redhat.com> - 2011.3-5


More information about the scm-commits mailing list