summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Add Python 3.10 to supported runtime.HEAD3.3.0masterTakashi Kajinami2023-03-301-0/+1
| | | | | | | | Python 3.10 has been tested since 2023.1[1]. [1] https://governance.openstack.org/tc/reference/runtimes/2023.1.html Change-Id: I0467f47d436267aadcee4e7c8295c6366531fe3e
* The Python 3.6 and Python 3.7 Support has been dropped since zeddengzhaosen2022-06-051-3/+1
| | | | | | [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: If88b377f25d9b3e64dc049ae219ed6d5f4782d43
* setup.cfg: Replace dashes by underscores2.5.1Takashi Kajinami2022-02-071-4/+4
| | | | | | | | | | | | | | | | Since setuptools v54.1.0[1], the parmeters with dash have been deprecated in favor of the new parameters with underscore. This change updates the parameters accordingly to avoid the warnings like the example below. UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I660fadc0b9798214719fe1a1aac0731584806503
* Update python testing classifier2.5.0dengzhaosen2021-12-241-0/+1
| | | | | | | | | | | | | | Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: If01a4cb7dcb48698cea934309de36268ae92b7e1
* Add py38 package metadataSean McGinnis2020-04-241-0/+1
| | | | | | | | | Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: I212f8027055ebeeb3dc3948426ede6a704c719ff Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* [ussuri][goal] Drop python 2.7 support and testing2.0.0Andreas Jaeger2020-02-101-12/+3
| | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I54863f2301758dcd48de4ee73bcc8582e5036afa
* Merge "Change openstack-dev to openstack-discuss"Zuul2019-12-131-1/+1
|\
| * Change openstack-dev to openstack-discusssunjia2018-12-031-1/+1
| | | | | | | | | | | | Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: I93cbd7d72b7539f9ea95fbd70006a4ed5fa60a12
* | Add Python 3 Train unit testsCorey Bryant2019-06-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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: Id9ed3cec95f0e0203ef00dd5ff10d124913e39f2 Story: #2005924 Task: #34209
* | Dropping the py35 testingGhanshyam Mann2019-04-151-1/+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: I6b8dacf455ec068acd9599d96e0d66522c8bdf5c
* Update the documentation link for doc migrationlingyongxu2018-06-091-1/+1
| | | | | | | | | This patch is proposed according to the Direction 10 of doc migration. https://etherpad.openstack.org/p/doc-migration-tracking Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com> Change-Id: I9675af92149ab126534f541534b50a02688e5337
* Follow the new PTI for document buildricolin2018-03-231-7/+0
| | | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html Refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html Change-Id: Ibb35b13fe121fa2489ef31f51e1a662fbd01cc8b Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com>
* Merge "Mark python-heatclient as stable"Zuul2018-02-071-0/+2
|\
| * Mark python-heatclient as stablericolin2017-09-291-0/+2
| | | | | | | | | | | | | | | | Mark python-heatclient as stable in classifier. See more detail in https://packaging.python.org/tutorials/ distributing-packages/#classifiers Change-Id: I751a6f31943ee33e9d3af08e3380848bf1410f1a
* | Use Sphinx 1.5 warning-is-errorStephen Finucane2017-09-221-1/+2
|/ | | | | | | With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as errors is setting warning-is-error in build_sphinx section. Enable this Change-Id: I3712c681cedae30c189d975f6b319e278c1bd419
* Merge "Explicitly set 'builders' option"Jenkins2017-07-121-0/+1
|\
| * Explicitly set 'builders' optionStephen Finucane2017-04-191-0/+1
| | | | | | | | | | | | | | | | | | An upcoming release of pbr will require explicitly stating which builders are requested, rather than defaulting to html and man. Head off any potential impact this may cause by explicitly setting this configuration now. Change-Id: I3ebd7d2086a47bcedc6fb35ca90bc1bb6e077250
* | Remove support for py34huangtianhua2017-04-271-1/+0
|/ | | | | | | | The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: I3a2fc7779fa0c806827d9eda2ffdbc207788b22d
* Support openstack stack exporthuangtianhua2017-02-141-0/+1
| | | | | | | | Heat supports exporting data of stack preparing for abandon stack. This change supports 'openstack stack export' in client. Change-Id: I5d3778f307d10174dbb738548282f7495bd9c825
* Merge "Add url in setup.cfg"Jenkins2016-09-091-0/+1
|\
| * Add url in setup.cfgshizhihui2016-09-051-0/+1
| | | | | | | | Change-Id: I2696e3af9193e8da4184eb95d86b091e55e27299
* | Update the home-page in setup.cfgshizhihui2016-08-161-1/+1
|/ | | | Change-Id: I94a67a4da0942691d5a9253c646d7d3c09a8cbe6
* Merge "Add Python 3.5 classifier and venv"Jenkins2016-08-031-0/+1
|\
| * Add Python 3.5 classifier and venvPanFengyun2016-07-141-0/+1
| | | | | | | | | | | | | | | | Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: I3b8b68c4ec4904d1aee150e6158f9ff29c68ff7a
* | Add support for stack file listSteven Hardy2016-07-211-0/+1
| | | | | | | | | | | | | | | | This shows the files map for a given stack Depends-On: I3198b6a7dc06648af24c198d39470f3b0d5d6f11 Change-Id: Ib7d033a660fe294bf3f7b42e4aa7020149ce24c1 blueprint: files-show
* | Merge "Implement "openstack stack failures list""Jenkins2016-06-241-0/+1
|\ \ | |/ |/|
| * Implement "openstack stack failures list"Steve Baker2016-05-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A command which prints failed resources in the stack to help debug stack issues. Failed resources are added by recursing from the top level stack into failed nested stack resources. A failed nested stack resource is only added to the failed list if it contains no failed resources so that the user only sees root-cause failed resources. As an added convenience to debugging deployment resources, deployment outputs deploy_stdout and deploy_stderr are printed as well (the full outputs are printed when --long is specified). The output is a yamlish format where the key is a dot-delimited resource name path and the value is a dict of resource information. Change-Id: Ifa44175d8dbab2f7b62691b839e1696e3af7f4f3 Closes-Bug: #1585820
* | A resource list formatter for graphviz dot diagramsSteve Baker2016-05-311-0/+8
|/ | | | | | | | | | | | | | This change registers a "dot" formatter for the stack resource list command. It generates the text for a graphviz dot diagram which can be rendered as an image with this example usage: openstack stack resource list --format dot -n3 my_stack | dot -Tsvg -o my_stack.svg Nested resources are fully supported by creating nodes for top-level resources then linking stack resources to a subgraph representing the nested stack. Change-Id: I4b899287eaf818137d60cb278db2d86598aa6794
* Merge "Register a log formatter for stack event list"Jenkins2016-05-231-0/+8
|\
| * Register a log formatter for stack event listSteve Baker2016-03-011-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently "stack event list" overrides the value formatter to use for the default log formatting style. This change creates a formatter namespace for event list so that it can have its own custom list of formatters. This means that the 'log' formatter is now registered and is the default. The formatter expects event objects rather than dicts, and so ignores the columns argument. The intention is that this will be the first of more custom formatters for event list, making the effort to establish this pattern worth it. Change-Id: I22f884f871d7467c8abadec477b3e732eb8c2150
* | OpenStack client plugin for environment showJay Dobies2016-04-181-0/+1
| | | | | | | | | | | | | | | | Adds the "openstack stack environment show" command. Depends-On: I7e3577dfc854018245d79afdfee45a9d250d73a7 Change-Id: I7ef4858738964198bc4614122be4bab8f49b1b5f Implements: blueprint environment-show
* | OSC plugin for orchestration template validateMark Vanderwiel2016-03-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This change implements "openstack orchestration template validate" command Based from the existing heat commands: heat template-validate This is different from the stack create/update --dry-run which used the preview api, this uses the validate api. Change-Id: Icf5794ad6bb35574a060f095d7ef10e6a46ca2fe Blueprint: heat-support-python-openstackclient
* | Add OSC plugin for openstack orchestation service listdixiaoli2016-03-011-0/+1
| | | | | | | | | | | | | | | | This change implements the "openstack orchestration service list" command Based on the existing heat command: heat service-list Change-Id: I9ded1f344dabbb8579005923d68d3ebb4f296ed5 Blueprint: heat-support-python-openstackclient
* | Merge "Add OSC plugin for stack resource mark unhealthy"Jenkins2016-03-011-0/+1
|\ \
| * | Add OSC plugin for stack resource mark unhealthydixiaoli2016-02-291-0/+1
| |/ | | | | | | | | | | | | | | This change implements the "openstack stack resource mark unhealthy" command Based on the existing heat command: heat resource-mark-unhealthy Change-Id: I8b4735085e1656f991b648d094f690b8d7df451d Blueprint: heat-support-python-openstackclient
* | Add OSC plugin for openstack orchestation build infodixiaoli2016-03-011-0/+1
|/ | | | | | | | This change implements the "openstack orchestration build info" command Based on the existing heat command: heat build-info Change-Id: I8801d56fbe8119c47f708e620f35215c8664cda7 Blueprint: heat-support-python-openstackclient
* Fix collision with update and update cancelMark Vanderwiel2016-02-241-1/+1
| | | | | | | | | | | | | | "openstack update" collides/hides with "openstack update cancel" I discussed a few possible solutions in the bug report. Will change to have a new "openstack stack cancel" command and it will cancel the pending action, for now just supporting update. Blueprint: heat-support-python-openstackclient Change-Id: I7e054ecffea5b03a815f69515651e9c377ff68c2 Closes-Bug: #1545131
* Merge "Add stack hook poll and clear to openstack client"Jenkins2016-02-251-0/+2
|\
| * Add stack hook poll and clear to openstack clientMark Vanderwiel2016-02-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | Refactor existing hook helper fuctions into utilites. based upon heat clis: heat hook-poll hest hook-clear Change-Id: Ib46634cc62369fb5932dcd0967ae492446c79a88 Blueprint: heat-support-python-openstackclient
* | Merge "OpenstackClient plugin for software deployment output show"Jenkins2016-02-241-0/+1
|\ \
| * | OpenstackClient plugin for software deployment output showdixiaoli2016-02-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change implements the "openstack software deployment output show" command Based from the existing heat command: heat deployment-output-show Change-Id: Ide607c925a15071c0c02c8cdb1ba20d9a745f9a9 Blueprint: heat-support-python-openstackclient
* | | Adds --filter to search for resourcesKanagaraj Manickam2016-02-221-4/+4
|/ / | | | | | | | | | | | | | | | | openstack resource list --filter implements blueprint heat-support-python-openstackclient implements blueprint heat-stack-resource-search Change-Id: I9ca33a0743bfad88190509351e8aca08ce7d2c0f
* | OpenstackClient plugin for software deployment metadata showdixiaoli2016-02-191-0/+1
|/ | | | | | | | | | This change implements the "openstack software deployment metadata show" command Based on "heat deployment-metadata-show" command Blueprint: heat-support-python-openstackclient Change-Id: I43788230cec346ecdb22073a14ef58187d3d1fab
* OpenstackClient plugin for deployment createBryan Jones2016-02-171-0/+1
| | | | | | | | This change implements the 'openstack software deployment create' command. Blueprint: heat-support-python-openstackclient Change-Id: I757ca2896e1e4a0ad96a5f34c34205e099715801
* OSC plugin for stack snapshot deleteAmey Bhide2016-02-161-0/+1
| | | | | | | | | This change implements "openstack stack snapshot delete" command Based from the existing heat commands: heat snapshot-delete Change-Id: Iaf701d2e58fe05dfa80b26a809dc21aeff8c1784 Blueprint: heat-support-python-openstackclient
* OSC plugin for stack snapshot createAmey Bhide2016-02-161-0/+1
| | | | | | | | | | This change implements "openstack stack snapshot create" command Based from the existing heat commands: heat stack-snapshot Blueprint: heat-support-python-openstackclient Change-Id: I0a4dc70d9f0dd82129d5839acecf5c1822fc147c
* Merge "Add OpenstackClient plugin for software deployment show"Jenkins2016-02-161-0/+1
|\
| * Add OpenstackClient plugin for software deployment showdixiaoli2016-02-161-0/+1
| | | | | | | | | | | | | | | | | | | | This change implements the "openstack software deployment show" command Based on the existing heat command: heat deployment-show Change-Id: Id0772d456d01f9eb5c67ad92584290844f9eeeb3 Blueprint: heat-support-python-openstackclient
* | Merge "Add openstack client stack snapshot restore"Jenkins2016-02-161-0/+1
|\ \
| * | Add openstack client stack snapshot restoreMark Vanderwiel2016-02-151-0/+1
| |/ | | | | | | | | | | | | | | Based from the existing heat command: heat stack-restore Change-Id: I863631b393586d1ecd20c94988e16ef85fb8ad5a Blueprint: heat-support-python-openstackclient