Skip to content
Snippets Groups Projects
  1. May 03, 2019
    • Akihiro Motoki's avatar
      Drop cinder consistency group support · 431fd6c1
      Akihiro Motoki authored
      Cinder consistency group has been replaced by the generic group feature.
      Horizon support of the generic group (in the project dashboard) is
      available since Rocky release and it covers all existing support
      for consistency group in horizon.
      
      The consistency group support is horizon was marked as deprecated
      in Stein release [1].
      
      This commit drops the consistency group support.
      
      [1] https://review.openstack.org/#/c/626846/
      
      Change-Id: I11187d2b03b7e0033a6c6ba3f8be25b8b5e4dd74
      431fd6c1
  2. Apr 24, 2019
  3. Apr 21, 2019
  4. Apr 04, 2019
  5. Mar 28, 2019
  6. Mar 25, 2019
  7. Mar 21, 2019
    • OpenStack Release Bot's avatar
      Update master for stable/stein · 5035ae51
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/stein.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/stein.
      
      Change-Id: Ie89592ab93af0998b5629c1b33567c98e85200e9
      Sem-Ver: feature
      5035ae51
  8. Mar 12, 2019
  9. Mar 07, 2019
  10. Mar 02, 2019
  11. Mar 01, 2019
  12. Feb 28, 2019
    • manchandavishal's avatar
      Add volume group-specs-list support for admin panel · 4b523122
      manchandavishal authored
      This commit allow admin to list/show cinder volume group-spec
      using horizon dashboard and user can perform the following
      table action :
      1. group-spec-create
      2. group-spec-edit
      3. group-spec-delete
      
      Partially-Implements blueprint cinder-generic-volume-groups
      
      Change-Id: I7a24e21bbf86595bc7e1251d29caed7f7ff5dec8
      4b523122
  13. Feb 23, 2019
  14. Feb 15, 2019
  15. Feb 05, 2019
  16. Jan 31, 2019
    • manchandavishal's avatar
      Add volume-group table actions for admin panel · 6084b329
      manchandavishal authored
      This commit allows admin to perform the following
      table action :
      1. manage volumes (Add/remove volumes from group),
      2. remove all volumes from group
      3. delete group
      
      Partially-Implements blueprint cinder-generic-volume-groups
      
      Change-Id: I7fcc0dfa8195ecb7914a883fec85c573caa4ae86
      6084b329
  17. Jan 29, 2019
  18. Jan 27, 2019
  19. Jan 16, 2019
  20. Jan 14, 2019
    • Akihiro Motoki's avatar
      Change the default SESSION_ENGINE to use cached sessions · a98468be
      Akihiro Motoki authored
      This commit changes the default SESSION_ENGINE to the cached
      sessions and the default cached backend to memcached.
      
      The cached sessions with memcahced is our current recommendation, but
      we do not use it in our default settings and do not test it in our CI
      (horizon-dsvm-tempest-plugin). It is better to use the recommended
      configurations in our CI.
      The previous default SESSION_ENGINE, the signed cookies, has
      a limitation on the length o cookies and using keystone3 can hit this
      easily. It is not ready for production for most cases.
      
      For a cache backend, considering multi-process web server deployments,
      memcahced is recommended rather than a local memory backend.
      
      Note for developers: If you use "tox -e runserver" for developments,
      SESSION_ENGINE = 'django.contrib.sessions.backends.cache' might not
      work expectedly. From my testing, I was forced to log-in frequently
      when moving pages. If you hit this, my suggestion is to configure
      SESSION_ENGINE to django.contrib.sessions.backends.signed_cookies.
      
      Change-Id: I1c4578ec5a7f70a59c6348d76ad0c12956a18573
      Closes-Bug: #1736021
      a98468be
  21. Jan 12, 2019
  22. Jan 06, 2019
  23. Jan 03, 2019
    • 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
  24. Jan 02, 2019
  25. Dec 30, 2018
  26. Dec 28, 2018
  27. Dec 24, 2018
  28. 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
  29. 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
    • OpenStack Proposal Bot's avatar
      Imported Translations from Zanata · 2cfe4bb0
      OpenStack Proposal Bot authored
      For more information about this automatic import see:
      https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
      
      Change-Id: I4956c64829c57dd73915a067902b1f7a49653eb6
      2cfe4bb0
  30. Dec 21, 2018
  31. Dec 20, 2018
  32. Dec 19, 2018
  33. Dec 14, 2018
  34. Dec 10, 2018
Loading