summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * add python 3.7 unit test jobCorey Bryant2019-02-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: Iebbf2ff70a5fc569cc48dfdb06286c4f9ff8cde9 Story: #2004073 Task: #27410
* | Add doc/requirements.txt to releasenotes tox environment98k2019-01-091-0/+3
|/ | | | | | | Without these dependencies, the releasenotes build does not actually work. Change-Id: I6341d335003b5bd29d05314fa6f18dc66adf6f2a
* Change openstack-dev to openstack-discuss98k2018-12-041-1/+1
| | | | | | Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: I6b7ce5b390318353d5721d0f0cc077a42a789dc7
* Add Python 3.6 classifier to setup.cfgqingszhao2018-11-291-0/+1
| | | | Change-Id: I181a86cdde2d49eb1072f9488a8b4a9500f29dbe
* Don't quote {posargs} in tox.inistein-em2.11.0Vieri2018-10-091-1/+1
| | | | | | | | 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-constraintsAndreas Jaeger2018-09-061-11/+6
| | | | | | | | | | | | | | | 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 jobNguyen Hai2018-08-171-0/+1
| | | | | | | | | | | | 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 PTINguyen Hai2018-08-171-1/+1
| | | | | | | | | | | | | 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-configNguyen Hai2018-08-171-0/+8
| | | | | | | | | | | | | | | | | | | | 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"Zuul2018-08-142-0/+7
|\
| * Update reno for stable/rockyOpenStack Release Bot2018-08-102-0/+7
| | | | | | | | Change-Id: I0182b4343fd0be1e8083373e206462cbb1e75901
* | Merge "Check item is one of six.string_types not just str"Zuul2018-08-112-3/+2
|\ \ | |/ |/|
| * Check item is one of six.string_types not just strGraham Hayes2018-04-162-3/+2
| | | | | | | | | | Change-Id: I343d9f6bdb3509256191a44e686f24e0ebeb5d22 Closes-Bug: #1762612
* | Merge "server-get/update show wrong values about 'id' and 'update_at'"rocky-em2.10.0Zuul2018-07-251-3/+3
|\ \
| * | server-get/update show wrong values about 'id' and 'update_at'miaoyuliang2018-06-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Switch to stestrVu Cong Tuan2018-07-117-23/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 descriptionsBen Nemec2018-06-291-2/+2
|/ / | | | | | | | | | | | | | | 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
* | Merge "Remove PyPI downloads"Zuul2018-06-081-4/+0
|\ \
| * | Remove PyPI downloadsChen2018-06-071-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 overridesDoug Hellmann2018-06-061-0/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <doug@doughellmann.com>
* | Trivial: Update pypi url to new urlmelissaml2018-04-212-4/+4
| | | | | | | | | | | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I49bb581c87d28bebe9f251cec801eaf5b79606d7
* | Updated from global requirementsOpenStack Proposal Bot2018-04-172-2/+2
|/ | | | | Change-Id: Id0fe23bc2601b27ba53fa95bfb91d1a6b4fda91b Signed-off-by: Graham Hayes <gr@ham.ie>
* add lower-constraints jobDoug Hellmann2018-03-223-0/+92
| | | | | | | | | | | | | | | | | Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: Ib3db492e715ab98d8f4adfe58780824cf30ace15 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Updated from global requirementsOpenStack Proposal Bot2018-03-151-1/+1
| | | | Change-Id: Ia58a4bc1b168dd9b57f59231cbaa0e35071e0a85
* Updated from global requirementsOpenStack Proposal Bot2018-03-151-2/+2
| | | | Change-Id: I8f336b08b2ce96d0b06e2c4745d50905a55a9c4d
* Merge "Add os-testr in test-requirements.txt"Zuul2018-03-141-0/+1
|\
| * Add os-testr in test-requirements.txtJens Harbott2018-03-141-0/+1
| | | | | | | | | | | | | | | | | | | | The py27 and py35 jobs fail because the subunit-trace command is not found. The command is utilized in tools/pretty_tox.sh. But os-testr is not included in test-requirements.txt. So add it to fix the gate job failures. Change-Id: Ifdd4bad354aebf24e37769ff8e1e5f3bdbeebd76 Related-Bug: #1753898
* | Updated from global requirementsOpenStack Proposal Bot2018-03-131-1/+1
| | | | | | | | Change-Id: I95d293d674e9e8f93488c85d2f1a8018670fe693
* | Updated from global requirementsOpenStack Proposal Bot2018-03-101-1/+1
| | | | | | | | Change-Id: Ie98183968ec570097a18632a417bce7bc04911c7
* | Merge "Highlight V1 API removal"Zuul2018-02-282-1/+12
|\ \
| * | Highlight V1 API removalGraham Hayes2018-02-122-1/+12
| | | | | | | | | | | | | | | | | | | | | Update Docs and the execption logged to point users to the openstack cli + v2 client. Change-Id: Ib08330d348a6a2f0e976ab0df26e91b2d7bd4e13
* | | Updated from global requirementsOpenStack Proposal Bot2018-02-171-1/+1
| | | | | | | | | | | | Change-Id: I2dd8ba0611ed01e151731b9e2c5c2a212d198599
* | | Merge "Improve the RecordSet Update UI"Zuul2018-02-121-2/+15
|\ \ \
| * | | Improve the RecordSet Update UIGraham Hayes2018-02-121-2/+15
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the logic introduced in I8fefd9d0f104170d50c5d5dc3cbcc53facda9baf to the "recordset set" command as well. This helps with the consistancy, and fixes some of the same issues in the set command. Change-Id: Ib943ed0eea436ad1a7ad0c3717f0fb6bd6b5b3f0
* | | Update reno for stable/queensOpenStack Release Bot2018-01-262-0/+7
| | | | | | | | | | | | Change-Id: Ic8ba99789f4790faa066446daa9ac30e16d87ae0
* | | Updated from global requirementsqueens-em2.9.0OpenStack Proposal Bot2018-01-241-1/+1
| | | | | | | | | | | | Change-Id: Ic6c3f0454bcc103d583e28c49c2d7fdbc7aa5816
* | | Partial Revert "Remove unneeded requirements file"Andreas Jaeger2018-01-211-9/+0
| |/ |/| | | | | | | | | | | | | | | | | This partially reverts commit 90726f9b3bf4de67d4413e14df17c17ba6cec8cd. we can now make requirements voting again. Also, remove name from project stanza, it's not needed for in-tree definitions anymore. Change-Id: Ibfd99266e8cbe72de31b721f6b5a303ab2ac0f4d
* | Updated from global requirementsOpenStack Proposal Bot2018-01-183-3/+3
|/ | | | Change-Id: I273c1bef643207929cbd5733d93ebf999d3e7132
* Merge "Updated from global requirements"2.8.0Zuul2017-12-193-3/+6
|\
| * Updated from global requirementsOpenStack Proposal Bot2017-12-193-3/+6
| | | | | | | | Change-Id: Ie5e0096cdd95eb58ff07b2b3f1d6c0bdde3a4eae
* | Merge "Improve recordset create UI"Zuul2017-12-191-3/+17
|\ \ | |/ |/|
| * Improve recordset create UIJens Harbott2017-12-071-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The current implementation has '--records' as a quasi-positional argument, with the nargs='+' parameter it can only be used at the end of the command, which is confusing to users and doesn't comply with the help message. Add a new option '--record' that takes only exactly one record as parameter and can be repeated when multiple records are present. Deprecate the old option so it can be removed in the future. Change-Id: I8fefd9d0f104170d50c5d5dc3cbcc53facda9baf Closes-Bug: 1736161
* | Split doc requirements into their own fileMonty Taylor2017-12-183-4/+7
| | | | | | | | | | | | | | | | We don't need sphinx in the test virtualenvs, but we do need it for docs. Change-Id: I8ae98d08090e2e391ba725ddd5ff0125a03c8d47 Depends-On: Ie0c9f24df09255e871f904e079b68809144b36b4
* | Merge "Remove unneeded requirements file"Zuul2017-12-082-3/+9
|\ \
| * | Remove unneeded requirements fileJens Harbott2017-12-072-3/+9
| |/ | | | | | | | | | | | | Need to make requirements-check non-voting in order for this to pass, will undo that afterwards. Change-Id: I939ef1da660e939fe0ff9c6eaa4919e3e1d21fee
* | Avoid tox_install.sh for constraints supportAndreas Jaeger2017-12-022-34/+4
|/ | | | | | | | | | | We do not need tox_install.sh, pip can handle constraints itself and install the project correctly. Thus update tox.ini and remove the now obsolete tools/tox_install.sh file. This follows https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh. Change-Id: I30b48b58d368c2d79d3407735d2a082b3b46d2fb
* Use jobs from designate repoGraham Hayes2017-11-291-0/+4
| | | | Change-Id: Iec71bebc9a627853766158dc70b08a6a9f69041f
* Remove setting of version/release from releasenotesAndreas Jaeger2017-11-161-8/+3
| | | | | | | | | | | | | | | | | | Release notes are version independent, so remove version/release values. We've found that projects now require the service package to be installed in order to build release notes, and this is entirely due to the current convention of pulling in the version information. Release notes should not need installation in order to build, so this unnecessary version setting needs to be removed. This is needed for new release notes publishing, see I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting at http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html . Change-Id: I7c84bf403e19a1b7c1528cf349de43399e6475c5
* Updated from global requirementsOpenStack Proposal Bot2017-11-162-4/+4
| | | | Change-Id: Ib7c649a643de5e1652841430aac935c7f8c750fd
* Updated from global requirementsOpenStack Proposal Bot2017-10-121-1/+1
| | | | Change-Id: I383046a60d34047447ec4985a3907523c28e5965