Re: OpenStack Summit Vancouver

2015-05-19 Thread דני אופק
???
On May 19, 2015 7:35 PM, Limor Bortman limorbort...@gmail.com wrote:

 Hi I'm here. Are you  interesting in meeting for lunch tomorrow?

 On Tue, May 19, 2015 at 12:40 AM, Andrew Gaul g...@apache.org wrote:

 Anyone interested in jclouds attending OpenStack Summit in Vancouver
 this week?  Let's meet either for lunch or after hours!

 --
 Andrew Gaul
 http://gaul.org/




 --
 בורטמן לימור
 אם הייתי צנועה הייתי מושלמת



https://issues.apache.org/jira/browse/JCLOUDS-558 - JSON parse error on createNodesInGroup

2014-06-02 Thread דני אופק
Hi.

I have a remark about this bug :
In OpenStack, when creating a server, the image is not always mandatory.
For example, when creating a server to be booted via PXE boot, Openstack
create server expects block_device_mapping and does not expect and
image.
When creating a server this way via Horizon (using storage instead of
image) you can see in the api.log that create server does not use an image.
Following this create server command, the list servers (show) will show the
new server with image:, since it has no image.
I will write the workaround suggested, but I believe there needs to be a
real solution in JClouds.

Thanks.