Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-heatclient for
openSUSE:Factory checked in at 2026-09-08 16:55:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-heatclient (Old)
and /work/SRC/openSUSE:Factory/.python-heatclient.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-heatclient"
Tue Sep 8 16:55:27 2026 rev:45 rq:1376140 version:5.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes
2026-08-19 18:02:53.412836472 +0200
+++
/work/SRC/openSUSE:Factory/.python-heatclient.new.1265/python-heatclient.changes
2026-09-08 16:57:29.828438671 +0200
@@ -1,0 +2,10 @@
+Mon Sep 7 09:32:35 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 5.3.0:
+ * Fix outdated auth_token for swift access
+ * Add openstack-python3-next-jobs
+ * pre-commit: Bump versions
+ * Migrate setup configuration to pyproject.toml
+ * Remove Python 3.10 support
+
+-------------------------------------------------------------------
Old:
----
python_heatclient-5.2.0.tar.gz
New:
----
python_heatclient-5.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-heatclient.spec ++++++
--- /var/tmp/diff_new_pack.DqgOGD/_old 2026-09-08 16:57:31.336501520 +0200
+++ /var/tmp/diff_new_pack.DqgOGD/_new 2026-09-08 16:57:31.338501604 +0200
@@ -18,7 +18,7 @@
%global pythons %{primary_python}
Name: python-heatclient
-Version: 5.2.0
+Version: 5.3.0
Release: 0
Summary: Python API and CLI for OpenStack Heat
License: Apache-2.0
++++++ python_heatclient-5.2.0.tar.gz -> python_heatclient-5.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_heatclient-5.2.0/.pre-commit-config.yaml
new/python_heatclient-5.3.0/.pre-commit-config.yaml
--- old/python_heatclient-5.2.0/.pre-commit-config.yaml 2026-05-18
11:30:38.000000000 +0200
+++ new/python_heatclient-5.3.0/.pre-commit-config.yaml 2026-08-25
16:44:34.458783900 +0200
@@ -19,7 +19,7 @@
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://opendev.org/openstack/hacking
- rev: 8.0.0
+ rev: 8.1.0
hooks:
- id: hacking
additional_dependencies: []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_heatclient-5.2.0/.zuul.yaml
new/python_heatclient-5.3.0/.zuul.yaml
--- old/python_heatclient-5.2.0/.zuul.yaml 2026-05-18 11:30:38.000000000
+0200
+++ new/python_heatclient-5.3.0/.zuul.yaml 2026-08-25 16:44:34.458783900
+0200
@@ -24,6 +24,7 @@
templates:
- openstack-cover-jobs
- openstack-python3-jobs
+ - openstack-python3-next-jobs
- check-requirements
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_heatclient-5.2.0/ChangeLog
new/python_heatclient-5.3.0/ChangeLog
--- old/python_heatclient-5.2.0/ChangeLog 2026-05-18 11:31:28.000000000
+0200
+++ new/python_heatclient-5.3.0/ChangeLog 2026-08-25 16:45:03.522153900
+0200
@@ -1,6 +1,15 @@
CHANGES
=======
+5.3.0
+-----
+
+* Fix outdated auth\_token for swift access
+* Add openstack-python3-next-jobs
+* pre-commit: Bump versions
+* Migrate setup configuration to pyproject.toml
+* Remove Python 3.10 support
+
5.2.0
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_heatclient-5.2.0/PKG-INFO
new/python_heatclient-5.3.0/PKG-INFO
--- old/python_heatclient-5.2.0/PKG-INFO 2026-05-18 11:31:28.276383400
+0200
+++ new/python_heatclient-5.3.0/PKG-INFO 2026-08-25 16:45:03.607174000
+0200
@@ -1,26 +1,27 @@
Metadata-Version: 2.4
Name: python-heatclient
-Version: 5.2.0
+Version: 5.3.0
Summary: OpenStack Orchestration API Client Library
-Home-page: https://docs.openstack.org/python-heatclient/latest
-Author: OpenStack
-Author-email: [email protected]
+Author-email: OpenStack <[email protected]>
+License-Expression: Apache-2.0
+Project-URL: Homepage, https://docs.openstack.org/python-heatclient
+Project-URL: Repository, https://opendev.org/openstack/python-heatclient
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
-Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
-Requires-Python: >=3.10
+Requires-Python: >=3.11
+Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pbr>=2.0.0
Requires-Dist: cliff>=2.8.0
@@ -34,15 +35,8 @@
Requires-Dist: python-swiftclient>=3.2.0
Requires-Dist: PyYAML>=3.13
Requires-Dist: requests>=2.14.2
-Dynamic: author
-Dynamic: author-email
-Dynamic: classifier
-Dynamic: description
-Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
-Dynamic: requires-python
-Dynamic: summary
=================
python-heatclient
@@ -83,4 +77,3 @@
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Specs: https://specs.openstack.org/openstack/heat-specs/
.. _Template: https://opendev.org/openstack/heat-templates/
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_heatclient-5.2.0/heatclient/common/deployment_utils.py
new/python_heatclient-5.3.0/heatclient/common/deployment_utils.py
--- old/python_heatclient-5.2.0/heatclient/common/deployment_utils.py
2026-05-18 11:30:38.000000000 +0200
+++ new/python_heatclient-5.3.0/heatclient/common/deployment_utils.py
2026-08-25 16:44:34.461793200 +0200
@@ -138,7 +138,7 @@
region_name=args.os_region_name)
project_name = args.os_project_name or args.os_tenant_name
swift_args = {
- 'auth_version': '2.0',
+ 'auth_version': '3',
'tenant_name': project_name,
'user': args.os_username,
'key': None,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_heatclient-5.2.0/heatclient/tests/unit/test_deployment_utils.py
new/python_heatclient-5.3.0/heatclient/tests/unit/test_deployment_utils.py
--- old/python_heatclient-5.2.0/heatclient/tests/unit/test_deployment_utils.py
2026-05-18 11:30:38.000000000 +0200
+++ new/python_heatclient-5.3.0/heatclient/tests/unit/test_deployment_utils.py
2026-08-25 16:44:34.473831400 +0200
@@ -278,7 +278,7 @@
authurl=None,
user='user',
preauthurl='http://192.0.2.1:8080',
- auth_version='2.0'),
+ auth_version='3'),
sc_conn.call_args)
def test_create_temp_url(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_heatclient-5.2.0/pyproject.toml
new/python_heatclient-5.3.0/pyproject.toml
--- old/python_heatclient-5.2.0/pyproject.toml 2026-05-18 11:30:38.000000000
+0200
+++ new/python_heatclient-5.3.0/pyproject.toml 2026-08-25 16:44:34.481856800
+0200
@@ -1,3 +1,110 @@
[build-system]
requires = ["pbr>=6.1.1"]
build-backend = "pbr.build"
+
+[project]
+name = "python-heatclient"
+description = "OpenStack Orchestration API Client Library"
+authors = [
+ {name = "OpenStack", email = "[email protected]"},
+]
+readme = {file = "README.rst", content-type = "text/x-rst"}
+license = "Apache-2.0"
+dynamic = ["version", "dependencies"]
+requires-python = ">=3.11"
+classifiers = [
+ "Development Status :: 5 - Production/Stable",
+ "Environment :: Console",
+ "Environment :: OpenStack",
+ "Intended Audience :: Information Technology",
+ "Intended Audience :: System Administrators",
+ "Operating System :: POSIX :: Linux",
+ "Programming Language :: Python",
+ "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
+ "Programming Language :: Python :: 3 :: Only",
+ "Programming Language :: Python :: Implementation :: CPython",
+]
+
+[project.urls]
+Homepage = "https://docs.openstack.org/python-heatclient"
+Repository = "https://opendev.org/openstack/python-heatclient"
+
+[tool.setuptools.packages.find]
+include = ["heatclient"]
+
+[project.scripts]
+heat = "heatclient.shell:main"
+
+[project.entry-points."openstack.cli.extension"]
+orchestration = "heatclient.osc.plugin"
+
+[project.entry-points."openstack.orchestration.v1"]
+orchestration_build_info = "heatclient.osc.v1.build_info:BuildInfo"
+orchestration_service_list = "heatclient.osc.v1.service:ListService"
+orchestration_template_function_list =
"heatclient.osc.v1.template:FunctionList"
+orchestration_template_validate = "heatclient.osc.v1.template:Validate"
+orchestration_template_version_list = "heatclient.osc.v1.template:VersionList"
+orchestration_resource_type_list =
"heatclient.osc.v1.resource_type:ResourceTypeList"
+orchestration_resource_type_show =
"heatclient.osc.v1.resource_type:ResourceTypeShow"
+software_config_create = "heatclient.osc.v1.software_config:CreateConfig"
+software_config_delete = "heatclient.osc.v1.software_config:DeleteConfig"
+software_config_list = "heatclient.osc.v1.software_config:ListConfig"
+software_config_show = "heatclient.osc.v1.software_config:ShowConfig"
+software_deployment_create =
"heatclient.osc.v1.software_deployment:CreateDeployment"
+software_deployment_delete =
"heatclient.osc.v1.software_deployment:DeleteDeployment"
+software_deployment_list =
"heatclient.osc.v1.software_deployment:ListDeployment"
+software_deployment_metadata_show =
"heatclient.osc.v1.software_deployment:ShowMetadataDeployment"
+software_deployment_output_show =
"heatclient.osc.v1.software_deployment:ShowOutputDeployment"
+software_deployment_show =
"heatclient.osc.v1.software_deployment:ShowDeployment"
+stack_abandon = "heatclient.osc.v1.stack:AbandonStack"
+stack_export = "heatclient.osc.v1.stack:ExportStack"
+stack_adopt = "heatclient.osc.v1.stack:AdoptStack"
+stack_cancel = "heatclient.osc.v1.stack:CancelStack"
+stack_check = "heatclient.osc.v1.stack:CheckStack"
+stack_create = "heatclient.osc.v1.stack:CreateStack"
+stack_delete = "heatclient.osc.v1.stack:DeleteStack"
+stack_event_list = "heatclient.osc.v1.event:ListEvent"
+stack_event_show = "heatclient.osc.v1.event:ShowEvent"
+stack_environment_show = "heatclient.osc.v1.stack:EnvironmentShowStack"
+stack_failures_list = "heatclient.osc.v1.stack_failures:ListStackFailures"
+stack_file_list = "heatclient.osc.v1.stack:ListFileStack"
+stack_hook_clear = "heatclient.osc.v1.stack:StackHookClear"
+stack_hook_poll = "heatclient.osc.v1.stack:StackHookPoll"
+stack_list = "heatclient.osc.v1.stack:ListStack"
+stack_output_list = "heatclient.osc.v1.stack:OutputListStack"
+stack_output_show = "heatclient.osc.v1.stack:OutputShowStack"
+stack_resource_list = "heatclient.osc.v1.resource:ResourceList"
+stack_resource_mark_unhealthy =
"heatclient.osc.v1.resource:ResourceMarkUnhealthy"
+stack_resource_metadata = "heatclient.osc.v1.resource:ResourceMetadata"
+stack_resource_show = "heatclient.osc.v1.resource:ResourceShow"
+stack_resource_signal = "heatclient.osc.v1.resource:ResourceSignal"
+stack_resume = "heatclient.osc.v1.stack:ResumeStack"
+stack_show = "heatclient.osc.v1.stack:ShowStack"
+stack_snapshot_create = "heatclient.osc.v1.snapshot:CreateSnapshot"
+stack_snapshot_delete = "heatclient.osc.v1.snapshot:DeleteSnapshot"
+stack_snapshot_list = "heatclient.osc.v1.snapshot:ListSnapshot"
+stack_snapshot_restore = "heatclient.osc.v1.snapshot:RestoreSnapshot"
+stack_snapshot_show = "heatclient.osc.v1.snapshot:ShowSnapshot"
+stack_suspend = "heatclient.osc.v1.stack:SuspendStack"
+stack_template_show = "heatclient.osc.v1.stack:TemplateShowStack"
+stack_update = "heatclient.osc.v1.stack:UpdateStack"
+
+[project.entry-points."heatclient.event.formatter.list"]
+log = "heatclient.osc.v1.event:LogFormatter"
+table = "cliff.formatters.table:TableFormatter"
+csv = "cliff.formatters.commaseparated:CSVLister"
+value = "cliff.formatters.value:ValueFormatter"
+yaml = "cliff.formatters.yaml_format:YAMLFormatter"
+json = "cliff.formatters.json_format:JSONFormatter"
+
+[project.entry-points."heatclient.resource.formatter.list"]
+dot = "heatclient.common.resource_formatter:ResourceDotFormatter"
+table = "cliff.formatters.table:TableFormatter"
+csv = "cliff.formatters.commaseparated:CSVLister"
+value = "cliff.formatters.value:ValueFormatter"
+yaml = "cliff.formatters.yaml_format:YAMLFormatter"
+json = "cliff.formatters.json_format:JSONFormatter"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_heatclient-5.2.0/python_heatclient.egg-info/PKG-INFO
new/python_heatclient-5.3.0/python_heatclient.egg-info/PKG-INFO
--- old/python_heatclient-5.2.0/python_heatclient.egg-info/PKG-INFO
2026-05-18 11:31:28.000000000 +0200
+++ new/python_heatclient-5.3.0/python_heatclient.egg-info/PKG-INFO
2026-08-25 16:45:03.568164600 +0200
@@ -1,26 +1,27 @@
Metadata-Version: 2.4
Name: python-heatclient
-Version: 5.2.0
+Version: 5.3.0
Summary: OpenStack Orchestration API Client Library
-Home-page: https://docs.openstack.org/python-heatclient/latest
-Author: OpenStack
-Author-email: [email protected]
+Author-email: OpenStack <[email protected]>
+License-Expression: Apache-2.0
+Project-URL: Homepage, https://docs.openstack.org/python-heatclient
+Project-URL: Repository, https://opendev.org/openstack/python-heatclient
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
-Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
-Requires-Python: >=3.10
+Requires-Python: >=3.11
+Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pbr>=2.0.0
Requires-Dist: cliff>=2.8.0
@@ -34,15 +35,8 @@
Requires-Dist: python-swiftclient>=3.2.0
Requires-Dist: PyYAML>=3.13
Requires-Dist: requests>=2.14.2
-Dynamic: author
-Dynamic: author-email
-Dynamic: classifier
-Dynamic: description
-Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
-Dynamic: requires-python
-Dynamic: summary
=================
python-heatclient
@@ -83,4 +77,3 @@
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Specs: https://specs.openstack.org/openstack/heat-specs/
.. _Template: https://opendev.org/openstack/heat-templates/
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_heatclient-5.2.0/python_heatclient.egg-info/SOURCES.txt
new/python_heatclient-5.3.0/python_heatclient.egg-info/SOURCES.txt
--- old/python_heatclient-5.2.0/python_heatclient.egg-info/SOURCES.txt
2026-05-18 11:31:28.000000000 +0200
+++ new/python_heatclient-5.3.0/python_heatclient.egg-info/SOURCES.txt
2026-08-25 16:45:03.588169300 +0200
@@ -146,6 +146,7 @@
releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml
releasenotes/notes/drop-python-3-8-be290cb9ad6de748.yaml
releasenotes/notes/osc-stack-list-filter-project-cefce0d0a4d4467b.yaml
+releasenotes/notes/remove-py310-f04e83d13ddad214.yaml
releasenotes/notes/remove-py39-09c21d2e8ba2200f.yaml
releasenotes/notes/remove-stack-update-enable-rollback-d83bbdd6f7175b89.yaml
releasenotes/notes/snapshot-action-a8ead3d9d0285a54.yaml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_heatclient-5.2.0/python_heatclient.egg-info/pbr.json
new/python_heatclient-5.3.0/python_heatclient.egg-info/pbr.json
--- old/python_heatclient-5.2.0/python_heatclient.egg-info/pbr.json
2026-05-18 11:31:28.000000000 +0200
+++ new/python_heatclient-5.3.0/python_heatclient.egg-info/pbr.json
2026-08-25 16:45:03.568164600 +0200
@@ -1 +1 @@
-{"git_version": "6fb3333", "is_release": true}
\ No newline at end of file
+{"git_version": "cbf669d", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_heatclient-5.2.0/releasenotes/notes/remove-py310-f04e83d13ddad214.yaml
new/python_heatclient-5.3.0/releasenotes/notes/remove-py310-f04e83d13ddad214.yaml
---
old/python_heatclient-5.2.0/releasenotes/notes/remove-py310-f04e83d13ddad214.yaml
1970-01-01 01:00:00.000000000 +0100
+++
new/python_heatclient-5.3.0/releasenotes/notes/remove-py310-f04e83d13ddad214.yaml
2026-08-25 16:44:34.484866400 +0200
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ Support for Python 3.10 has been removed. Now Python 3.11 is the minimum
+ version supported.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_heatclient-5.2.0/setup.cfg
new/python_heatclient-5.3.0/setup.cfg
--- old/python_heatclient-5.2.0/setup.cfg 2026-05-18 11:31:28.278383500
+0200
+++ new/python_heatclient-5.3.0/setup.cfg 2026-08-25 16:45:03.607174000
+0200
@@ -1,103 +1,5 @@
[metadata]
name = python-heatclient
-url = http://launchpad.net/python-heatclient
-summary = OpenStack Orchestration API Client Library
-description_file =
- README.rst
-author = OpenStack
-author_email = [email protected]
-home_page = https://docs.openstack.org/python-heatclient/latest
-python_requires = >=3.10
-classifier =
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Environment :: OpenStack
- Intended Audience :: Information Technology
- Intended Audience :: System Administrators
- License :: OSI Approved :: Apache Software License
- Operating System :: POSIX :: Linux
- Programming Language :: Python
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.10
- Programming Language :: Python :: 3.11
- Programming Language :: Python :: 3.12
- Programming Language :: Python :: 3.13
- Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: Implementation :: CPython
-
-[files]
-packages =
- heatclient
-
-[entry_points]
-console_scripts =
- heat = heatclient.shell:main
-openstack.cli.extension =
- orchestration = heatclient.osc.plugin
-openstack.orchestration.v1 =
- orchestration_build_info = heatclient.osc.v1.build_info:BuildInfo
- orchestration_service_list = heatclient.osc.v1.service:ListService
- orchestration_template_function_list =
heatclient.osc.v1.template:FunctionList
- orchestration_template_validate = heatclient.osc.v1.template:Validate
- orchestration_template_version_list =
heatclient.osc.v1.template:VersionList
- orchestration_resource_type_list =
heatclient.osc.v1.resource_type:ResourceTypeList
- orchestration_resource_type_show =
heatclient.osc.v1.resource_type:ResourceTypeShow
- software_config_create = heatclient.osc.v1.software_config:CreateConfig
- software_config_delete = heatclient.osc.v1.software_config:DeleteConfig
- software_config_list = heatclient.osc.v1.software_config:ListConfig
- software_config_show = heatclient.osc.v1.software_config:ShowConfig
- software_deployment_create =
heatclient.osc.v1.software_deployment:CreateDeployment
- software_deployment_delete =
heatclient.osc.v1.software_deployment:DeleteDeployment
- software_deployment_list =
heatclient.osc.v1.software_deployment:ListDeployment
- software_deployment_metadata_show =
heatclient.osc.v1.software_deployment:ShowMetadataDeployment
- software_deployment_output_show =
heatclient.osc.v1.software_deployment:ShowOutputDeployment
- software_deployment_show =
heatclient.osc.v1.software_deployment:ShowDeployment
- stack_abandon = heatclient.osc.v1.stack:AbandonStack
- stack_export = heatclient.osc.v1.stack:ExportStack
- stack_adopt = heatclient.osc.v1.stack:AdoptStack
- stack_cancel = heatclient.osc.v1.stack:CancelStack
- stack_check = heatclient.osc.v1.stack:CheckStack
- stack_create = heatclient.osc.v1.stack:CreateStack
- stack_delete = heatclient.osc.v1.stack:DeleteStack
- stack_event_list = heatclient.osc.v1.event:ListEvent
- stack_event_show = heatclient.osc.v1.event:ShowEvent
- stack_environment_show = heatclient.osc.v1.stack:EnvironmentShowStack
- stack_failures_list = heatclient.osc.v1.stack_failures:ListStackFailures
- stack_file_list = heatclient.osc.v1.stack:ListFileStack
- stack_hook_clear = heatclient.osc.v1.stack:StackHookClear
- stack_hook_poll = heatclient.osc.v1.stack:StackHookPoll
- stack_list = heatclient.osc.v1.stack:ListStack
- stack_output_list = heatclient.osc.v1.stack:OutputListStack
- stack_output_show = heatclient.osc.v1.stack:OutputShowStack
- stack_resource_list = heatclient.osc.v1.resource:ResourceList
- stack_resource_mark_unhealthy =
heatclient.osc.v1.resource:ResourceMarkUnhealthy
- stack_resource_metadata = heatclient.osc.v1.resource:ResourceMetadata
- stack_resource_show = heatclient.osc.v1.resource:ResourceShow
- stack_resource_signal = heatclient.osc.v1.resource:ResourceSignal
- stack_resume = heatclient.osc.v1.stack:ResumeStack
- stack_show = heatclient.osc.v1.stack:ShowStack
- stack_snapshot_create = heatclient.osc.v1.snapshot:CreateSnapshot
- stack_snapshot_delete = heatclient.osc.v1.snapshot:DeleteSnapshot
- stack_snapshot_list = heatclient.osc.v1.snapshot:ListSnapshot
- stack_snapshot_restore = heatclient.osc.v1.snapshot:RestoreSnapshot
- stack_snapshot_show = heatclient.osc.v1.snapshot:ShowSnapshot
- stack_suspend = heatclient.osc.v1.stack:SuspendStack
- stack_template_show = heatclient.osc.v1.stack:TemplateShowStack
- stack_update = heatclient.osc.v1.stack:UpdateStack
-heatclient.event.formatter.list =
- log = heatclient.osc.v1.event:LogFormatter
- table = cliff.formatters.table:TableFormatter
- csv = cliff.formatters.commaseparated:CSVLister
- value = cliff.formatters.value:ValueFormatter
- yaml = cliff.formatters.yaml_format:YAMLFormatter
- json = cliff.formatters.json_format:JSONFormatter
-heatclient.resource.formatter.list =
- dot = heatclient.common.resource_formatter:ResourceDotFormatter
- table = cliff.formatters.table:TableFormatter
- csv = cliff.formatters.commaseparated:CSVLister
- value = cliff.formatters.value:ValueFormatter
- yaml = cliff.formatters.yaml_format:YAMLFormatter
- json = cliff.formatters.json_format:JSONFormatter
[egg_info]
tag_build =