openstack provider should open all UDP ports between group members as well as TCP

Bug #1052752 reported by Clint Byrum
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pyjuju
Fix Released
High
Clint Byrum
0.5
Fix Released
High
Martin Packman

Bug Description

the openstack provider only opens unfettered tcp ports between group members, not udp. This breaks charms that would expect UDP to pass freely.

juju/providers/openstack/ports.py line 121:

            # Add internal group access
            yield self.nova.add_security_group_rule(
                parent_group_id=sg['id'], group_id=sg['id'],
                ip_protocol="tcp", from_port=1, to_port=65535)

Related branches

Changed in juju:
assignee: nobody → Clint Byrum (clint-fewbar)
status: Triaged → In Progress
Changed in juju:
milestone: 0.6 → 0.7
Changed in juju:
milestone: 0.7 → 0.6
Changed in juju:
status: In Progress → Fix Committed
Changed in juju:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.