commit | 8a841c72449b5977fa157814bb661fa18d344bf6 | [log] [tgz] |
---|---|---|
author | Davanum Srinivas <dims@linux.vnet.ibm.com> | Thu Jun 19 18:33:14 2014 -0400 |
committer | Davanum Srinivas <dims@linux.vnet.ibm.com> | Thu Jun 19 18:36:31 2014 -0400 |
tree | 3d304d504ce79b3627ea975a5543cb4e02dab16f | |
parent | 339181aefd2abeadeb49eb2f83d30346bef3036a [diff] |
Avoid empty string for length in os-getConsoleOutput If the caller does not pass in any value for length, we should not be sending length='' to the os-getConsoleOutput REST API as Nova v2 API does not handle it properly Change-Id: I61db6a92418935dd4d0a8fc149d18417bf434b94 Closes-Bug: #1329563