summaryrefslogtreecommitdiff
path: root/heatclient
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2020-09-05 16:16:52 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-09-06 00:50:35 +0000
commit17958681f6b2f076b54951680843b2d2eac59494 (patch)
tree0b5a37064d0ecb993e3b6d5e52820fc03d95a56a /heatclient
parentbb22add60c5d7a206ed8023d78fd155e256253a0 (diff)
downloadpython-heatclient-17958681f6b2f076b54951680843b2d2eac59494.tar.gz
[goal] Migrate testing to ubuntu focal
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. - noqa for pep8 C901 check. Closes-Bug: #1886298 Story: #2007865 Task: #40186 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal Change-Id: I67b4957cea1ccbd5cdc0314d2eaddef0c24f7dfc
Diffstat (limited to 'heatclient')
-rw-r--r--heatclient/v1/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py
index 04ebf44..ce6272b 100644
--- a/heatclient/v1/shell.py
+++ b/heatclient/v1/shell.py
@@ -740,7 +740,7 @@ def do_output_list(hc, args):
@utils.arg('--with-detail', default=False, action="store_true",
help=_('Enable detail information presented, like '
'key and description.'))
-def do_output_show(hc, args):
+def do_output_show(hc, args): # noqa: C901
"""Show a specific stack output."""
show_deprecated('heat output-show', 'openstack stack output show')