<div dir="ltr">Hi All:<div><br></div><div>I have created openstack instances using legacy nova network (this network is completely a private network not accessible to outside network).</div><div><br></div><div>I  used floating public IPs to acess this box. (this ips are accessible to outside public network).</div><div><br></div><div><br></div><div>I am able to lauch instances get an IP in private subnet. Then assigned a floating ip and am able to ping to the box.</div><div><br></div><div>But During the launch of instances the SSH keys are not copied because the cloud-inint url is not able to access the outside world.</div><div><br></div><div>The Ip (192.168.202.1 ) in the below logs are gateway of public network.</div><div><br></div><div>Please suggest. Is there any other way to get the kesy copied?</div><div><br></div><div><br></div><div>Thanks</div><div><br></div><div>Dev</div><div><pre class="" style="padding:8.5px;font-family:Menlo,Monaco,'Courier New',monospace;font-size:12px;color:rgb(51,51,51);border-radius:4px;margin-top:0px;margin-bottom:9px;line-height:18px;border:1px solid rgba(0,0,0,0.14902);white-space:pre-wrap;word-break:break-all;word-wrap:break-word;background-color:rgb(245,245,245)">cloud-init[756]: 2015-06-26 23:17:15,250 - url_helper.py[WARNING]: Calling '<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>' failed [53/120s]: unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[756]: 2015-06-26 23:17:20,314 - url_helper.py[WARNING]: Calling '<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>' failed [58/120s]: unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[756]: 2015-06-26 23:17:25,367 - url_helper.py[WARNING]: Calling '<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>' failed [63/120s]: unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[756]: 2015-06-26 23:17:30,424 - url_helper.py[WARNING]: Calling '<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>' failed [68/120s]: unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[756]: 2015-06-26 23:17:36,483 - url_helper.py[WARNING]: Calling '<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>' failed [74/120s]: unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[756]: 2015-06-26 23:17:41,540 - url_helper.py[WARNING]: Calling '<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>' failed [79/120s]: unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[756]: 2015-06-26 23:17:47,598 - url_helper.py[WARNING]: Calling '<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>' failed [85/120s]: unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[756]: 2015-06-26 23:17:54,657 - url_helper.py[WARNING]: Calling '<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>' failed [92/120s]: unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[756]: 2015-06-26 23:18:00,718 - url_helper.py[WARNING]: Calling '<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>' failed [98/120s]: unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[756]: 2015-06-26 23:18:07,783 - url_helper.py[WARNING]: Calling '<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>' failed [105/120s]: unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[756]: 2015-06-26 23:18:13,841 - url_helper.py[WARNING]: Calling '<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>' failed [111/120s]: unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[756]: 2015-06-26 23:18:20,899 - url_helper.py[WARNING]: Calling '<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>' failed [118/120s]: unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[756]: 2015-06-26 23:18:27,911 - DataSourceCloudStack.py[CRITICAL]: Giving up on waiting for the metadata from ['<a href="http://192.168.202.1//latest/meta-data/instance-id">http://192.168.202.1//latest/meta-data/instance-id</a>'] after 125 seconds
cloud-init[1076]: Cloud-init v. 0.7.5 running 'modules:config' at Fri, 26 Jun 2015 23:18:49 +0000. Up 447.34 seconds.
cloud-init[1116]: Cloud-init v. 0.7.5 running 'modules:final' at Fri, 26 Jun 2015 23:19:01 +0000. Up 459.78 seconds.
ci-info: no authorized ssh keys fingerprints found for user centos.
cloud-init[1116]: ci-info: no authorized ssh keys fingerprints found for user centos.</pre></div></div>