Skip to content
Snippets Groups Projects
  1. Aug 08, 2018
  2. Aug 07, 2018
  3. Aug 06, 2018
  4. Aug 03, 2018
  5. Aug 01, 2018
  6. Jul 31, 2018
  7. Jul 26, 2018
  8. Jul 25, 2018
  9. 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
  10. Jul 23, 2018
  11. 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
  12. Jul 21, 2018
    • Zuul's avatar
      Merge "Adding identity ng-groups edit action" · a56765b6
      Zuul authored
      a56765b6
    • Akihiro Motoki's avatar
      Convert identity.users tests into mock · aa7bbac0
      Akihiro Motoki authored
      In addition, domain_get() call checks previously succeeded somehow
      with mox test, but they now fails after mock migration.
      api.keystone.get_effective_domain_id() is now mocked instead of
      api.keystone.domain_get(). There is no need to test the internal of
      api.keystone, so get_effective_domain_id() is the right place to mock.
      
      blueprint mock-framework-in-unit-tests
      Change-Id: I58deb6027b93f580fe85b461df2ed15ca4f87b40
      aa7bbac0
  13. Jul 19, 2018
  14. Jul 18, 2018
  15. Jul 17, 2018
    • Zuul's avatar
      Merge "Rework DEFAULT_SERVICE_REGIONS" · 6340e804
      Zuul authored
      6340e804
    • Zuul's avatar
      Merge "integration test fixes" · e4e11455
      Zuul authored
      e4e11455
    • Adrian Turjak's avatar
      Rework DEFAULT_SERVICE_REGIONS · 88fb0188
      Adrian Turjak authored
      DEFAULT_SERVICE_REGIONS is cumbersome when you have
      more than one keystone endpoint and all you want to do
      is set a global default service region.
      
      This adds '*' as an optional fallback key to mean global default.
      If an endpoint matches it will take precedence over the '*' value.
      
      This also fixes the precedence order for DEFAULT_SERVICE_REGIONS
      so that a user controlled cookie is used instead when that cookie
      is valid for the given catalog. This changes the way the setting
      works, but retains the intended result the setting was originally
      intended for.
      
      Change-Id: Ieefbd642d853fcfcf22a17d9edcc7daae72790a4
      blueprint: global-default-service-region
      Closes-Bug: #1772345
      Related-Bugs: #1359774 #1703390
      88fb0188
  16. Jul 16, 2018
Loading