[ 
https://issues.apache.org/jira/browse/JCLOUDS-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13764417#comment-13764417
 ] 

Everett Toews commented on JCLOUDS-273:
---------------------------------------

I found the WADL at 
[os-compute-2.wadl|https://github.com/openstack/api-site/blob/master/api-ref/src/wadls/compute-api/src/wadl/os-compute-2.wadl]
 but I'm not sure how much help it will be for your. The 
[getServer|https://github.com/openstack/api-site/blob/master/api-ref/src/wadls/compute-api/src/wadl/os-compute-2.wadl#L592]
 piece doesn't mention any required attributes.

I saw your [question on 
launchpad|https://answers.launchpad.net/nova/+question/235437]. Those answer 
pages are dead (I'm not sure why they haven't been shutdown...). You'd have 
better luck getting help with this stuff over in the [OpenStack General mailing 
list|http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack].
                
> JClouds OpenStack Nova v2.0 Server domian doesn't follow OpenStack formal 
> documentation
> ---------------------------------------------------------------------------------------
>
>                 Key: JCLOUDS-273
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-273
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-compute
>            Reporter: Maty Grosz
>
> Using class org.jclouds.openstack.nova.v2_0.domain.Server – look at the 
> constructor “protected Server(… parameters)”:
> OpenStack formal documentation says that the metadata attribute is optional. 
> The constructor above calls to(checkNotNull(metadata, "metadata")) – and 
> fails.
> No need to check that in this case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to