1. 12 Jul, 2019 1 commit
  2. 23 Apr, 2019 1 commit
    • Andreas Jaeger's avatar
      Remove openstack-tox-py35-with-neutron-lib-master · 7be6cce3
      Andreas Jaeger authored
      This is a job that runs only on master and it stayed in project-config.
      It should not have been imported here as part of python3-first topic,
      remove it again.
      
      Change-Id: Id1ddf79100d83f665b62b1ef73ed8689a2afd3bb
      (cherry picked from commit 21df6d54)
      7be6cce3
  3. 19 Apr, 2019 1 commit
  4. 24 Mar, 2019 1 commit
  5. 04 Oct, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · f3db339b
      Doug Hellmann authored
      This is a mechanically generated patch to complete step 1 of moving
      the zuul job settings out of project-config and into each project
      repository.
      
      Because there will be a separate patch on each branch, the branch
      specifiers for branch-specific jobs have been removed.
      
      Because this patch is generated by a script, there may be some
      cosmetic changes to the layout of the YAML file(s) as the contents are
      normalized.
      
      See the python3-first goal document for details:
      https://governance.openstack.org/tc/goals/stein/python3-first.html
      
      Fix tools/tox_install.sh to work with current OpenStack CI docs job.
      
      Change-Id: I95ce65b27e278c0e9910eada2872bcfb7e807c9c
      Story: #2002586
      Task: #24314
      f3db339b
  6. 23 Nov, 2017 1 commit
  7. 09 Mar, 2017 1 commit
  8. 18 Feb, 2017 2 commits
  9. 17 Feb, 2017 3 commits
  10. 15 Feb, 2017 1 commit
  11. 04 Feb, 2017 1 commit
    • Andreas Jaeger's avatar
      Prepare for using standard python tests · a4ffca8e
      Andreas Jaeger authored
      Add simple script to setup mysql and postgresql databases, this script
      can be run by users during testing and will be run by CI systems for
      specific setup before running unit tests. This is exactly what is
      currently done by OpenStack CI in project-config.
      
      This allows to change in project-config the python-db jobs to
      python-jobs since python-jobs will call this script initially.
      
      See also
      http://lists.openstack.org/pipermail/openstack-dev/2016-November/107784.html
      
      Needed-By: I0a87f7db0d1d78e7419a8706683aaa540c3dc399
      Change-Id: I4d5fa211365c1d952bfa6dc5870bf5ca8c2587b4
      a4ffca8e
  12. 31 Jan, 2017 1 commit
  13. 27 Jan, 2017 1 commit
    • Thomas Morin's avatar
      Restore br_tun/br_mpls flows on OVS restart · 0476b0ba
      Thomas Morin authored
      When run under OVS, we subscribe to the OVS_RESTARTED event [1]
      and react by setting up all the flows we need again in br_int and
      br_tun for BGPVPN functionality.
      
      A separate restart of bagpipe-bgp will still be required after
      and OVS restart.
      
      [1] I9aebe7ccc3e2f565b4339d42842d89b911131b1f
      
      Change-Id: Id38cd20b17b2572599e718aa8c9db26bffb9c012
      Closes-Bug: 1657689
      0476b0ba
  14. 19 Jan, 2017 2 commits
  15. 18 Jan, 2017 1 commit
  16. 16 Jan, 2017 1 commit
  17. 01 Jan, 2017 1 commit
  18. 23 Dec, 2016 2 commits
  19. 12 Dec, 2016 1 commit
  20. 09 Dec, 2016 1 commit
  21. 08 Dec, 2016 2 commits
  22. 07 Dec, 2016 1 commit
  23. 06 Dec, 2016 1 commit
  24. 05 Dec, 2016 1 commit
  25. 01 Dec, 2016 1 commit
  26. 25 Nov, 2016 3 commits
  27. 23 Nov, 2016 1 commit
    • Thomas Morin's avatar
      Follow model_base move · 4bb14fa0
      Thomas Morin authored
      model_base moved from neutron to neutron_lib
      
      Change-Id: I761f7a0f0a5901dd01598a5a7851ebd484ad9986
      4bb14fa0
  28. 22 Nov, 2016 1 commit
    • Ann Kamyshnikova's avatar
      Change passing session to context in segments db functions · 852fc4e3
      Ann Kamyshnikova authored
      We have a number of functions that expect to get session as one
      the arguments. Passing session is not correct and this prevents
      of usage new enginefacade which expect context to be passed and
      session will be injected in current context.
      
      Change-Id: I31a851f28cdb9dee6066e3030470dbeb6a1ae436
      Depends-On: I68ac442f11a6698bc43210fae877ba3809b1c02d
      852fc4e3
  29. 18 Nov, 2016 1 commit
  30. 17 Nov, 2016 1 commit
  31. 16 Nov, 2016 1 commit
  32. 14 Nov, 2016 1 commit
    • Thomas Morin's avatar
      devstack gate fixes for bagpipe ML2 · a4f9a75d
      Thomas Morin authored
      Really enable bagpipe ML2 when ENABLE_BAGPIPE_L2 is set.
      Define Q_AGENT early enough.
      Properly set ENABLE_BAGPIPE_L2 in devstack gate init script.
      
      Change-Id: I1f0e5d923d93322b659c3a8c72f67c45054ee7be
      a4f9a75d