Files
python-troveclient/releasenotes/notes/fix-config-param-list-output-27bf30fce5388d4b.yaml
Peter Stachowski 4c6f201d49 Display min/max correctly from config-param-list
When you run 'trove configuration-parameter-list' the CLI displays a
table without any values in the 'min_size' and 'max_size' fields.

The values now display correctly, and missing ones are represented
by '-' (in the case of string parameters).

Change-Id: Ib3a006aba4524e8e2fd4293449c54ee9d1dcabd1
Closes-Bug: #1572272
2016-04-20 20:01:55 +00:00

6 lines
158 B
YAML

---
fixes:
- The CLI output from configuration-parameter-list
was fixed to properly display the 'Min Size' and
'Max Size' values. Bug 1572272