Skip to content
Snippets Groups Projects
  1. May 10, 2019
    • pengyuesheng's avatar
      Correct error messages on update network form · 9f4c9d19
      pengyuesheng authored
      The name is not required, so data["name"] may be empty.
      When data["name"] is empty, get the id value.
      This patch correct error messages on update network form
      
      Change-Id: Icc1b0ad7077dedfea77d6c0225dc2747d7efc1b5
      9f4c9d19
  2. May 03, 2019
  3. May 02, 2019
  4. May 01, 2019
    • Dmitriy Rabotjagov's avatar
      Fix KeyError when image was deleted · a1559be7
      Dmitriy Rabotjagov authored
      KeyError was raised when volume was created from image and
      then this image is deleted. THis patch adds additional check
      to avoid such situations.
      
      Change-Id: I85712fd9587d8815d2f3c74227ded9a4f62296f3
      a1559be7
  5. Apr 29, 2019
  6. Apr 28, 2019
    • Adrian Turjak's avatar
      Correctly set content-type for workflow response · 8516de8f
      Adrian Turjak authored
      The default content-type is html, and under certain
      circumstances like devstack the html has some additional
      comments added. Because this specific content is meant
      to be parsed as json those extra html comments break the
      modal.js code.
      
      We can't set the content-type to json without rewriting parts of
      modal.js, as it will will parse it into an object early and then
      modal.js will fail as it attempts to parse an object into json.
      
      Change-Id: If5a9ee7fe4273dc368dec7767a55d4467bf6a1a7
      Closes-bug: #1824484
      8516de8f
    • Zuul's avatar
  7. Apr 25, 2019
  8. Apr 24, 2019
  9. Apr 23, 2019
    • Riedo Ilofin's avatar
      Application Credentials: Set unrestricted Default to False · 413e4b6d
      Riedo Ilofin authored
      This is bug from initial commit Ida2e836cf81d2b96e0b66afed29a900c312223a4
      
      Check box 'unrestricted' is Bool type and if left unticked it was set to
      'None' which is not Bool type.
      
      This fixes the bug and removes 'or None' which sets the 'unrestricted' to
      'False'
      
      Change-Id: I7b3b4b82624e61edfea5d0b42d9179ec2216277f
      Closes-Bug: #1821115
      413e4b6d
  10. Apr 22, 2019
  11. Apr 21, 2019
  12. Apr 20, 2019
  13. Apr 19, 2019
  14. Apr 18, 2019
  15. Apr 16, 2019
  16. Apr 15, 2019
  17. Apr 11, 2019
  18. Apr 10, 2019
  19. Apr 09, 2019
  20. Apr 08, 2019
  21. Apr 05, 2019
  22. Apr 04, 2019
Loading