Skip to content
Snippets Groups Projects
  1. Sep 17, 2019
  2. Sep 15, 2019
  3. Sep 14, 2019
  4. Sep 12, 2019
  5. Sep 11, 2019
  6. Sep 10, 2019
  7. Sep 09, 2019
  8. Sep 07, 2019
  9. Sep 06, 2019
  10. Sep 05, 2019
  11. Sep 04, 2019
  12. Sep 03, 2019
    • Doug Szumski's avatar
      Fix Nova cell search · 7b636033
      Doug Szumski authored
      The output from `nova-manage cell_v2 list_cells --verbose` contains
      an extra column, stating whether the cell is enabled or not. This means
      that the regex never matches, so existing_cells is always empty.
      
      This fix updates the regex by adding a match group for this field which
      may be used in a later change.
      
      Unfortuately the CLI doesn't output in JSON format, which would make
      this a lot less messy.
      
      Closes-Bug: #1842460
      Change-Id: Ib6400b33785f3ef674bffc9329feb3e33bd3f9a3
      7b636033
    • Zuul's avatar
  13. Sep 02, 2019
  14. Sep 01, 2019
  15. Aug 30, 2019
    • Joseph M's avatar
      [nova] Fix service catalog lookup of Neutron endpoint · 096555dc
      Joseph M authored
      nova.conf currently uses the [neutron] "url" parameter which has been
      deprecated since 17.0.0. In multi-region environments this can
      cause Nova to look up the Neutron endpoint for a different region.
      Remove this parameter and set region_name and
      valid_interfaces to allow the correct lookup to be performed.
      
      Change-Id: I1bbc73728439a460447bc8edd264f9f2d3c814e0
      Closes-Bug: #1836952
      096555dc
    • Jan Horstmann's avatar
      Use net_default_mac in ansible/roles/ironic/templates/ironic_pxe_uefi.default.j2 · 870cb1be
      Jan Horstmann authored
      Upstream ironic went from $net_default_ip to $net_default_mac in
      ironic/drivers/modules/master_grub_cfg.txt with
      https://review.opendev.org/#/c/578959/
      
      This commit makes the same change for
      ansible/roles/ironic/templates/ironic_pxe_uefi.default.j2
      
      Using $net_default_ip breaks ironic standalone deployments with
      [dhcp]dhcp_provider = none
      
      Change-Id: I2ca9a66d2bdb0aab5cd9936c8be8206e6ade3bd5
      Closes-Bug: 1842078
      870cb1be
  16. Aug 29, 2019
  17. Aug 28, 2019
Loading