why instances from different networks can ping each other
Hello, I installed OpenStack Newton on Ubuntu 16.04.2 with 3 nodes : controller, compute, block storage.
I created a new project, with three instances, each instance in a separate network : https://scontent.ftun1-1.fna.fbcdn.net/v/t34.0-12/18834610_10210452879413206_637341540_n.png?oh=0a46e03b50455b36353b75e7f50ef6c5&oe=5932201A (image description)
I didn't configure any routing on the router, so I thought that instances won't be able to ping each other but it's not the case !! they all have connectivity to each other.
I don't want instances to have connectivity on each other, I want them only to have access to the provider network, how to do that ?
thanks