Skip to content
Snippets Groups Projects
  1. Feb 25, 2014
    • Alex Gaynor's avatar
      Added libffi-dev to the needed packages · 32680fce
      Alex Gaynor authored
      After pyOpenSSL 0.14 update, Grizzly devstack started failing:
       Downloading/unpacking cryptography>=0.2.1 (from pyOpenSSL->python-glanceclient==0.12.0.61.g8b76817)
         Running setup.py egg_info for package cryptography
           c/_cffi_backend.c:14:17: fatal error: ffi.h: No such file or directory
      
      Change-Id: Ida7001886f17c9413b33312f12f2478a54bd6c90
      (cherry picked from commit b6f7ea4f)
      grizzly-eol
      32680fce
  2. Jan 22, 2014
    • Chmouel Boudjnah's avatar
      Fix issues with grizzly · 76d1d8c4
      Chmouel Boudjnah authored
      - Install a known working recent version of pip (cherry-picked from
        62d1d698)
      - Don't install boto from pip let use the default from ubuntu or the
        euac2ools will fails.
      - Don't install netaddr from the packages let the pip do its job without
        being confused.
      - Skip excercises that fails on grizzly.
      
      Change-Id: I27df3787b5b90621ea66e4cc9763365b4579e3ca
      76d1d8c4
  3. Jan 20, 2014
    • Sean Dague's avatar
      backport of aggregates compatibility fix · d5b2e499
      Sean Dague authored
      this is the aggregates compatibility fix for stable/grizzly (coming
      from master). This should let stable/grizzly exercises pass which
      will let us do grenade runs on stable/havana.
      
      Change-Id: Iaa0cf13a287a206442c611b4f2805c2fb0c90e9f
      d5b2e499
  4. Jan 17, 2014
    • Monty Taylor's avatar
      Install things in setup_develop with pip -e · ee296489
      Monty Taylor authored
      We have some complex logic in here to try to do the right things with
      the requirements before doing the install of the package which still
      winds up being wrong in some cases. Since having written this code,
      we've learned that the logic we're trying to achieve is actually what
      pip install -e does. So just use that. We have to follow up with a chown
      of the resulting egg-info directory, because the sudo command will cause
      it to be written by root, which prevents subsequent commands from
      operating without privilege in the directory.
      
      (cherry picked from commit 408a4a7d)
      
      Conflicts:
      	functions
      
      Closes-Bug: #1266094
      Change-Id: Iffd068c94ef84475ebb30758bcf612075d225bea
      ee296489
  5. Dec 17, 2013
    • Sean Dague's avatar
      add libxslt1-dev to tempest required files · 7610f0d8
      Sean Dague authored
      tempest actually needs a pretty new lxml, which means it's
      going to build it from source. To do that it needs libxslt1-dev
      to compile. We should be good and let devstack do this out of
      the box so it works on minimal environments.
      
      Change-Id: Ia527905c1c15fb8c6793f0ce543ad05e25a88179
      (cherry picked from commit db543115)
      7610f0d8
  6. Sep 25, 2013
  7. Aug 01, 2013
    • Clark Boylan's avatar
      Update OpenVZ driver image · 2c567f6d
      Clark Boylan authored
      11.10 simply does not exist, so this simply does not work. However,
      devstack-gate tries to pre-cache all images referenced, so even
      though we're not doing anything with this, it's breaking devstack-gate.
      
      Change-Id: I64b03ed387f5205a885427498e8cf8c2a5b32b91
      2c567f6d
  8. Jul 05, 2013
  9. Apr 09, 2013
  10. Apr 08, 2013
  11. Apr 05, 2013
  12. Apr 04, 2013
  13. Apr 03, 2013
  14. Apr 02, 2013
  15. Apr 01, 2013
    • Sean Dague's avatar
      change configure/install split · 1b4b4be7
      Sean Dague authored
      make it so setup_develop happens in install instead of configure
      to ensure that we can handle config file generation by itself.
      
      Change-Id: I4801d7a0bc6642de2db5b78df1750666895f0aa3
      1b4b4be7
Loading