Skip to content
Snippets Groups Projects
  1. Aug 20, 2018
  2. Aug 17, 2018
  3. Aug 16, 2018
  4. Aug 15, 2018
    • Akihiro Motoki's avatar
      Make generic group check work with admin table · f0c1fa19
      Akihiro Motoki authored
      Previously allowed() methods in DeleteVolume and DeleteVolumeSnapshot
      actions assume that the cinder generic group is always available.
      The current admin volume and volume snapshot tables do not load
      generic group information, so these allowed() methods failed and
      as a result these delete actions are not shown.
      This commit checks if a volume belongs to a generic group in more
      robust way. This change makes the project volume table work with
      deployments without the generic group as well.
      
      Change-Id: Idd887434153966d9188acaf08346fa6a0f0e6719
      Closes-Bug: #1787065
      (cherry picked from commit e5d6f54e)
      f0c1fa19
    • Eddie Ramirez's avatar
      Safer handling of return statement inside of OperationLogMiddleware · ef21e65f
      Eddie Ramirez authored
      Enclosing return statement in a try block. If object is unserializable
      then return a message.
      
      Change-Id: I184f4b10a419037d3ed770fbec42c262f03a89f2
      Closes-bug: #1784438
      (cherry picked from commit 27f619cf)
      ef21e65f
  5. Aug 13, 2018
  6. Aug 12, 2018
  7. Aug 11, 2018
  8. Aug 10, 2018
  9. Aug 09, 2018
    • OpenStack Release Bot's avatar
      Update UPPER_CONSTRAINTS_FILE for stable/rocky · fd4b0240
      OpenStack Release Bot authored
      The new stable upper-constraints file is only available
      after the openstack/requirements repository is branched.
      This will happen around the RC1 timeframe.
      
      Recheck and merge this change once the requirements
      repository has been branched.
      
      The CI system will work with this patch before the requirements
      repository is branched because zuul configues the job to run
      with a local copy of the file and defaults to the master branch.
      However, accepting the patch will break the test configuration
      on developers' local systems, so please wait until after the
      requirements repository is branched to merge the patch.
      
      Change-Id: I9fb0e3b494f48899cfec8ef35d07675505e8eb57
      fd4b0240
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/rocky · d6b23543
      OpenStack Release Bot authored
      Change-Id: Iaa408f64d7396c90bf92e2655cf44d5521f31101
      d6b23543
  10. Aug 08, 2018
  11. Aug 07, 2018
  12. Aug 06, 2018
  13. Aug 03, 2018
  14. Aug 01, 2018
  15. Jul 31, 2018
  16. Jul 26, 2018
  17. Jul 25, 2018
  18. Jul 24, 2018
    • Stuart Grace's avatar
      Delete profiler object when request completes · 2e2ef6a8
      Stuart Grace authored
      When a request that is being profiled completes and the response is
      received, the middleware expires the profiling cookie. It also needs
      to delete the profiling object that holds the base_id UUID so a new
      base_id will be created for the next profile. Otherwise the same
      base_id is used for subsequent queries and they become merged togther
      in the database.
      
      Change-Id: I379cebfa2ed5282c96df0e255a8ba04c65a8523c
      Closes-Bug: #1777486
      Depends-On: https://review.openstack.org/578362
      2e2ef6a8
  19. Jul 23, 2018
  20. Jul 22, 2018
    • Jens Harbott's avatar
      Add DNS parameters to Floating IP panels · 9e703aec
      Jens Harbott authored
      This adds support for the "DNS Domain" and "DNS Name" options to the
      panels for listing and allocation Floating IPs.
      
      These options are available as a Neutron extension, so we need to
      make them conditional based on the availability of that extension.
      
      Change-Id: Ife8e19aac44dccbdf11a6a6d4bb50cd3b7ed8d8e
      9e703aec
    • Vladislav Kuzmin's avatar
      Fix image description field · 08e0f38c
      Vladislav Kuzmin authored
      Nothing changed when edit image description on Angularized panel.
      This patch fixes it.
      
      Change-Id: I29fb643bfa9b648ad24fcb9888c658a5a52e4bcc
      Closes-Bug: #1779879
      08e0f38c
Loading