Skip to content
Snippets Groups Projects
  1. Jun 07, 2018
  2. Jun 05, 2018
  3. Jun 04, 2018
  4. Jun 01, 2018
  5. May 31, 2018
  6. May 30, 2018
  7. May 25, 2018
    • Feilong Wang's avatar
      Sort image list by name when launch instance · 71c48804
      Feilong Wang authored
      Just like the flavor sort issue, this is another regression issue
      when we shift from the legacy launch instance wizard. By default,
      the image list should be ordered by name.
      
      Change-Id: Id619ad531f7e91326694ee90c112d6a7db0d14ad
      71c48804
  8. May 24, 2018
  9. May 23, 2018
  10. May 22, 2018
    • jmoffitt's avatar
      Fix mismatched attach_volume rule · 8e390390
      jmoffitt authored
      The attach_volume rule on the Compute Instances and Volume pages
      does not match the rule in the nova_policy.json file, or what is
      generated from an oslo policy generation on Nova. Update the rule
      to match what is used in the default policy file, and what Nova
      uses in its unit tests.
      
      While looking at this, discovered that the detach_volume has a
      similar problem, with no rule that matches at all. It may make sense
      to have detach volume use similar permissions to attach
      
      Change-Id: I40c709c7bb0c8538b56624dbfff1faea2eba9ee6
      Closes-bug: 1772759
      8e390390
  11. May 20, 2018
    • Ian Y. Choi's avatar
      [trivial] Fixes a typo · a3cc0625
      Ian Y. Choi authored
      auto_alloocated_network -> auto_allocated_network
      
      TrivialFix
      
      Change-Id: I6b2158f80826a23611bd6ae15285a8acedeb0925
      a3cc0625
  12. May 17, 2018
  13. May 16, 2018
  14. May 15, 2018
    • Adrian Turjak's avatar
      Create new wsgi.py file and deprecate old file · 0ca736e5
      Adrian Turjak authored
      Django 1.4 stopped creating django.wsgi files and the common
      practice now for a while has been a wsgi.py since it is actually
      python code, and should actually be importable.
      
      Right now someone has to copy and rename the existing file if they
      want to use it with a server like gunicorn.
      
      This patch adds a new file in location that is importable via python
      and adds a deprecation log to the old one.
      
      This also updates the wsgi generation commands to instead  create
      'horizon_wsgi.py' and have the apache conf generation also use that
      or the default wsgi file.
      
      Change-Id: I0f8bd16c8973ad23bcd8f73b54584dc69e5aed0c
      Closes-Bug: #1763204
      0ca736e5
  15. May 14, 2018
Loading