diff options
| author | Yuriy Taraday <yorik.sar@gmail.com> | 2011-06-24 09:54:38 +0400 |
|---|---|---|
| committer | Yuriy Taraday <yorik.sar@gmail.com> | 2011-06-24 09:54:38 +0400 |
| commit | d4fc1d77a4b7c668453042b83e34da76ee3c3818 (patch) | |
| tree | ed38cabbd3815bc3e871c220f465708fa0731510 /bin | |
| parent | 0e2b3e932d3e5fe00fed1da95e55808391d4832e (diff) | |
Unwind last commit, force anyjson to use our serialization methods.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-manage | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/nova-manage b/bin/nova-manage index 0147ae21b..e09ea495d 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -874,10 +874,10 @@ class InstanceTypeCommands(object): try: instance_types.create(name, memory, vcpus, local_gb, flavorid, swap, rxtx_quota, rxtx_cap) - except exception.InvalidInputException: - print "Must supply valid parameters to create instance_type" - print e - sys.exit(1) + #except exception.InvalidInputException: + # print "Must supply valid parameters to create instance_type" + # print e + # sys.exit(1) except exception.ApiError, e: print "\n\n" print "\n%s" % e |
