Skip to content
Snippets Groups Projects
  • Mark Goddard's avatar
    761ea9a3
    Support TLS encryption of RabbitMQ client-server traffic · 761ea9a3
    Mark Goddard authored
    This change adds support for encryption of communication between
    OpenStack services and RabbitMQ. Server certificates are supported, but
    currently client certificates are not.
    
    The kolla-ansible certificates command has been updated to support
    generating certificates for RabbitMQ for development and testing.
    
    RabbitMQ TLS is enabled in the all-in-one source CI jobs, or when
    The Zuul 'tls_enabled' variable is true.
    
    Change-Id: I4f1d04150fb2b5af085b762890092f87ae6076b5
    Implements: blueprint message-queue-ssl-support
    761ea9a3
    History
    Support TLS encryption of RabbitMQ client-server traffic
    Mark Goddard authored
    This change adds support for encryption of communication between
    OpenStack services and RabbitMQ. Server certificates are supported, but
    currently client certificates are not.
    
    The kolla-ansible certificates command has been updated to support
    generating certificates for RabbitMQ for development and testing.
    
    RabbitMQ TLS is enabled in the all-in-one source CI jobs, or when
    The Zuul 'tls_enabled' variable is true.
    
    Change-Id: I4f1d04150fb2b5af085b762890092f87ae6076b5
    Implements: blueprint message-queue-ssl-support