[Openstack] Folsom Horizon Error

2012-10-18 Thread Trinath Somanchi
Hi-

I have installed Folsom version of Openstack using the installation guide
https://github.com/EmilienM/openstack-folsom-guide

The Horizon GUI looks awkward  and the login gives me this error in the
apache error logs.

I have installed Horizon the way given in the Folsom guide given above.

[image: Inline image 1]


The Error Log:

[Thu Oct 18 10:18:19 2012] [error] unable to retrieve service catalog with
token
[Thu Oct 18 10:18:19 2012] [error] Traceback (most recent call last):
[Thu Oct 18 10:18:19 2012] [error]   File
/usr/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py, line 135,
in _extract_service_catalog
[Thu Oct 18 10:18:19 2012] [error] endpoint_type='adminURL')
[Thu Oct 18 10:18:19 2012] [error]   File
/usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py, line
73, in url_for
[Thu Oct 18 10:18:19 2012] [error] raise
exceptions.EndpointNotFound('Endpoint not found.')
[Thu Oct 18 10:18:19 2012] [error] EndpointNotFound: Endpoint not found.


Please help me resolve the issue.

Thanking you.


-- 
Regards,
--
Trinath Somanchi,
+91 9866 235 130
image.png___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom Horizon Error

2012-10-18 Thread Ray Sun
Seems end point created failed. Can you show us your endpoint list?

curl -H Content-type: application/json -d
'{auth:{passwordCredentials:{username: admin, password:
openstack}, tenantName: demo}}' http://ip:5000/v2.0/tokens | python
-mjson.tool

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291



On Thu, Oct 18, 2012 at 6:26 PM, Trinath Somanchi 
trinath.soman...@gmail.com wrote:

 Hi-

 I have installed Folsom version of Openstack using the installation guide
 https://github.com/EmilienM/openstack-folsom-guide

 The Horizon GUI looks awkward  and the login gives me this error in the
 apache error logs.

 I have installed Horizon the way given in the Folsom guide given above.

 [image: Inline image 1]


 The Error Log:

 [Thu Oct 18 10:18:19 2012] [error] unable to retrieve service catalog with
 token
 [Thu Oct 18 10:18:19 2012] [error] Traceback (most recent call last):
 [Thu Oct 18 10:18:19 2012] [error]   File
 /usr/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py, line 135,
 in _extract_service_catalog
 [Thu Oct 18 10:18:19 2012] [error] endpoint_type='adminURL')
 [Thu Oct 18 10:18:19 2012] [error]   File
 /usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py, line
 73, in url_for
 [Thu Oct 18 10:18:19 2012] [error] raise
 exceptions.EndpointNotFound('Endpoint not found.')
 [Thu Oct 18 10:18:19 2012] [error] EndpointNotFound: Endpoint not found.


 Please help me resolve the issue.

 Thanking you.


 --
 Regards,
 --
 Trinath Somanchi,
 +91 9866 235 130


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


image.png___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom Horizon Error

2012-10-18 Thread Jasper Aikema

  
  
Hello,
  
  I also have the layout problem.
  
  Didn't had time to find out why this occurred. If you remove the
  ubuntu theme for horizon, the layout will we fine.
  
  Kind regards,
  
  Jasper Aikema

Hi-
  
  
  I have installed Folsom version of Openstack using the
installation guidehttps://github.com/EmilienM/openstack-folsom-guide
  

  
  The Horizon GUI looksawkward and the login gives me this
error in the apache error logs.
  
  
  I have installed Horizon the way given in the Folsom guide
given above.
  
  
  
  
  
  
  
  The Error Log:
  
  
  
[Thu Oct 18 10:18:19 2012] [error] unable to retrieve
  service catalog with token
[Thu Oct 18 10:18:19 2012] [error] Traceback (most recent
  call last):
[Thu Oct 18 10:18:19 2012] [error]  File
  "/usr/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py",
  line 135, in _extract_service_catalog
[Thu Oct 18 10:18:19 2012] [error]  
  endpoint_type='adminURL')
[Thu Oct 18 10:18:19 2012] [error]  File
  "/usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py",
  line 73, in url_for
[Thu Oct 18 10:18:19 2012] [error]   raise
  exceptions.EndpointNotFound('Endpoint not found.')
[Thu Oct 18 10:18:19 2012] [error] EndpointNotFound:
  Endpoint not found.




Please help me resolve the issue.


Thanking you.




-- 
Regards,
--
Trinath Somanchi,
+91 9866 235 130

  
  
  
  
  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



  

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom Horizon Error

2012-10-18 Thread Sam Stoelinga
I had the same issue, you can remove the Ubuntu theme with the following
command:
rm /etc/openstack-dashboard/ubuntu_theme.py
Double check if that's the correct path though, im writing this out of
memory.
Or uncomment the lines in /etc/openstack-dashboard/local_settings.py which
load the ubuntu theme.

Or if you like the ubuntu theme it seems you have to install the following
package:
apt-get install openstack-dashboard-ubuntu-theme

I think it's missing some layout files which are inside the above package,
but
not sure if that's the real issue.

Sam

