Update git submodules

* Update oslo.context from branch 'master'
  - Update hacking version
    
    Change-Id: I15bccfb206275218739227d784aa88a298f11017
    
  - Use template for lower-constraints
    
    Small cleanups:
    
    * Use openstack-lower-constraints-jobs template, remove individual
      jobs.
    * Sort list of templates
    
    Change-Id: I0650252f170f8e53be43bc193997d15effef8b8b
    Needed-By: https://review.openstack.org/623229
    
  - Update mailinglist from dev to discuss
    
    openstack-dev was decomissioned this night in https://review.openstack.org/621258
    Update openstack-dev to openstack-discuss
    
    Change-Id: Id5de26de244380698d401a5940a412ce631632d5
    
  - Implement domain-scope for context objects
    
    The OpenStack identity sevice issues domain-scoped tokens and
    keystonemiddlware sets a specific header when it validates a
    domain-scoped token. This commit allows context objects to set
    domain_id attributes for tokens scoped to a domain and also processes
    the domain ID header from keystonemiddlware.
    
    Change-Id: I620d647499abaf5a7103d82af22a190fcc0b3fae
    
  - Clean up .gitignore references to personal tools
    
    Developers run all sorts of different tools within Git repositories,
    any of which can leave their own special trashfiles all over the
    place. We can't every hope to catalog them all, so better to
    recommend developers simply configure a global core.excludesfile to
    filter the irrelevant files which tend to get created by their
    personal choice of tools.
    
    To this end, remove the long-standing sections for "Mr Developer"
    and "Editors" since their mere existence here sends the signal that
    we welcome (and have time to review) additions for any old tool
    someone ever might happen to try. Also add a comment block
    explaining this, for clarity.
    
    We can, and should of course, continue to list files created by the
    tools recommended by our workflow (test frameworks called from tox,
    documentation and packaging builds, et cetera).
    
    This change is a port of I1b41efac219fca44e2548fc36633724d0ecfc0cb
    from the openstack-dev/oslo-cookiecutter repository.
    
    Change-Id: I19faa612ffaa86d274c5e30e4ec18dfff3c29b3b
    
  - Always build universal wheels
    
    All of our projects are pure python, so we can build
    universal wheels by default.
    
    Change-Id: I04791f928c4818119085f207948fee1555978d13
    
  - Merge "add lib-forward-testing-python3 test job"
  - Merge "add python 3.6 unit test job"
  - Merge "import zuul job settings from project-config"
  - 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: Ie5e428cbf7baf1644512b5dce676371ba654bf2e
    Story: #2002586
    Task: #24322
    
  - 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: I35a537d0680c54fa995919f745cf4fe8b04d2543
    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: I969232f570b6caba639f9800f22aabce5bdecf66
    Story: #2003250
    
  - 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: I2687850181eb8710efa48f27db3e7bc7e0e3b707
    Story: #2003250
    
  - Update reno for stable/rocky
    
    Change-Id: I1059a53737400a045cd7f77d777ec942d2269984
    
  - 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: Ic863da849df2a728ce6b26bfd946262a5439fcad
    
  - Add release notes link to README
    
    Change-Id: Ib3d06b86c41cf7bbe3056d43d59c213dc0b46776
    
  - 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.
    
    Change-Id: Ib73cac0235c6213645187ec52c719c8403eede5c
    Signed-off-by: Doug Hellmann <doug@doughellmann.com>
    
  - Merge "Implement system-scope"
  - Implement system-scope
    
    The context should carry some information that all services will need
    in order to enforce scoping. System scope can be implemented here
    and available for projects when they start adding scope types to
    policies.
    
    bp system-scope
    
    Change-Id: I02fdaccfdd002d60b0b51c5d3327c783009cf35e
    
  - Remove stale pip-missing-reqs tox test
    
    pip_missing_reqs tool is no longer maintained and has broken with
    release 10 of pip
    
    Refer to:
     http://lists.openstack.org/pipermail/openstack-dev/2018-April/130027.html
    
    Change-Id: Icedc01f3caf3891d5941604dcf88ad753c6ae0ec
    
  - 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: I6df39b4d3d2cb72717ed69a63bf28532c4eccf29
    
  - Switch pep8 job to python 3
    
    pep8 under python 3 is more strict than under python 2, so to make
    sure our projects meet the more strict standards we want to run the
    pep8 jobs using python 3 by default.
    
    Change-Id: I7b2a817147a0f1d1c7aabe09161a4df2ebec503f
This commit is contained in:
ZhijunWei 2018-12-28 22:52:08 +08:00 committed by Gerrit Code Review
parent 0347558475
commit 6cfd0cc197
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit fd3b5f1cebe308bf5fb416613130e4cf960657a7
Subproject commit f3f1b88226205df54a91708d4298874cce93a18b