commit | 18ce7158eb65ba494e2c28fa128f220ea6b8820f | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Jan 06 16:59:36 2014 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Mon Jan 06 16:59:36 2014 -0800 |
tree | 4da2071490fdc5c7c2c345974717ed99add69ecb | |
parent | cd96a8cb85bf35d1c70a7b2183c6f59e4d66b8a7 [diff] |
if account name is longer than 20 characters then onevapi throws a strange error
diff --git a/planetstack/hpc_observer/hpclib.py b/planetstack/hpc_observer/hpclib.py index f6e875b..92e87fe 100644 --- a/planetstack/hpc_observer/hpclib.py +++ b/planetstack/hpc_observer/hpclib.py
@@ -63,7 +63,7 @@ for c in x: if (c in (string.lowercase + string.digits)): y = y + c - return y + return y[:20] def extract_slice_info(self, service): """ Produce a dict that describes the slices for the CMI