93411beff0aca47041ef03eb636ea0e597ef8fed
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
Team and repository tags
python-heatclient
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).
- Free software: Apache license
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- Specs
- Template
- How to Contribute
Description
Languages
Python
100%