I have installed open stack using devstack. Launched an cirros image. I can connect to the instance from VNC console but unable to ping to the instance.
You should configure your security group to allow incoming ICMP (ping) traffic, and also TCP port 22 (ssh). You can configure the security group from the Openstack web dashboard.
I agree with Barak's answer. For reference - here are shell commands to configure rules:
$nova --no-cache secgroup-add-rule default icmp -1 -1 0.0.0.0/0
$nova --no-cache secgroup-add-rule default tcp 22 22 0.0.0.0/0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With