Skip to content
Snippets Groups Projects
  1. May 14, 2018
  2. May 10, 2018
  3. Jan 17, 2018
  4. Jan 04, 2018
  5. Dec 12, 2017
  6. Dec 02, 2017
  7. Dec 01, 2017
  8. Nov 30, 2017
  9. Nov 29, 2017
  10. Nov 27, 2017
  11. Nov 16, 2017
  12. Nov 14, 2017
  13. Nov 12, 2017
  14. Nov 09, 2017
  15. 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
  16. Nov 07, 2017
  17. Nov 06, 2017
  18. Nov 05, 2017
  19. Nov 04, 2017
  20. Nov 03, 2017
  21. Nov 02, 2017
  22. Nov 01, 2017
    • Alex Barchiesi's avatar
      Fixed OIDC. · 10f32442
      Alex Barchiesi authored
      10f32442
    • Nobuto Murata's avatar
      Make ssl_ca optional if ssl_cert+ssl_key provided · 9a0563bf
      Nobuto Murata authored
      ssl_ca is not necessary when ssl_cert is signed by
      a trusted CA, such as GeoTrust, because a trusted
      cert chain is in the system already. Users can just
      provide ssl_cert and ssl_key to enable SSL endpoint
      in that case.
      
      Closes-Bug: #1711354
      Change-Id: I4a34df1a2c2bf5705e02b713d968a22f4bbf57cf
      9a0563bf
  23. Oct 30, 2017
  24. Oct 26, 2017
Loading