On Thu, Oct 18, 2012 at 7:28 PM, Jasper Aikema jas...@aikema.nl wrote:

  Hello,

 I also have the layout problem.

 Didn't had time to find out why this occurred. If you remove the ubuntu
 theme for horizon, the layout will we fine.

 Kind regards,

 Jasper Aikema

 Hi-

  I have installed Folsom version of Openstack using the installation
 guide https://github.com/EmilienM/openstack-folsom-guide

  The Horizon GUI looks awkward  and the login gives me this error in the
 apache error logs.

  I have installed Horizon the way given in the Folsom guide given above.

  [image: Inline image 1]


  The Error Log:

  [Thu Oct 18 10:18:19 2012] [error] unable to retrieve service catalog
 with token
 [Thu Oct 18 10:18:19 2012] [error] Traceback (most recent call last):
 [Thu Oct 18 10:18:19 2012] [error]   File
 /usr/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py, line 135,
 in _extract_service_catalog
 [Thu Oct 18 10:18:19 2012] [error] endpoint_type='adminURL')
 [Thu Oct 18 10:18:19 2012] [error]   File
 /usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py, line
 73, in url_for
 [Thu Oct 18 10:18:19 2012] [error] raise
 exceptions.EndpointNotFound('Endpoint not found.')
 [Thu Oct 18 10:18:19 2012] [error] EndpointNotFound: Endpoint not found.


  Please help me resolve the issue.

  Thanking you.


  --
 Regards,
 --
 Trinath Somanchi,
 +91 9866 235 130



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom Horizon Error

2012-10-18 Thread Skible OpenStack

Le 18/10/2012 12:26, Trinath Somanchi a écrit :
I have installed Folsom version of Openstack using the installation 
guide https://github.com/EmilienM/openstack-folsom-guide


The Horizon GUI looks awkward  and the login gives me this error in 
the apache error logs.


I have installed Horizon the way given in the Folsom guide given above.
If you want to fix the bad looking GUI look here 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst 
in this guide in the Horizon Install section
For the Endpoind thing, have you installed Quantum or not ?? Because 
when i had that problem i think it was looking for the quantum endpoint :)



Cheers ;)
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom Horizon Error

2012-10-18 Thread Jasper Aikema
Hello all,

This bug is reported and fixed (#1064420).

The next release (2012.2-ubuntu2) will have this fixed. At the moment
this packages is in proposed. It worked for me.

Kind regards,

Jasper Aikema

Op 18-10-12 14:30, Sam Stoelinga schreef:
 I had the same issue, you can remove the Ubuntu theme with the
 following command:
 rm /etc/openstack-dashboard/ubuntu_theme.py
 Double check if that's the correct path though, im writing this out of
 memory.
 Or uncomment the lines in /etc/openstack-dashboard/local_settings.py
 which load the ubuntu theme.

 Or if you like the ubuntu theme it seems you have to install the
 following package:
 apt-get install openstack-dashboard-ubuntu-theme

 I think it's missing some layout files which are inside the above
 package, but
 not sure if that's the real issue.

 Sam

 On Thu, Oct 18, 2012 at 7:28 PM, Jasper Aikema jas...@aikema.nl
 mailto:jas...@aikema.nl wrote:

 Hello,

 I also have the layout problem.

 Didn't had time to find out why this occurred. If you remove the
 ubuntu theme for horizon, the layout will we fine.

 Kind regards,

 Jasper Aikema
 Hi-

 I have installed Folsom version of Openstack using the
 installation guide https://github.com/EmilienM/openstack-folsom-guide

 The Horizon GUI looks awkward  and the login gives me this error
 in the apache error logs. 

 I have installed Horizon the way given in the Folsom guide given
 above.

 Inline image 1


 The Error Log:

 [Thu Oct 18 10:18:19 2012] [error] unable to retrieve service
 catalog with token
 [Thu Oct 18 10:18:19 2012] [error] Traceback (most recent call last):
 [Thu Oct 18 10:18:19 2012] [error]   File
 /usr/lib/python2.7/dist-packages/keystoneclient/v2_0/client.py,
 line 135, in _extract_service_catalog
 [Thu Oct 18 10:18:19 2012] [error] endpoint_type='adminURL')
 [Thu Oct 18 10:18:19 2012] [error]   File
 /usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py,
 line 73, in url_for
 [Thu Oct 18 10:18:19 2012] [error] raise
 exceptions.EndpointNotFound('Endpoint not found.')
 [Thu Oct 18 10:18:19 2012] [error] EndpointNotFound: Endpoint not
 found.


 Please help me resolve the issue.

 Thanking you.


 -- 
 Regards,
 --
 Trinath Somanchi,
 +91 9866 235 130 tel:%2B91%209866%20235%20130



 ___
 Mailing list: https://launchpad.net/~openstack 
 https://launchpad.net/%7Eopenstack
 Post to : openstack@lists.launchpad.net 
 mailto:openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack 
 https://launchpad.net/%7Eopenstack
 More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 https://launchpad.net/%7Eopenstack
 Post to : openstack@lists.launchpad.net
 mailto:openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 https://launchpad.net/%7Eopenstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp