summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Removing unused code"3.1.0Zuul2019-09-282-194/+0
|\
| * Removing unused codeErik Olof Gunnar Andersson2019-09-162-194/+0
| | | | | | | | Change-Id: I01d39252b0be77b035bde175b4045a8cdc859f65
* | Merge "Switch upper-constraints URL to static location"Zuul2019-09-281-3/+3
|\ \
| * | Switch upper-constraints URL to static locationSean McGinnis2019-09-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During the train cycle, a new static URL scheme was introduced for upper-constraints URLs that allows us to switch locations based on configuration and avoid timing windows with the requirements repo branching. This updates upper-constraints links in the tox.ini file to point to the newer more prefered location. Change-Id: I8efbb24483d2a63a8abfa50e328fefb7ffd92e5f Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | Update master for stable/trainSean McGinnis2019-09-202-0/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: Ibb13de8b19df12cc01776b1b015a836c7cff07dc Sem-Ver: feature
* | Merge "Fix "recordset list --all-projects" in interactive OSC"Zuul2019-09-201-1/+1
|\ \
| * | Fix "recordset list --all-projects" in interactive OSCJens Harbott2019-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Class variables get re-used when multiple commands are executed in a row within a single OSC interactive session. So we need to take a copy before modifying in order to avoid unwanted side-effects. Change-Id: I9716014d65a3f649c23eb78faca2cb6dbf5eb5db Related-Bug: 1844028
* | | Merge "More cleanup"Zuul2019-09-204-6/+10
|\ \ \ | |/ / |/| |
| * | More cleanupJens Harbott2019-09-174-6/+10
| |/ | | | | | | | | | | | | | | - Add .testrepository dir to .gitignore - Add releasenote jobs - Remove further v1 references from docs Change-Id: I178185e9add3d542277255d692e18a8e46ba85d6
* | Fix "zone list --all-projects" in interactive OSCJoseph M2019-09-161-1/+1
|/ | | | | | | | | | | | The current zone list function does not check to see if project_id is already a column to be output when adding it during an --all-projects list. This causes a duplicate field name to be added which is then passed to prettytables which subsequently throws an exception. Create a copy of the columns list so it is not appended to with every command. Change-Id: I5f62500086a807d5082221993c3b491f3b6a1db0 Closes-Bug: #1844028
* Removing v1 api supporttrain-em3.0.0Erik Olof Gunnar Andersson2019-09-1055-5029/+46
| | | | | | | The v1 has officially been removed from Designate since the Queens release, and was deperecated long before that. Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
* Add Python 3 Train unit tests2.12.0Corey Bryant2019-06-243-3/+3
| | | | | | | | | | | | This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Ie2119dec469dba059fa3ce8729f360590d45791c Story: #2005924 Task: #34204
* Cap sphinx for py2 to match global requirementszhangboye2019-06-061-1/+2
| | | | Change-Id: I619cdb572dec1fc599e445aca07349b31cb16738
* OpenDev Migration PatchOpenDev Sysadmins2019-04-191-1/+1
| | | | | | | | | | | | | | | This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
* Dropping the py35 testingGhanshyam Mann2019-04-153-3/+1
| | | | | | | | | | | | | | | | | All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I160c141169d68fd9403604c68cecde0c70c463c3
* Uncap jsonschemaTony Breeds2019-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | We have jsonschema capped at a fairly old version. Other than some specific releases, it looks like keeping it below 3.0 was added in I943fd68b9fab3bce1764305a5058df5339470757 without really any explanation why. In order to update to a 3.x release we need to: 1. Remove the cap from global-requirements.txt (see Depends-On), leaving upper-constraints.txt at a 2.x release 2. Remove the cap from all consumers (this change) 3. Release a new version of consumers that are published to pypi 4. Update upper-constraints.txt with those new releases 5. Update jsonschema in upper-constraints.txt to a 3.X release (See: https://review.openstack.org/649789) 6. Test consumers with the change from 5. 7. [Optional] fix issues in consumers that arise from 6. 8. Merge the change from 5. Change-Id: I229ab45375c1c5a06c283b1d0cde3c2d951e5dd8 Co-Authored-by: Sean McGinnis <sean.mcginnis@gmail.com> Depends-On: https://review.openstack.org/649669
* Update master for stable/steinOpenStack Release Bot2019-03-182-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/stein. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/stein. Change-Id: Ic50ced0e2eaeb90e98a1415f2e8624023c5ff028 Sem-Ver: feature
* Merge "Update hacking version"Zuul2019-03-071-1/+1
|\
| * Update hacking versionjacky062019-03-061-1/+1
| | | | | | | | | | | | Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: Icac6a838cac745b14fb4ac7281fe40f0e33dceb0
* | Merge "Update json module to jsonutils"Zuul2019-03-068-18/+25
|\ \ | |/ |/|
| * Update json module to jsonutilscao.yuan2019-02-288-18/+25
| | | | | | | | | | | | | | oslo project provide jsonutils, and the others use it in many place, this PS to update the json moudule to oslo jsonutils for consistency. Change-Id: I8cbf78b0735572f550ece31611258c3da9ae1d35
* | Merge "add python 3.7 unit test job"Zuul2019-03-011-0/+1
|\ \ | |/ |/|
| * 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