<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi all,</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">I am totally new to Folsom and just wanted to get into it.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">I
 followed installation instructions from this guide : 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">Everything went fine till the end(Horizon) but when I tried to access OpenStack 192.168.2.46/horizon on Firefox<strong></strong> with credentials admin:admin_pass,</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">I am not able to login.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div
 style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">I am having two new Ubuntu 12.10 machines (one Controller and one Compute). I have done every steps sequentially for Controller</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">and have confirmed them also. I even also rebooted the machine after installing Horizon as it was mentioned in the guide.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">On my Controller eth0 is 192.168.2.46 and eth1 is 192.168.2.66<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color:
 rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">I checked in this log file : /var/log/apache2/error.log and found following error :-</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">[Fri Nov 02 14:25:28 2012] [error] unable to retrieve service catalog with token<br>[Fri Nov 02 14:25:28 2012] [error] Traceback (most recent call last):<br>[Fri
 Nov 02 14:25:28 2012] [error]   File 
"/usr/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py", line 
132, in _extract_service_catalog<br>[Fri Nov 02 14:25:28 2012] [error]     endpoint_type='adminURL')<br>[Fri
 Nov 02 14:25:28 2012] [error]   File 
"/usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py", 
line 62, in url_for<br>[Fri Nov 02 14:25:28 2012] [error]     raise exceptions.EndpointNotFound('Endpoint not found.')<br>[Fri Nov 02 14:25:28 2012] [error] EndpointNotFound: Endpoint not found.<br>[Fri Nov 02 14:26:31 2012] [error] \x1b[31;1mUnauthorized: n/a (HTTP 401)\x1b[0m<br>[Fri Nov 02 14:26:31 2012] [error] Traceback (most recent call last):<br>[Fri Nov 02 14:26:31 2012] [error]   File "/usr/lib/python2.7/dist-packages/horizon/usage/base.py", line 93, in summarize<br>[Fri Nov 02 14:26:31 2012] [error]     self.usage_list = self.get_usage_list(start, end)<br>[Fri Nov 02 14:26:31 2012] [error]   File "/usr/lib/python2.7/dist-packages/horizon/usage/base.py", line 128, in get_usage_list<br>[Fri Nov 02 14:26:31 2012] [error]     return api.usage_list(self.request, start, end)<br>[Fri Nov 02 14:26:31 2012] [error]   File
 "/usr/lib/python2.7/dist-packages/horizon/api/nova.py", line 418, in usage_list<br>[Fri Nov 02 14:26:31 2012] [error]     return [Usage(u) for u in novaclient(request).usage.list(start, end, True)]<br>[Fri Nov 02 14:26:31 2012] [error]   File "/usr/lib/python2.7/dist-packages/novaclient/v1_1/usage.py", line 35, in list<br>[Fri Nov 02 14:26:31 2012] [error]     "tenant_usages")<br>[Fri Nov 02 14:26:31 2012] [error]   File "/usr/lib/python2.7/dist-packages/novaclient/base.py", line 62, in _list<br>[Fri Nov 02 14:26:31 2012] [error]     _resp, body = self.api.client.get(url)<br>[Fri Nov 02 14:26:31 2012] [error]   File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 239, in get<br>[Fri Nov 02 14:26:31 2012] [error]     return self._cs_request(url, 'GET', **kwargs)<br>[Fri Nov 02 14:26:31 2012] [error]   File
 "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 236, in _cs_request<br>[Fri Nov 02 14:26:31 2012] [error]     raise ex<br>[Fri Nov 02 14:26:31 2012] [error] Unauthorized: n/a (HTTP 401)<br><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">I am not getting any idea how to get rid of this problem.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">Any help to rectify this problem is appreciated.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">Thanks in advance.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent;
 font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">Thanks and Regards,</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">Girija Sharan Singh<br></div></div></body></html>