Files
python-glanceclient/glanceclient
Mike Fedosin 8e8dde2052 Output clear error message on invalid api version
Now if --os-image-api-version mistakenly contains a string then
you will get a ValueError

Example:
$ glance --os-image-api-version hui
ValueError: invalid literal for int() with base 10: 'hui'

This code correctly handles this situation, prints a warning
message and interrupts the execution of the client

Change-Id: I4733578adfc70bd57afd5f0d4d361c8ef689a381
Closes-bug: 1401197
2014-12-10 21:39:18 +03:00
..
2014-10-03 16:26:29 +03:00
2014-01-14 16:40:22 +00:00
2014-07-10 13:22:05 +05:30