Skip to content
Snippets Groups Projects
  1. Mar 04, 2019
    • pengyuesheng's avatar
      Judge if horizon.datatables.qs is undefined · 04399d69
      pengyuesheng authored
      When the modal box is opened,
      horizon.datatables.qs will be empty.
      When update row, the cache cannot be updated in real time,
      this makes filtering problems.
      
      Change-Id: I605726fa78c20126a7f48ad3b2953bc6b416349f
      Closes-Bug: #1817656
      04399d69
  2. Feb 23, 2019
  3. Feb 22, 2019
  4. Feb 21, 2019
  5. Feb 20, 2019
  6. Feb 19, 2019
  7. Feb 15, 2019
  8. Feb 14, 2019
  9. Feb 13, 2019
    • manchandavishal's avatar
      Clarify instance state after launch submission · 787ede8d
      manchandavishal authored
      
      After submitting a launch instance-workflow, an instance is technically
      only scheduled for launch - and not yet actually launched.  This patch
      reflects this in the message presented in the top right corner.
      
      Closes-Bug: #1287051
      
      Change-Id: Ie86e61c0db561eeb64101c55d304b07191f33ea8
      Co-Authored-By: default avatarTrygve Vea <trygve.vea@gmail.com>
      787ede8d
    • pengyuesheng's avatar
      Modify the prompt of update network · ba4a8414
      pengyuesheng authored
      The name is not required, so data["name"] may be empty,
      but the network.name_or_id must have a value
      
      Change-Id: I560e30f0081ea85e8f6e4b2db20c70630573741e
      Closes-Bug: #1815702
      ba4a8414
    • pengyuesheng's avatar
      Modify the flavor ID regex · f24278da
      pengyuesheng authored
      Flavor ID regex and Nova service are inconsistent and need to be modified
      
      Change-Id: Ib247cc0cbbf8e340f0ab19002d0010f571b9a33c
      Closes-Bug: #1813236
      f24278da
  10. Feb 12, 2019
  11. Feb 11, 2019
  12. Feb 09, 2019
    • Akihiro Motoki's avatar
      Quote cinder qos-spec key name · 611224db
      Akihiro Motoki authored
      In "Manage Specs" table of "Volume Types" panel, when a key name of
      a QoS spec contains multiple spaces the QoS spec cannot be deleted
      because multiple spaces in the key name are reduced into a single
      space by the "minifyspace" templatetag.
      "minifyspace" itself is useful, so it looks better to escape a key
      name of a QoS spec to keep multiple spaces. This commit escapes
      a key name of a QoS spec by using urllib.parse.quote().
      
      Change-Id: Id11080e2a4284d69b8afb5c554728a98e024289f
      Closes-Bug: #1811644
      611224db
    • Akihiro Motoki's avatar
      instances.tests: Set return_value for tenant_absolute_limits · 1ca0c6f6
      Akihiro Motoki authored
      Previously tenant_absolute_limits was mocked but return_value
      was not set properly. As a result, MagicMock() is compared to
      an integer and this causes TypeError in python 3.
      
      Change-Id: I4c912c77f28df816811b9bb1667629548f3998c4
      Closes-Bug: #1815287
      1ca0c6f6
Loading