1. 19 Apr, 2019 1 commit
  2. 24 Mar, 2019 1 commit
  3. 07 Nov, 2018 1 commit
  4. 31 Oct, 2018 1 commit
  5. 29 Aug, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 225195c1
      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
      
      Change-Id: I89f39409a6f9e8facac5c8db6999c51d8b875474
      Story: #2002586
      Task: #24314
      225195c1
  6. 02 May, 2018 1 commit
    • eeldill's avatar
      Fix: sphinx-docs job for stable branch and pep8 issues · 753bb7bb
      eeldill authored
      build-openstack-sphinx-docs jobs fail on stable branches due to the new
      pip version 10 introduces some previously Warning as Error: in case of
      calling "pip install" without any package name, the command fails.
      tox_install.sh is called during docs job without any package passed to pip.
      
      Pep8 job is broken due to recent pep8 upgrade and corresponding
      pycodestyle update.
      
      This commit fixes the following errors:
        - E731 do not assign a lambda expression, use a def
        - W503 line break before binary operator
        - E402 module level import not at top of file
      
      Change-Id: I55879d70f05de60a423176e5bf1803758f27c691
      753bb7bb
  7. 23 Aug, 2017 1 commit
  8. 11 Aug, 2017 2 commits
  9. 27 Jul, 2017 1 commit
  10. 23 Jul, 2017 1 commit
  11. 21 Jul, 2017 2 commits
  12. 20 Jul, 2017 3 commits
  13. 19 Jul, 2017 1 commit
  14. 18 Jul, 2017 1 commit
    • Luong Anh Tuan's avatar
      Replace test.attr with decorators.attr · ca67da59
      Luong Anh Tuan authored
      Function 'tempest.test.attr()' has moved to 'tempest.lib.decorators
      .attr()' in Pike and will be removed in a future version.
      This patch replaces the 'tempest.test.attr()' with the 'tempest.lib
      .decorators.attr().'
      
      Change-Id: Ia1ed973398e801dfb5f46e172515dbf520ce4c43
      ca67da59
  15. 17 Jul, 2017 1 commit
  16. 14 Jul, 2017 1 commit
  17. 13 Jul, 2017 1 commit
    • Hunt Xu's avatar
      VPNaaS integration with services flavor framework · 058469e1
      Hunt Xu authored
      
      
      * adds new attribute 'flavor_id' for vpnservice
      * adds support for multiple drivers for VPNaaS
      
      This solution uses a flavor of service type VPN associated with a flavor
      profile containing a driver. During vpnservice creation, if a flavor_id
      is passed, it is used to find the provider for the driver which would
      handle the newly created vpnservice.  The flavor_id and the
      provider-vpnservice association are pesisted in the DB.
      
      ApiImpact and DocImpact tags are added as the new optional flavor_id
      parameter should be described, as well as the support of multiple VPNaaS
      drivers.
      
      The original work and discussion about integrating VPNaaS and service
      type framework can be found in the following change:
      I9e195dfaee21b1cf204cb9b9fc773bc9e5af5936
      
      ApiImpact
      DocImpact
      Closes-Bug: #1672920
      
      Signed-off-by: default avatarHunt Xu <mhuntxu@gmail.com>
      
      Change-Id: I0095e160481f1d4572e38ad1d3bbc8e183039b84
      058469e1
  18. 11 Jul, 2017 1 commit
    • Cao Xuan Hoang's avatar
      Use flake8-import-order plugin and clean up exceptions · d8ba5b7a
      Cao Xuan Hoang authored
      1. In reviews we usually check import grouping but it is boring.
      By using flake8-import-order plugin, we can avoid this.
      It enforces loose checking so it sounds good to use it.
      This flake8 plugin is already used in tempest.
      
      Note that flake8-import-order version is pinned to avoid unexpected
      breakage of pep8 job.
      
      Setup for unit tests of hacking rules is tweaked to disable
      flake8-import-order checks. This extension assumes an actual file
      exists and causes hacking rule unit tests.
      
      2. This patch is also intend to clean up exceptions to avoid
      confusing for other developers and the maintenance-ability as well.
      
      Change-Id: I032892f08e073feb5b822d27d092f041b17d57e1
      d8ba5b7a
  19. 30 Jun, 2017 9 commits
  20. 27 Jun, 2017 1 commit
  21. 19 Jun, 2017 1 commit
  22. 09 Jun, 2017 1 commit
    • Cao Xuan Hoang's avatar
      Add myself to list of driver maintainers · a8439aeb
      Cao Xuan Hoang authored
      I would like to add myself as a maintainer for strongswan driver
      as I am currently using and focusing on it. In order to share
      workload with Kong as he is in-charging for 2 drivers.
      
      Change-Id: I6ff26ef34520e9f8711503b7589c37bdbc32ca39
      a8439aeb
  23. 07 Jun, 2017 1 commit
    • xiaoli's avatar
      Delete the IPSec before the router is deleted · eaf4bfab
      xiaoli authored
      The termination of the IPSec connection process requires router's
      netns presence to execute successfully, so the IPSec connection
      deletion should be executed before the router is deleted,
      rather than the router deletion.
      
      Closes-Bug: #1696684
      
      Change-Id: Ia5b3576c0a53647ee273d025f1f8893348ccc6c0
      eaf4bfab
  24. 31 May, 2017 1 commit
  25. 29 May, 2017 1 commit
  26. 25 May, 2017 1 commit
  27. 17 May, 2017 2 commits