Skip to content
Snippets Groups Projects
  1. May 14, 2019
  2. May 13, 2019
  3. May 12, 2019
  4. May 09, 2019
  5. May 07, 2019
  6. May 04, 2019
  7. Apr 25, 2019
  8. Apr 24, 2019
  9. Apr 11, 2019
    • Ivan Kolodyazhny's avatar
      Change Cinder API version in the documentation · b028b5a0
      Ivan Kolodyazhny authored
      Cinder API v3 is a default version for Horizon so we need
      to use it in the documentation.
      
      data-processing API version is removed from the Horizon
      documentation since it's availale in a separate plugin.
      
      Change-Id: I5f178b70f73c23f8220f44a418eec689f0bc3b1c
      b028b5a0
  10. Apr 05, 2019
  11. Apr 04, 2019
  12. Mar 29, 2019
  13. Mar 07, 2019
  14. Mar 05, 2019
  15. Feb 15, 2019
  16. Feb 01, 2019
  17. Jan 27, 2019
  18. Jan 16, 2019
  19. Jan 15, 2019
  20. Jan 12, 2019
  21. Jan 11, 2019
  22. Jan 09, 2019
  23. Jan 08, 2019
  24. Jan 07, 2019
  25. Jan 06, 2019
  26. Jan 03, 2019
    • gaoyl's avatar
      Fix folder path in "AngularJS Topic Guide" · f41df5a8
      gaoyl authored
      Change-Id: I319b12f85bd03b4e12395fbdeff54650a11d7456
      f41df5a8
    • Adrian Turjak's avatar
      Rework old customization templates and add new blocks · e9f8abb6
      Adrian Turjak authored
      From Rocky we can now support Django's recursive template
      inheritance. Let's move away from all these stand alone
      templates for deployers to override and instead direct them
      to recursively extend the existing templates and the blocks they
      need.
      
      This adds more blocks, docs on how to use them, and an example
      theme which can be turned on and used to show how this works.
      
      blueprint: less-customization-templates
      Change-Id: I69f1e16ff1b88cec78580df0911fe3c01b7507dd
      e9f8abb6
  27. Jan 02, 2019
  28. Dec 28, 2018
  29. Dec 23, 2018
    • Adrian Turjak's avatar
      Change session timeout to an idle timeout value · dc0ffaf2
      Adrian Turjak authored
      
      Add a new config SESSION_REFRESH (default True) which
      turns SESSION_TIMEOUT into an idle timeout rather than
      a hard timeout.
      
      The existing hard timeout is awful UX, and while
      SESSION_TIMEOUT could be set to a higher value, it
      still makes for a somewhat unpleasant experience.
      
      Co-Authored-By: default avatarAkihiro Motoki <amotoki@gmail.com>
      Change-Id: Icc6942e62c4e8d2fac57988b0a2233a8073b1944
      dc0ffaf2
  30. Dec 22, 2018
    • Akihiro Motoki's avatar
      Allow to hide openrc and clouds.yaml download links · c6baf007
      Akihiro Motoki authored
      Operators now can control whether the links of "Download OpenRC" and
      "Download clouds.yaml" are displayed or not via new settings
      SHOW_OPENRC_FILE and SHOW_OPENSTACK_CLOUDS_YAML.
      openrc and clouds.yaml files provided by horizon now assume
      the basic simple deployment and do not cover keystone authentication
      like saml2, openid and so on. The default openrc and clouds.yaml
      from horizon do not make sense for such environments.
      
      Change-Id: I1407a24387c7d7bd2c20c995cebf1350f8090e72
      Partial-Bug: #1795851
      c6baf007
    • Akihiro Motoki's avatar
      SHOW_KEYSTONE_V2_RC defaults to False · d32359e0
      Akihiro Motoki authored
      In favor of keystone v2 support, SHOW_KEYSTONE_V2_RC now defaults
      to False. SHOW_KEYSTONE_V2_RC setting is also deprecated.
      
      Along with this change, "v3" part of "OpenStack RC File (Identity API v3)"
      is now unnecessary, so "v3" information is dropped.
      
      Change-Id: If0359e2dc1f2c8fb5f3c87046fd23043f94abc21
      d32359e0
    • Akihiro Motoki's avatar
      Allow to run pep8/docs tox env with horizon plugins · 25b6706f
      Akihiro Motoki authored
      As of now, when horizon plugins are configured in the horizon repo,
      pep8 and docs tox env cannot run.
      This is because openstack_dashboard.settings tries to load horizon plugins
      but horizon plugins are not installed in tox env by default and
      the jobs will fail as a result.
      This commit changes to use openstack_dashboard.test.settings
      as DJANGO_SETTINGS_MODULE for these tox environments by default.
      
      Change-Id: I6a9d0c74271cc4addd8a0964b5955d7d3b6d8267
      25b6706f
  31. Dec 20, 2018
  32. Dec 19, 2018
  33. Dec 14, 2018
Loading