Hi everyone,<div><br></div><div>I'm working on a single node installation of openstack(for testing). I'm using ubuntu uec images and am successfully able to boot them. But unfortunately, I get the error</div><div><br>
</div><div>DataSourceEc2.py[WARNING]:   20:07:30 [17/100]: url error [[Errno 101] Network is unreachable]</div><div><br></div><div>at the end of "euca-get-console-output". I believe that is the reason why I'm not able to either ping or ssh into the instance.</div>
<div><br></div><div>There already exists a pre-routing rule to redirect all the communication from <a href="http://169.254.169.254:80">169.254.169.254:80</a> to nova-api:8773.</div><div><br></div><div><div>-A nova-network-PREROUTING -d <a href="http://169.254.169.254/32">169.254.169.254/32</a> -p tcp -m tcp --dport 80 -j DNAT --to-destination <a href="http://10.2.4.135:8773">10.2.4.135:8773</a></div>
</div><div><br></div><div>Any suggestions?</div><div><br></div><div>Regards,</div><div>Shashank Sahni</div>