Skip to content
Snippets Groups Projects
  1. Mar 10, 2021
    • Michał Nasiadka's avatar
      Introduce nova_libvirt_logging_debug · eabdf1e9
      Michał Nasiadka authored
      In order to disable libvirt debug in CI (which takes vast amount of storage)
      this change introduces nova_libvirt_logging_debug and disables that in CI.
      
      Change-Id: I90bfd1b300ad3202ea4d139fda6d6beb44c5820f
      eabdf1e9
  2. Aug 13, 2020
  3. Apr 15, 2020
  4. Oct 01, 2019
    • Doug Szumski's avatar
      Copy Nova role as a basis for the Nova cell role · 952b5308
      Doug Szumski authored
      The idea is to factor out a role for deploying Nova related services
      to cells. Since all deployments use cells, this role can be used
      in both regular deployments which have just cell0 and cell1,
      and deployments with many cells.
      
      Partially Implements: blueprint support-nova-cells
      Change-Id: Ib1f36ec0a773c384f2c1eac1843782a3e766045a
      952b5308
  5. Sep 19, 2019
    • Kris Lindgren's avatar
      Add support for libvirt+tls · f8cfccb9
      Kris Lindgren authored
      To securely support live migration between computenodes we should enable
      tls, with cert auth, instead of TCP with no auth support.
      
      Implements: blueprint libvirt-tls
      
      Change-Id: I22ea6233933c840b853fdcc8e03400b2bf577271
      f8cfccb9
  6. Oct 23, 2018
  7. May 18, 2018
  8. Aug 10, 2017
    • James McCarthy's avatar
      Update default settings in libvirtd.conf jinja template · 24427735
      James McCarthy authored
      Existing defaults are setup for tcp, and set ca_file to an empty string.
      'If you set this to an empty string, then no trusted CA certificate is loaded.'
      
      libvirt may complain 'unsupported configuration: No server certificate path
      set to match server key', as such tls should also be explicitly set to 0.
      
      Change-Id: I49c64808cb236dab1d9fa2e699d0a2f2fc54cc99
      24427735
  9. Sep 12, 2016
  10. Mar 22, 2016
  11. Jan 27, 2016
    • SamYaple's avatar
      Remove the libvirt socket · e80b44da
      SamYaple authored
      We use tcp connection rather than socket so we can remove the config
      options related to it.
      
      Additionally adjust the _extremely_ verbose logging from INFO to
      WARNING.
      
      TrivialFix
      Change-Id: I88bf660134192f11732d012985df5c4f688419ba
      e80b44da
  12. Dec 29, 2015
    • Kuo-tung Kao's avatar
      change libvirt sock group to nova · b5442044
      Kuo-tung Kao authored
      Add `nova` user to nova-libvirt container.
      And change libvirt-socket group to nova.
      
      Change-Id: I183c83f4be8b1d7c75d4ac204df7b7e059626aa2
      Closes-Bug: #1525583
      b5442044
  13. Sep 25, 2015
    • Sam Yaple's avatar
      Make OpenStack use Ceph · 99c7eb19
      Sam Yaple authored
      This implements all the openstack pieces needed to make ceph work.
      
      DocImpact
      Change-Id: I1d24476a966602cf955e5ef872b0efb01319894a
      Partially-Implements: blueprint ceph-container
      Implements: blueprint kolla-live-migration
      99c7eb19
Loading