BeyondTheClouds / enos

Experimental eNvironment for OpenStack :monkey:
https://beyondtheclouds.github.io/enos/
GNU General Public License v3.0
30 stars 22 forks source link

Wrong syntax for the creation of security rules during enos init #274

Closed rcherrueau closed 6 years ago

rcherrueau commented 6 years ago

The creation of ingress/egress security rules fails during the enos init. Next, is the error message for ingress rule (same for egress):

+ openstack security group rule create 113dd749-8172-4f02-a7ca-13c113b23f58 --protocol icmp --dst-port 1:65535 --remote-ip 0.0.0.0/0 ingress
...
openstack security group rule create: error: unrecognized arguments: ingress
msimonin commented 6 years ago

It seems that the right syntax is --ingress.