Update git submodules

* Update stevedore from branch 'master'
  - add python 3.7 unit test job
    
    See ML discussion here [1] for context.
    
    [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html
    
    Story: #2004073
    Co-authored-by: Corey Bryant <corey.bryant@canonical.com>
    Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>
    Change-Id: If7fc1428d98a96d73d90ca261c12c67836329341
    
  - Use template for lower-constraints
    
    Small cleanups:
    
    * Use openstack-lower-constraints-jobs template, remove individual
      jobs.
    * Sort list of templates
    
    Change-Id: Ie4fa0a49318e20b9c4a32db44de0bdb59666eddd
    Needed-By: https://review.openstack.org/623229
    
  - Change openstack-dev to openstack-discuss
    
    Mailinglists have been updated. Openstack-discuss replaces openstack-dev.
    
    Change-Id: I4d3bd4a4536e972fa2ebf14a9c73b674084cad88
    
  - Update sphinx logging to not use app object
    
    Logging via the application object was deprecated in sphinx 1.6 and is
    now removed in the master branch that will become 2.0. This updates our
    sphinx extension to use the recommended sphinx.util.logging instead.
    
    Closes-bug: #1798174
    
    Change-Id: Ie66579146d68680905c3eac3d256369309130cf4
    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    
  - Removed older version of python added 3.5
    
    In setup.cfg file the python 3.5 is added
    
    Change-Id: I6dbad224fb05d0f2fdb70828d157429bb1cf6282
    
  - Update doc/conf.py to avoid warnings with sphinx 1.8
    
    The autodoc_default_flags option is now deprecated.[1] This warning can
    cause documentation build failed. use autodoc_default_options instead.
    
    [1]https://github.com/matplotlib/matplotlib/pull/11928
    Change-Id: I73041da072edb635661503b75a9c7460e1242220
    
  - Merge "fix wrong link"
  - add lib-forward-testing-python3 test job
    
    This is a mechanically generated patch to add a functional test job
    running under Python 3 as part of the python3-first goal.
    
    See the python3-first goal document for details:
    https://governance.openstack.org/tc/goals/stein/python3-first.html
    
    Change-Id: I760a924068be4d61496010cec967e5a181042b1b
    Story: #2002586
    Task: #24322
    
  - fix wrong link
    
    Change-Id: I19f63102037199d3a5b3afb614900075d8710b63
    
  - add python 3.6 unit test job
    
    This is a mechanically generated patch to add a unit test job running
    under Python 3.6 as part of the python3-first goal.
    
    See the python3-first goal document for details:
    https://governance.openstack.org/tc/goals/stein/python3-first.html
    
    Change-Id: I48e460abaf97613dfd2c9b035b322d38ba9bab52
    Story: #2002586
    Task: #24322
    
  - import zuul job settings from project-config
    
    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.
    
    See the python3-first goal document for details:
    https://governance.openstack.org/tc/goals/stein/python3-first.html
    
    Change-Id: Ia67171e6d46244a712ec8b8aa5736e9b8683600e
    Story: #2003250
    
  - Update reno for stable/rocky
    
    Change-Id: I7c0686a713d9e302f47f41c04cc3b3f2b1f79f6b
    
  - Remove unnecessary py27 testenv
    
    The pyNN factors automatically set basepython unless explicitly requested otherwise.
    Therefore, "testenv:py27" section are unnecessary and should be removed
    as the recommendation from Stephen in [1]
    
    [1] https://review.openstack.org/#/c/580250/3/tox.ini@15
    
    Change-Id: I07428041f70c68520c451589fc65cb586741b69b
    
  - Switch to stestr
    
    According to Openstack summit session [1],
    stestr is maintained project to which all Openstack projects should migrate.
    Let's switch to stestr as other projects have already moved to it.
    
    [1] https://etherpad.openstack.org/p/YVR-python-pti
    
    Change-Id: I1b5bd8a53d0f93b99dd60fd5711a60f1135bcc4c
    
  - fix tox python3 overrides
    
    We want to default to running all tox environments under python 3, so
    set the basepython value in each environment.
    
    We do not want to specify a minor version number, because we do not
    want to have to update the file every time we upgrade python.
    
    We do not want to set the override once in testenv, because that
    breaks the more specific versions used in default environments like
    py35 and py36.
    
    Decode subprocess output so it has the right type under python 3.
    
    Change-Id: Id2df5439fa6e788199bec4ac7c98c56347053621
    Signed-off-by: Doug Hellmann <doug@doughellmann.com>
    
  - Trivial: Update pypi url to new url
    
    Change-Id: Ie738ac6938b035c414c0c8d964b771c5155ed115
    
  - Trivial: Update pypi url to new url
    
    Pypi url changed from [1] to [2]
    
    [1] https://pypi.python.org/pypi/<package>
    [2] https://pypi.org/project/<package>
    
    Change-Id: Ifc9114fd4b4d95f2ae0acd7e0a19d217786b1168
    
  - set default python to python3
    
    Set the default python to python3 except for the py27 environment. We
    have to set that explicitly to override the new default.
    
    Change-Id: Ia540b70e648d585aa0de017f72ceb96214b67e27
    Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Sahid Orentino Ferdjaoui 2019-02-26 15:47:59 +00:00 committed by Gerrit Code Review
parent c66346d578
commit 82c1f88315
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 40064ea0e7324d5bc8498d1090337cae5aa9cb95
Subproject commit df3b8372f21141745e898d92907df21ea98144f0