Skip to content
Snippets Groups Projects
  1. Apr 25, 2019
  2. Apr 24, 2019
  3. 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
  4. Apr 05, 2019
  5. Apr 04, 2019
  6. Mar 29, 2019
  7. Mar 07, 2019
  8. Mar 05, 2019
  9. Feb 15, 2019
  10. Feb 01, 2019
  11. Jan 27, 2019
  12. Jan 16, 2019
  13. Jan 15, 2019
  14. Jan 12, 2019
  15. Jan 11, 2019
  16. Jan 09, 2019
  17. Jan 08, 2019
  18. Jan 07, 2019
  19. Jan 06, 2019
  20. 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
  21. Jan 02, 2019
  22. Dec 28, 2018
  23. 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
  24. 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
  25. Dec 20, 2018
  26. Dec 19, 2018
  27. Dec 14, 2018
  28. Dec 10, 2018
  29. Dec 09, 2018
  30. Dec 05, 2018
  31. Nov 30, 2018
  32. Nov 29, 2018
    • manchandavishal's avatar
      Updating "Create an Encrypted Volume Type" Picture · a0b72d54
      manchandavishal authored
      With reference to I038918e4beef2ea4d346127713855e0421e8b721.
      The description for "Key Size" field is changed.
      So picture for the same also need to be updated.
      This patch updates the picture in the doc.
      
      Change-Id: Idfed41249cd6e74ff0ad209798dfc5f921552ed9
      Related-Bug: #1780457
      a0b72d54
  33. Nov 26, 2018
    • manchandavishal's avatar
      [doc]Fix: Modify content of configure access and security for instance · 8aea412a
      manchandavishal authored
      Step 7 of 'Add a key pair' instructs end users to respond to the prompt
       to download but Horizon now automatically download Key pair and no
      prompt to download the key pair is displayed and moving a section of
      code that should reside in 'Add a Key pair'.
      This patch updates the doc correctly.
      
      Change-Id: Ic96de6983c7d95c4eca19ae0b6e3d1c700aac9b5
      Closes-Bug: #1804139
      8aea412a
Loading