You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Zack Shoylev (JIRA)" <ji...@apache.org> on 2015/09/21 17:44:04 UTC

[jira] [Commented] (JCLOUDS-1003) IpProtocol.ANY does not work on OpenStack

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

Zack Shoylev commented on JCLOUDS-1003:
---------------------------------------

http://docs.openstack.org/openstack-ops/content/security_groups.html

https://github.com/apache/jclouds/blob/master/apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/domain/Ingress.java#L24

> IpProtocol.ANY does not work on OpenStack
> -----------------------------------------
>
>                 Key: JCLOUDS-1003
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1003
>             Project: jclouds
>          Issue Type: Bug
>         Environment: OpenStack Nova on BlueBox Cloud
>            Reporter: Andrew Kennedy
>
> Trying to add IpPermissions.permitAnyProtocol() or any IpPermission using IpProtocol.ANY fails with the following error:
> 2015-09-21 07:03:57,972 DEBUG o.j.h.i.JavaUrlHttpCommandExecutorService [brooklyn-execmanager-L0pLKIH7-132]: Sending request 193768812: POST https://cloudsoft-sjc.openstack.blueboxgrid.com:8777/v2/bba97b44a7dd40b1ad8a0b90510129f7/os-security-group-rules HTTP/1.1
> 2015-09-21 07:03:57,972 DEBUG jclouds.wire [brooklyn-execmanager-L0pLKIH7-132]: >> "{"security_group_rule":{"parent_group_id":"1d958f15-aeef-4ee8-a527-71f7fcae9864","cidr":"0.0.0.0/0","ip_protocol":"-1","from_port":"1","to_port":"65535"}}"
> 2015-09-21 07:03:58,793 DEBUG jclouds.wire [brooklyn-execmanager-L0pLKIH7-132]: << "{"badRequest": {"message": "Invalid IP protocol -1.", "code": 400}}"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)