Re: [jclouds-labs-openstack] Fixes issue where glance fails to parse image details (#197)

2015-07-09 Thread Zack Shoylev
Thank you for contributing! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/197#issuecomment-120174005

Re: [jclouds-labs-openstack] Fixes issue where glance fails to parse image details (#197)

2015-07-09 Thread arvindn05
Thanks Zack!! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/197#issuecomment-120170366

Re: [jclouds-labs-openstack] Fixes issue where glance fails to parse image details (#197)

2015-07-09 Thread Zack Shoylev
Closed #197. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/197#event-352274058

Re: [jclouds-labs-openstack] Fixes issue where glance fails to parse image details (#197)

2015-07-09 Thread Zack Shoylev
merged and backported --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/197#issuecomment-120128167

[jclouds-labs-openstack] Fixes issue where glance fails to parse image details (#197)

2015-07-09 Thread arvindn05
Fixes issue where glance fails to parse image details with milli seconds in the date The issue is described in this bug. https://issues.apache.org/jira/browse/JCLOUDS-333 Caused by: java.text.ParseException: Unparseable date: "2015-06-19T15:06:58.000+" at java.text.DateFormat.parse(Unknown