Go to file
Takashi Kajinami 93411beff0 Require int value for --limit option
Currently the value passed to the --limit option is not validated as
part of argument parser and results in an ugly error.

$ openstack stack list --limit a
invalid literal for int() with base 10: 'a'
$

This enables the validation in argument parser to require integer,
which shows more clear error.

$ openstack stack list --limit a
openstack stack list: error: argument --limit: invalid int value: 'a'
$

Change-Id: I17397bc202a08de63b715fa15d0f33754393c226
2022-07-06 01:11:36 +00:00
2016-11-12 19:23:26 +05:30
2018-07-30 08:43:31 +07:00
2019-04-19 19:33:54 +00:00
2018-07-30 08:43:31 +07:00
2014-12-10 12:11:48 +02:00
2012-10-10 08:55:03 +13:00

Team and repository tags

image

python-heatclient

Latest Version

OpenStack Orchestration API Client Library

This is a client library for Heat built on the Heat orchestration API. It provides a Python API (the heatclient module) and a command-line tool (heat).

Description
OpenStack Orchestration (Heat) Client
Readme 14 MiB
Languages
Python 100%