1. 29 Jun, 2022 1 commit
  2. 28 Jun, 2022 1 commit
  3. 14 Jun, 2022 1 commit
    • Tatiana Ovchinnikova's avatar
      Make existing empty metadata properties optional · 1ef45497
      Tatiana Ovchinnikova authored
      Editing of snapshot image or updating its metadata from Horizon is
      not allowed until existing properties with empty values are set or
      removed from metadata tree.
      
      They are allowed to be None, therefore Horizon should consider them
      optional too.
      
      Closes-Bug: #1945706
      Change-Id: Idfec71d209430c7d069133a40ca1a7d340163783
      (cherry picked from commit 4e0f5a5a)
      1ef45497
  4. 25 May, 2022 1 commit
  5. 19 Apr, 2022 1 commit
  6. 25 Mar, 2022 1 commit
    • Keigo Noha's avatar
      Change to a proper policy for Resume operation · d3bb9cd8
      Keigo Noha authored
      Previously, ToggleSuspend class checked 'os-rescue' policy for resuming
      an instance. To align to resume operation, this fix changes to
      'os-suspend-server:resume'.
      
      Closes-Bug: #1963652
      Change-Id: If6386ecdb81fb1f0d88dab447ee81c251b9857b7
      (cherry picked from commit 29da8015)
      (cherry picked from commit db40c8ce)
      d3bb9cd8
  7. 09 Mar, 2022 1 commit
    • Thomas Goirand's avatar
      Fix for "Resize instance" button · 89e3e51e
      Thomas Goirand authored
      Currently, "Resize instance" widget is not working because it relies on
      legacy Nova API v2.46, obsoleted in Pike release. Proposed patch make
      Horizon use current Nova API (>=2.47).
      
      Note: It also cherry-picks a7956cd0
      
       from the master branch
      which avoids the extra call of flavor_get in resize server form.
      
      Closes-Bug: #1940834
      Co-Authored-By: default avatarAkihiro Motoki <amotoki@gmail.com>
      Change-Id: Id2f38acfc27cdf93cc4341422873e512aaff716a
      (cherry picked from commit 4f4e8800)
      89e3e51e
  8. 28 Feb, 2022 1 commit
  9. 21 Nov, 2021 1 commit
  10. 18 Oct, 2021 1 commit
  11. 02 Oct, 2021 1 commit
  12. 22 Sep, 2021 2 commits
  13. 21 Sep, 2021 1 commit
    • Tatiana Ovchinnikova's avatar
      Add horizontal scrollbar to role dropdown · a15cd2e6
      Tatiana Ovchinnikova authored
      Manage members dialog has a dropdown which lists all the role names.
      If a role name is long enough, it pushes all the roles to the left
      and hides them partially. This patch adds horizontal scrollbar for
      such cases.
      
      Closes-Bug: #1926511
      
      Change-Id: I1bbf3b23717f9924974920d6569e018b94e3dbe8
      (cherry picked from commit 9b28ab40)
      a15cd2e6
  14. 29 Jul, 2021 1 commit
  15. 28 Jul, 2021 1 commit
    • manchandavishal's avatar
      Fix Unable to use multiattach volume as boot for new server · 217dcc4b
      manchandavishal authored
      If we try to create a new server from a bootable volume that
      supports multiattach, it will fail to create with an error
      message that ``multiattach volumes are only supported starting
      with compute API version 2.60``. This patch fixes the issue.
      
      Closes-Bug: #1931440
      Change-Id: Ic8330b947b1a733f70c3bdad8b3493f20a2f26fb
      (cherry picked from commit 64fe0abb)
      217dcc4b
  16. 19 Jul, 2021 1 commit
    • Tobias Urdin's avatar
      Change with_data=False for swift_get_container · 8232ac03
      Tobias Urdin authored
      This function is only used in the Container get
      method which retrieves details about a container.
      
      It's not used for listing data in the container
      even though with_data was True doing a GET instead
      of a HEAD on the container.
      
      This indirectly also fixes the Ceph bug [1] in the
      Swift API implementation that doesn't expose metadata
      correctly for a GET but does for a HEAD.
      
      [1] https://tracker.ceph.com/issues/47861
      
      Change-Id: Iba4215b2e3a414d1794faa05be31bf69e0e48bec
      (cherry picked from commit c87f0e7a)
      8232ac03
  17. 25 Jun, 2021 1 commit
  18. 18 Jun, 2021 1 commit
  19. 04 Jun, 2021 1 commit
  20. 25 May, 2021 1 commit
  21. 20 Apr, 2021 1 commit
  22. 15 Apr, 2021 1 commit
  23. 09 Apr, 2021 1 commit
  24. 08 Apr, 2021 7 commits
  25. 07 Apr, 2021 7 commits
    • Lars Kellogg-Stedman's avatar
      handle missing access_rules · bd3fc0de
      Lars Kellogg-Stedman authored
      we delete the "access_rules" field from the form if keystone API
      version is less than 3.13, but we don't consider the case in
      clean() method. We are in Wallaby development cycle and we support
      N-4 release for upgrade [1]. This means horizon can run with Stein
      keystone. Pre-3.13 keystone API (i.e., 3.12) is part of Stein
      release [2], so it makes sense to consider this condition.
      
      [1] https://docs.openstack.org/horizon/latest/contributor/policies/supported-software.html
      [2] https://docs.openstack.org/api-ref/identity/
      
      
      
      Co-Authored-By: default avatarAkihiro Motoki <amotoki@gmail.com>
      Change-Id: I02e124d90f99d400d8c59bff2c563fdc85e624d4
      (cherry picked from commit dadd45ad)
      bd3fc0de
    • manchandavishal's avatar
      Replace Delete Force Volume Backup with Force Delete Volume Backup · 0e47012a
      manchandavishal authored
      This patch replaces the Delete Force Volume Backup/Backups with
      Force Delete Volume Backup/Backups as Delete Force Volume Backup
      looks incorrect. It also drops the usage of unicode prefix from
      ``admin/backups/tables.py`` file.
      
      Closes-bug: #1919120
      Change-Id: I02f88b6444d268253a3888e2ba56a33bb2f51e73
      (cherry picked from commit 893d0c02)
      0e47012a
    • manchandavishal's avatar
      Update cirros image to cirros-0.5.2-x86_64 · 61ae2d2c
      manchandavishal authored
      Due to this change I12e0bdb3699e5343592ab834468ba6b2fcdcaaf4
      our integration job is failing. This patch update cirror image
      version to fix our CI.
      
      Change-Id: I991fb9750ab9e35b67b06154764487375dd11d73
      (cherry picked from commit a42235f6)
      61ae2d2c
    • Mark Goddard's avatar
      Don't load user role assignment or groups tabs for non-admins · 33c5f63e
      Mark Goddard authored
      As a non admin user, navigate to Identity -> Users. Then click on the
      username of your user to go to the detail page.
      
      Only the allowed Overview tab is visible.
      
      The view shows three tabs: Overview, Role assignments, Groups. Click on
      either Role assignments or Groups. An error will appear, showing that
      the API call is unauthorised, and the table content will fail to load.
      
      This change fixes the issue by conditionally loading the tabs based on
      policy.
      
      Closes-Bug: #1920214
      Change-Id: Ic8b723e6fd423b96a4f5eff54f9392cee534ed9e
      (cherry picked from commit 60cf3203)
      33c5f63e
    • Radomir Dopieralski's avatar
      Save instace_id inside Associate Floating IP workflow · 12d468dc
      Radomir Dopieralski authored
      Also, rename instance_id field to proper port_id.
      
      Before this change, when instance_id was passed from the Instances
      page in the URL, the information would be lost on form submission,
      and if the form contained an error, the it would be redisplayed with
      the port drop-down containing all ports from all instances. This also
      made submitting this form slow, as the drop-down would be populated
      with all ports on form validation.
      
      It also creates a bug, where if there are more instances than Nova's
      pagination allows, the ports from newer instances would no longer
      appear in the drop-down, and the form would fail to validate, even
      though the choice of port on initial form was correct.
      
      Closes-bug: #1920010
      Change-Id: I3ab26c19dc9ea1ed23fcff790d0db919039099eb
      (cherry picked from commit 3d82d573)
      12d468dc
    • David Hill's avatar
      Get the timezone offset for the current day instead of January 1st. · cd16b407
      David Hill authored
      This bug only appears to be a cosmetic one where the TZ offset
      would be calculated on current_year/01/01 so would remain in
      daylight saving offset when displaying the timezones list.
      
      (Note by amotoki)
      The minimum version of Babel is bumped to 2.6.0
      as Babel 2.3.4 returns "New Zealand Time" instead of "New Zealand
      (Auckland) Time" returned from the latest Babel (2.9.0).
      It is not a good idea to handle such difference in Babel in our UT
      and there is no reason to stick to Bump 2.3.4.
      2.6.0 was chosen as it is available in Ubuntu Focal and there is
      no more reason than this.
      
      Change-Id: I0600086cc51cf5abcf1631565e75146114189667
      Closes-bug: #1822849
      (cherry picked from commit f6022032)
      cd16b407
    • Tatiana Ovchinnikova's avatar
      Move "Domain" field under "User Name" and "Password" · bb2a4bb3
      Tatiana Ovchinnikova authored
      Autofocus on the login screen now is on the first field. It's either
      "User Name" or "Domain" with multidomain support. However it appears
      to be more convenient to keep the focus on "User Name" whether there
      is multidomain support or not. Also "Domain" is pre-filled with the
      last domain used, so often there's no need to change it.
      
      This patch moves "Domain" field under "User Name" and "Password" and
      keeps autofocus always on "User Name".
      
      Closes-Bug: #1916958
      
      Change-Id: I590ce3a5cbaa0ebb470228a7114a60ff89467835
      (cherry picked from commit b09e5b30)
      bb2a4bb3
  26. 30 Mar, 2021 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/wallaby · 35103d9c
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/wallaby branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: Ib6944bf7f8239e89b11074444579b358a68632c8
      35103d9c
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/wallaby · afed022f
      OpenStack Release Bot authored
      Change-Id: I67a3248eb3b32183c1ae957d4b04cf311bf51dfd
      afed022f