From fd4c30deea17e949e6004e4f2998e9381e9b1feb Mon Sep 17 00:00:00 2001 From: 98k <18552437190@163.com> Date: Wed, 9 Jan 2019 18:13:20 +0000 Subject: [PATCH] Update git submodules * Update python-designateclient from branch 'master' - Add doc/requirements.txt to releasenotes tox environment Without these dependencies, the releasenotes build does not actually work. Change-Id: I6341d335003b5bd29d05314fa6f18dc66adf6f2a - Change openstack-dev to openstack-discuss Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: I6b7ce5b390318353d5721d0f0cc077a42a789dc7 - Add Python 3.6 classifier to setup.cfg Change-Id: I181a86cdde2d49eb1072f9488a8b4a9500f29dbe - Don't quote {posargs} in tox.ini Quotes around {posargs} cause the entire string to be combined into one arg that gets passed to stestr. This prevents passing multiple args (e.g. '--concurrency=16 some-regex') Change-Id: I2129ff5454ad7e2f94736ea750ca3f2d6d78e1ea - Use templates for cover and lower-constraints Use openstack-tox-cover template, this runs the cover job as non-voting in the check queue only. Use openstack-lower-constraints-jobs template Remove jobs that are part of the templates. Reorder templates alphabetically. Also, add repo to designate queue for co-gating. Change-Id: I8cd7ec2e27e3e15c92a9f57f98117eca006059b1 - 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: Ia793b6bc70883865a4432b2024df6baa56a4a3e9 Story: #2002586 Task: #24292 - switch documentation job to new PTI This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs 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: Ia976368d5efba584fb44eafe4fa1f746726236dd Story: #2002586 Task: #24292 - 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. 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: Ia2b7a3220fbc4b96a6442118845d662efaeeef4c Story: #2002586 Task: #24292 - Merge "Update reno for stable/rocky" - Merge "Check item is one of six.string_types not just str" - Update reno for stable/rocky Change-Id: I0182b4343fd0be1e8083373e206462cbb1e75901 - Merge "server-get/update show wrong values about 'id' and 'update_at'" - 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: I96c7c264dab04a7f52e2c77a1165ed51137bfae0 - Fix copy-pasta in quota command descriptions These seem to have been copied from the blacklist command and don't make sense for quotas. They also appear in the openstackclient help output which is confusing. Change-Id: Ib5d2c0fd7da8cb18e230d84c5f344217ad853da7 - server-get/update show wrong values about 'id' and 'update_at' While process 'designate server-get' and 'designate server-update', the 'id' and 'update_at' values are wrong, they should be interchanged. Change-Id: Ibddf9cc9a018774ed229c0dfa81e705cd74704bc Closes-Bug: #1777576 - Merge "Remove PyPI downloads" - Remove PyPI downloads According to official site, https://packaging.python.org/guides/analyzing-pypi-package-downloads/ PyPI package download statistics is no longer maintained and thus should be removed. Change-Id: Ifd81d1071aee5c5e2ce1c52aa993b794c95455eb - 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: If352b0ca1de2cda56089ebe1c7db04feb5ba983b Signed-off-by: Doug Hellmann - Trivial: Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: I49bb581c87d28bebe9f251cec801eaf5b79606d7 - Updated from global requirements Change-Id: Id0fe23bc2601b27ba53fa95bfb91d1a6b4fda91b Signed-off-by: Graham Hayes - Check item is one of six.string_types not just str Change-Id: I343d9f6bdb3509256191a44e686f24e0ebeb5d22 Closes-Bug: #1762612 --- python-designateclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-designateclient b/python-designateclient index 6eeef0dd24..4ffd836c9a 160000 --- a/python-designateclient +++ b/python-designateclient @@ -1 +1 @@ -Subproject commit 6eeef0dd24e0787f6c2c58f63ae27872ad22ac47 +Subproject commit 4ffd836c9a40f9e702ce44e678d953cb9f81b7e4