issue while deploying openstack on a public cloud VM [closed]
Hi All, I am deploying RDO openstack on a VM in HP public cloud. I have performed an all-in-one installation.The installation is successful, but I am not able to access instances using floating IP. Infact when I add eth0 as a port to br-ex, the openstack server VM stops communicating with gateway and other network components. Any suggestion would be really helpful.
Which Hypervisor is running VM in HP public cloud ?
KVM hypervisor
Check on your system ( for yours tenant )
[root@server18 ~(keystone_admin)]# nova secgroup-list-rules default +-------------+-----------+---------+-----------+--------------+ | IP Protocol | From Port | To Port | IP Range | Source Group | +-------------+-----------+---------+-----------+--------------+ | udp | 1 | 65535 | 0.0.0.0/0 | | | icmp | -1 | -1 | 0.0.0.0/0 | | | tcp | 1 | 65535 | 0.0.0.0/0 | | +-------------+-----------+---------+-----------+--------------+
Is it something to do with the public cloud environment? I have earlier followed same procedure on a non cloud environment and it works fine. Is public cloud environment can only do nating with floating IP and eth0 of instance? I am seeing this issue particularly when I assign eth0 IP to br-ex.