ovn: Update release note with new detail on security groups

Change-Id: I8d8baaf020c9133de3e8b5d310351fdc06459e82
This commit is contained in:
Frode Nordahl 2019-11-01 10:29:51 +01:00
parent 9e8aad5902
commit 107cd9aa3c
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
1 changed files with 4 additions and 9 deletions

View File

@ -329,11 +329,10 @@ Known feature gaps at this point in time:
may be possible to configure unsupported combinations of features with may be possible to configure unsupported combinations of features with
undefined results. undefined results.
* There are unresolved issues with how security groups get handled in the * There is an unresolved issue with security groups rules that reference
context of the ordering of resource creation through the OpenStack API / CLI. remote security groups. Please remove any such rules while testing.
If you are unable to get ingress traffic to flow to your instances after
initial post-deployment configuration, try to remove the default security Example of how you could reset your default security group rules:
group rules and re-create them.
.. code:: bash .. code:: bash
@ -343,10 +342,6 @@ Known feature gaps at this point in time:
| awk '/default/{print$2}') | awk '/default/{print$2}')
openstack security group rule delete \ openstack security group rule delete \
$(openstack security group rule list $SECGRP_ID| awk '/IPv./{print$2}') $(openstack security group rule list $SECGRP_ID| awk '/IPv./{print$2}')
openstack security group rule create --ingress --protocol any \
--ethertype IPv4 --remote-group $SECGRP_ID $SECGRP_ID
openstack security group rule create --ingress --protocol any \
--ethertype IPv6 --remote-group $SECGRP_ID $SECGRP_ID
openstack security group rule create --egress --protocol any \ openstack security group rule create --egress --protocol any \
--ethertype IPv4 $SECGRP_ID --ethertype IPv4 $SECGRP_ID
openstack security group rule create --egress --protocol any \ openstack security group rule create --egress --protocol any \