Skip to content
Snippets Groups Projects
  1. Apr 27, 2012
    • Iustin Pop's avatar
      Silence Paramiko deprecation warnings · 3ec10f0d
      Iustin Pop authored
      This works around a problem in Paramiko, but which looks like it's a
      Ganeti problem:
      
      [cluster] root@node4:~# gnt-node add --readd node3
      /usr/lib/python2.6/dist-packages/Crypto/Util/randpool.py:40:
      RandomPool_DeprecationWarning: This application uses RandomPool, which
      is BROKEN in older releases.  See http://www.pycrypto.org/randpool-broken
      
      
        RandomPool_DeprecationWarning)
      
      To silence this, we do an ugly thing (since Python 2.4 doesn't support
      context managers): manually reset the warnings filter, which resets
      any -W command line flags (hopefully noone calls this tool manually so
      often).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      3ec10f0d
  2. Mar 14, 2012
  3. Feb 21, 2012
  4. Jan 24, 2012
  5. Jan 23, 2012
  6. Jan 19, 2012
  7. Jan 18, 2012
  8. Dec 06, 2011
  9. Nov 22, 2011
  10. Nov 17, 2011
  11. Nov 14, 2011
  12. Oct 18, 2011
  13. Oct 11, 2011
  14. Oct 04, 2011
  15. Sep 30, 2011
  16. Sep 26, 2011
  17. Sep 20, 2011
    • Andrea Spadaccini's avatar
      Implementation of TLS-protected SPICE connections · b6267745
      Andrea Spadaccini authored
      
      Added support for TLS-protected SPICE connections:
      
      client/gnt_cluster.py, cli.py:
      * added three new parameters to renew-crypto (--new-spice-certificate,
        --spice-certificate, --spice-ca-certificate) and their validation.
      
      utils/x509.py:
      * changed GenerateSelfSignedSslCert so that now also returns the
        generated key and certificate;
      * added missing return value in the docstring of
        GenerateSelfSignedX509Cert.
      
      lib/bootstrap.py:
      * changed the signatures of the relevant functions and implemented
        certificates generation/writing.
      
      tools/cfupgrade:
      * changed GenerateClusterCrypto invocation to reflect the new signature;
      * added SPICE certificate names.
      
      lib/errors.py:
      * added the X509CertError class.
      
      lib/hypervisor/hv_kvm.py:
      * silenced pylint warning R0915
      
      Signed-off-by: default avatarAndrea Spadaccini <spadaccio@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      b6267745
  18. Aug 30, 2011
  19. Aug 29, 2011
  20. Aug 26, 2011
  21. Aug 25, 2011
  22. Aug 24, 2011
  23. Aug 23, 2011
  24. Aug 21, 2011
  25. Aug 19, 2011
  26. Aug 17, 2011
  27. Aug 08, 2011
Loading