summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Uncap jsonschemastable/trainSean McGinnis2021-01-134-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | jsonschema was uncapped in the global requirements. We need to uncap it locally now too. NOTE(stephenfin): This is needed to resolve conflicts with the new dependency resolver found in pip 20.3. We also need to include the following additional requirement-related changes to get things passing: - doc/requirements.txt Ensure specific versions of Sphinx are used on different Python versions. - lower-constraints.txt Remove hacking since it's not necessary - test-requirements.txt Remove hacking since it's not necessary - tox.ini Set a hacking version to avoid installing the latest and greatest versions Change-Id: Ia6ad2c7e62aebc81386610e9d16c8bb8a162d70f Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> (cherry picked from commit c7bb5d65abb4c9bc3a1d8f480018a9d661f7b36e)
* Update TOX/UPPER_CONSTRAINTS_FILE for stable/trainOpenStack Release Bot2019-09-201-4/+4
| | | | | | | | | | | | Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/train branch, tests will continue to use the upper-constraints list on master. Change-Id: I86199b4c24e074a31e5c7afba72e1bd4e4265d04
* Update .gitreview for stable/trainOpenStack Release Bot2019-09-201-0/+1
| | | | Change-Id: I76eb8db5da21934e103be28e58f2ee776772e637
* Merge "Add Python 3 Train unit tests"train-em1.33.0Zuul2019-08-032-3/+3
|\
| * Add Python 3 Train unit testsCorey Bryant2019-07-052-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: Id917c1d2035ff4d7792203d1287b68ea7f7891cd Story: #2005924 Task: #34233
* | Fix broken link to openstacksdkAndreas Jaeger2019-07-301-1/+1
|/ | | | | | | The openstackdocsdk has moved to docs.o.o and moved the linked page around, fix the link. Change-Id: I756f1276304029365fb893c12974b2314f2b1286
* Update for opendevMonty Taylor2019-04-212-5/+5
| | | | Change-Id: Ib29ca90f7268e4a31dab6e80d92ef4e0fa99f64e
* OpenDev Migration PatchOpenDev Sysadmins2019-04-192-3/+3
| | | | | | | | | | | | | | | 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.
* 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: Icdb8ddd99ce0304f2adde263321a98b900e01cc2 Sem-Ver: feature
* Update hacking versionjacky062019-03-061-1/+1
| | | | | | Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: I360c621d313b76bf88e91ff8be9e759d8367c847
* Merge "Applying the HTTPS protocal in configuration.rst"stein-em1.32.0Zuul2019-01-092-3/+3
|\
| * Applying the HTTPS protocal in configuration.rstzhouxinyong2019-01-092-3/+3
| | | | | | | | | | | | | | To keep the website in this file be more robust, we'd better update the links to HTTPS type. Change-Id: Ia824909e26e3b31cf2c04a8697cc03c50343eaea
* | Use template for lower-constraintsAndreas Jaeger2018-12-201-8/+7
| | | | | | | | | | | | | | | | | | | | | | Small cleanups: * Use openstack-lower-constraints-jobs template, remove individual jobs. * Sort list of templates Change-Id: Ibafdc46bff0bb37c709e7ccc8bdf205447eebeef Needed-By: https://review.openstack.org/623229
* | Change openstack-dev to openstack-discussmalei2018-12-041-1/+1
|/ | | | | | Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: I5e399a0dd8cc44edb7f9d8df9dfc66b0966adf7f
* Update min tox version to 2.0Vieri2018-11-021-1/+1
| | | | | | | | The commands used by constraints need at least tox 2.0. Update to reflect reality, which should help with local running of constraints targets. Change-Id: I16ee82b6fa992b3624b38499bebd0a7e8be0ad8a
* Fix the conflict of urlparse between python2 and python3brandonzhao2018-10-311-1/+1
| | | | Change-Id: I7838599b9ccf6ed716633ef2c75ab34ff362c013
* Remove setup.py check from pep8 jobSean McGinnis2018-10-301-1/+0
| | | | | | | | | | | | | | | | | | Using "python setup.py check -r -s" method of checking the package has been deprecated with the new recommendation to build the sdist and wheel, then running "twine check" against the output. Luckily, there is already a job that covers this that only runs when the README, setup.py, or setup.cfg files change, making running this in the pep8 job redundant. This covered by the test-release-openstack-python3 that is defined in the publish-to-pypi-python3 template. More details can be found in this mailing list post: http://lists.openstack.org/pipermail/openstack-dev/2018-October/136136.html Change-Id: Idd0e9a83084feab40ed23892918f5b688a99f99e Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Change python3.5 job to python3.7 job on Stein+Charles Short2018-10-122-7/+7
| | | | | | | | | | | | python3.5 was the only supported python3 version on Xenial, now that we have Bionic Beaver nodes that support python3.7, lets switch to testing with python3.7 in addition with python3.6 in Stein and beyond. See ML discussion here [1] for context. [ [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135632.html Change-Id: Ibafa5cc1be81a897a11f01c3df26c644852a45c9 Signed-off-by: Charles Short <chucks@redhat.com>
* Merge "fix bug link in readme"Zuul2018-09-190-0/+0
|\
| * fix bug link in readmeZhijunWei2018-08-281-1/+1
| | | | | | | | Change-Id: Ic00d8f9ed54092b7cc2ffe7648ba80efac2b1546
* | fix bug link in readmezhulingjie2018-08-311-1/+1
|/ | | | Change-Id: I695104e0c4749898b86126c9876ddf01cb9a2be9
* add lib-forward-testing-python3 test jobVieri2018-08-211-0/+1
| | | | | | | | | | | | 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: I65243a7b07f85f35e57f0436783982c73f1bbc6c Story: #2002586 Task: #24321
* add python 3.6 unit test jobVieri2018-08-211-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: I879e15d1f493eb0dd9f6762aa1a8b4d7c0297465 Story: #2002586 Task: #24321
* switch documentation job to new PTIVieri2018-08-211-2/+2
| | | | | | | | | | | | | 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: Id87edb57d8a67b29c636b1383b92832f95079a36 Story: #2002586 Task: #24321
* import zuul job settings from project-configVieri2018-08-211-0/+6
| | | | | | | | | | | | | | | | | | | | 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: I486e6f8c69aece65ba9b0272004b88ea30c343cb Story: #2002586 Task: #24321
* Merge "Shift Limestone Networks profile to openstacksdk"Zuul2018-08-211-15/+0
|\
| * Shift Limestone Networks profile to openstacksdkMohammed Naser2018-06-121-15/+0
| | | | | | | | | | | | | | | | All of the other profiles have been moved but it looks like this one was missed. Depends-On: https://review.openstack.org/574746 Change-Id: I9efbc92ebb903378f492bf9b16d2e5beffbfea19
* | Update reno for stable/rockyOpenStack Release Bot2018-07-262-0/+7
| | | | | | | | Change-Id: Id9d008ebc3791bcdff329424ab83aa2553f0e159
* | Merge "Invalid link of doc reference"Zuul2018-07-111-1/+1
|\ \
| * | Invalid link of doc referenceDao Cong Tien2018-07-111-1/+1
| | | | | | | | | | | | Change-Id: I50a3d722179c2a0a6fbe6e6309c030a122e54301
* | | Add release note link in READMEqingszhao2018-06-271-0/+1
|/ / | | | | | | Change-Id: I99081cdfde928bc4089e1bdc40eae1bd50082bc2
* | Update links in READMEXiaojueGuan2018-06-122-4/+4
|/ | | | | | Change the outdated links to the latest links in README Change-Id: Ia3480724d5db282ab71e1b9940b9ef2d871e2f44
* fix tox python3 overridesrocky-em1.31.2Doug Hellmann2018-06-061-0/+5
| | | | | | | | | | | | | | | 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: I959afa8a75f09f5fc212424defa4865816f3ab1b Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Remove app_name config testsMonty Taylor2018-05-251-57/+0
| | | | | | | These are testing that an underlying method is being called with a set of parameters but the method isn't implemented in this library. Change-Id: I29d354f7584d783104220a797ef9cf97bcc490a2
* Merge "Add release note for the vendor data regression"Zuul2018-05-201-0/+5
|\
| * Add release note for the vendor data regressionMonty Taylor2018-05-201-0/+5
| | | | | | | | Change-Id: Ifde1f9b51f0c40d386d655d2c44492664438eb6c
* | fix saltstack breakage introduced in v1.31.0Alexander D2018-05-182-0/+23
|/ | | | | | | | | | | | | | | | | | | SaltStack's openstack cloud provider in current production release calls os_client_config.vendors.get_profile after importing just os_client_config: https://github.com/saltstack/salt/blob/v2018.3.0/salt/cloud/clouds/openstack.py#L319 After 5c2eae8f8242332aff59d18b45a7d17f01524aaa vendors module is no longer imported into os_client_config which results in AttributeError: 'module' object has no attribute 'vendors' Importing this manually in __init__.py fixes it, however I wasn't able to write a working test case — testtools loader loads all submodules recursively and test runs without throwing exception. I hope someone more knowledgeable review this change and confirm it doesn't break this use case anymore. Thanks in advance. Change-Id: I5a3cb6096a090c29e257079da7c3d07d5a9b3428 Signed-off-by: Alexander D <maniac@pzskc383.dp.ua>
* Remove service-type override testsMonty Taylor2018-05-101-23/+2
| | | | | | | | | The upcoming changes to openstascksdk for supporting discovery properly make these irrelevant ... and actually incorrect. Remove them so we can land the discovery support. Also, update test_getters to account for the volume to block-storage shift. Change-Id: I485fe36e0f3a1ae97e8254a784c37b7fa641844d
* Fix F405 additional strictnessMonty Taylor2018-05-101-0/+3
| | | | Change-Id: If4bf5d3e8b23fba75b487a28863b2ec14c5048c2
* Merge "Add cache methods back to OpenSackConfig"1.31.1Zuul2018-05-041-0/+21
|\
| * Add cache methods back to OpenSackConfigMonty Taylor2018-05-041-0/+21
| | | | | | | | | | | | These don't exist in sdk anymore. Add them back here for compat. Change-Id: Iddba4809e1e6a949807426d46aa7701c2cd2b007
* | fix link to openstacksdk in deprecation blockArtem Goncharov2018-05-041-1/+1
|/ | | | | | deprecation link on the os-client-config doc index is broken. Fix it Change-Id: Ifb46ef9da16f04f66fea2c1f4f0daac194bb2689
* Replace guts with openstack.config1.31.0Monty Taylor2018-04-2740-2788/+101
| | | | | | | | | | | | | | | | | | | The code has been moved into openstacksdk. Make os-client-config a thin wrapper around that code. The legacy client code needs to stay, as it was removed in openstacksdk. We also have to plumb os_client_config.defaults and os_client_config.cloud_region.CloudRegion in so that users get the os-client-config versions from the openstacksdk methods that return the relevant objects. Support for per-service region_name has been dropped. This was never used anywhere and was added for compatibility with openstacksdk Profile objects. Since Profile objects are no more, we can remove it. It never made any sense. Change-Id: I7180e20aa675c0ccbe3718493a6eff2be7e1b8b6
* Remove DataCentred from list of vendors1.30.0Nick Jones2018-04-122-24/+0
| | | | | | | | DataCentred's cloud service was shut down late 2017, and so this vendor should be removed from the list. Change-Id: Id10cbed6eaa02cafaf5d220032014b2a3f58ad82 Signed-off-by: Nick Jones <nick@stackhpc.com>
* add lower-constraints jobDoug Hellmann2018-04-093-0/+64
| | | | | | | | | | | | | | | | | 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: Ida3de5ec81c44ac73c1fe4e719a4acbcf69c660e Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Merge "Add osc tips jobs back"Zuul2018-04-091-0/+6
|\
| * Add osc tips jobs backMonty Taylor2018-02-021-0/+6
| | | | | | | | | | | | | | | | Once they work and are voting in OSC, we can make them voting here again. Change-Id: Ib2f4389b5555195529e74caf3b1c9c1345269efd Depends-On: I6cc4421e4b55df84f494ab9bb18092dcc111baeb
* | Merge "Add Limestone Networks vendor info"Zuul2018-04-023-0/+35
|\ \
| * | Add Limestone Networks vendor infoLogan V2018-03-293-0/+35
| | | | | | | | | | | | | | | | | | | | | Adds the Limestone Networks provider info for the Dallas and Salt Lake regions. Change-Id: Id457ea68938aea955162dc42a112568b2e55b850
* | | Merge "Use 'none' auth plugin"Zuul2018-03-311-5/+5
|\ \ \ | |/ / |/| |