<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><div>Varun,</div><div><br></div><div>A few things to look into to narrow down where the problem is:</div><div><br></div><div>- Can you ping the Ops-Controller hostname from the host you're running the glance command from?  If not, there may be a networking issue preventing communication with the host.</div><div>- On the Ops-Controller host, run "netstat -tunelp | grep 9292" to validate there's something listening on port 9292 (the glance-api should be listening on it).</div><div><br></div><div>  You should see something like this if glance-api is listening on the port:</div><div><p style="margin: 0px; font-size: 11px; font-family: Menlo;"># netstat -tunelp | grep 9292</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">tcp        0      0 0.0.0.0:<span style="color: #c33720"><b>9292</b></span>            0.0.0.0:*               LISTEN      161        9773        1012/python</p></div><div><br></div><div>- Check the glance-api log to see if there are any errors in it that indicate why it didn't come up properly.</div><div><br></div><div>I hope this helps.</div><div><br></div><div>Brad</div><div><br></div><div><br></div><span id="OLK_SRC_BODY_SECTION"><div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt"><span style="font-weight:bold">From: </span> varun bhatnagar <<a href="mailto:varun292006@gmail.com">varun292006@gmail.com</a>><br><span style="font-weight:bold">Date: </span> Thursday, November 6, 2014 at 9:14 AM<br><span style="font-weight:bold">To: </span> "<a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a>" <<a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a>><br><span style="font-weight:bold">Subject: </span> [Openstack] Glance timeout error<br></div><div><br></div><div dir="ltr">Hi,<div><br></div><div>I am trying to install glance service on controller and I am following instructions given in the installation guide (<a href="http://docs.openstack.org/icehouse/install-guide/install/zypper/content/glance-verify.html">http://docs.openstack.org/icehouse/install-guide/install/zypper/content/glance-verify.html</a>)</div><div><br></div><div>The OS is SLES 11, hostname is Ops-Controller & openstack version is Icehouse.</div><div><br></div><div>When I was done with the installation I tried doing post installation steps & when I tried uploading the image in glance using following command:</div><div><br></div><div><div><i>glance image-create --name "myImage" --disk-format qcow2 \</i></div><div><i>--container-format bare --is-public True --progress < cirros-0.3.2-x86_64-disk.img</i></div></div><div><br></div><div><br></div><div>I got the following error message:</div><div><br></div><div><i>Error communicating with <a href="http://Ops-Controller:9292">http://Ops-Controller:9292</a> timed out</i><br></div><div><i><br></i></div><div>Can anyone tell me what went wrong here.</div><div><br></div><div>BR,</div><div>Varun</div></div></span></body></html>