Skip to content
Snippets Groups Projects
  1. Jun 13, 2018
  2. May 18, 2018
  3. May 17, 2018
  4. May 14, 2018
  5. May 10, 2018
  6. Jan 17, 2018
  7. Jan 04, 2018
  8. Dec 12, 2017
  9. Dec 02, 2017
  10. Dec 01, 2017
  11. Nov 30, 2017
  12. Nov 29, 2017
  13. Nov 27, 2017
  14. Nov 16, 2017
  15. Nov 14, 2017
  16. Nov 12, 2017
  17. Nov 09, 2017
  18. Nov 08, 2017
    • David Ames's avatar
      Ensure HTTPS configuration completes · 7c065062
      David Ames authored
      There was a race where the https apache2 site,
      openstack_https_frontend.conf, would be rendered in one hook, then
      subsequently the config-changed hook would run and enable that site.
      However, the subsequent config-changed hook would see the template as
      having not changed and therefore it would fail to restart apache2.
      This lead to apache2 failing to listen on the correct ports.
      
      This was due to CONFIGS.write_all() being called but a2ensite not
      being called. This change fixes this race and adds a call to
      configure_https() to ensure the configuration completes and apache2
      is restarted.
      
      Change-Id: I229d25c707a0630c9d609fd20a962a0de2e42c77
      Closes-Bug: #1723892
      7c065062
  19. Nov 07, 2017
  20. Nov 06, 2017
  21. Nov 05, 2017
  22. Nov 04, 2017
  23. Nov 03, 2017
  24. Nov 02, 2017
  25. Nov 01, 2017
Loading