[Openstack] [Folsom] Horizon not working

2012-11-08 Thread Emilio García
Hello there,

I am having the exact same problem! Any fix?

On Fri, Nov 2, 2012 at 10:45 AM, Raja Gajju gajjuraja [at] yahoo wrote:

 Hi all,

 I am totally new to Folsom and just wanted to get into it.

 I followed installation instructions from this guide :

https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst


 Everything went fine till the end(Horizon) but when I tried to access
 OpenStack 192.168.2.46/horizon on Firefox** with credentials
 admin:admin_pass,
 I am not able to login.

 I am having two new Ubuntu 12.10 machines (one Controller and one
 Compute). I have done every steps sequentially for Controller
 and have confirmed them also. I even also rebooted the machine after
 installing Horizon as it was mentioned in the guide.
 On my Controller eth0 is 192.168.2.46 and eth1 is 192.168.2.66

 I checked in this log file : /var/log/apache2/error.log and found
 following error :-

 [Fri Nov 02 14:25:28 2012] [error] unable to retrieve service catalog
with
 token
 [Fri Nov 02 14:25:28 2012] [error] Traceback (most recent call last):
 [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
 [Fri Nov 02 14:25:28 2012] [error] endpoint_type='adminURL')
 [Fri Nov 02 14:25:28 2012] [error] File
 /usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py,
line
 62, in url_for
 [Fri Nov 02 14:25:28 2012] [error] raise
 exceptions.EndpointNotFound('Endpoint not found.')
 [Fri Nov 02 14:25:28 2012] [error] EndpointNotFound: Endpoint not found.
 [Fri Nov 02 14:26:31 2012] [error] \x1b[.31;1mUnauthorized: n/a (HTTP
 401)\x1b[0m
 [Fri Nov 02 14:26:31 2012] [error] Traceback (most recent call last):
 [Fri Nov 02 14:26:31 2012] [error] File
 /usr/lib/python2.7/dist-packages/horizon/usage/base.py, line 93, in
 summarize
 [Fri Nov 02 14:26:31 2012] [error] self.usage_list =
 self.get_usage_list(start, end)
 [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
 [Fri Nov 02 14:26:31 2012] [error] return api.usage_list(self.request,
 start, end)
 [Fri Nov 02 14:26:31 2012] [error] File
 /usr/lib/python2.7/dist-packages/horizon/api/nova.py, line 418, in
 usage_list
 [Fri Nov 02 14:26:31 2012] [error] return [Usage(u) for u in
 novaclient(request).usage.list(start, end, True)]
 [Fri Nov 02 14:26:31 2012] [error] File
 /usr/lib/python2.7/dist-packages/novaclient/v1_1/usage.py, line 35, in
 list
 [Fri Nov 02 14:26:31 2012] [error] tenant_usages)
 [Fri Nov 02 14:26:31 2012] [error] File
 /usr/lib/python2.7/dist-packages/novaclient/base.py, line 62, in _list
 [Fri Nov 02 14:26:31 2012] [error] _resp, body =
 self.api.client.get(url)
 [Fri Nov 02 14:26:31 2012] [error] File
 /usr/lib/python2.7/dist-packages/novaclient/client.py, line 239, in get
 [Fri Nov 02 14:26:31 2012] [error] return self._cs_request(url, 'GET',
 **kwargs)
 [Fri Nov 02 14:26:31 2012] [error] File
 /usr/lib/python2.7/dist-packages/novaclient/client.py, line 236, in
 _cs_request
 [Fri Nov 02 14:26:31 2012] [error] raise ex
 [Fri Nov 02 14:26:31 2012] [error] Unauthorized: n/a (HTTP 401)

 I am not getting any idea how to get rid of this problem.
 Any help to rectify this problem is appreciated.
 Thanks in advance.

 Thanks and Regards,
 Girija Sharan Singh

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



--

Cloudreach Limited is a limited company registered in England with registered 
number 06975407

The above terms reflect a potential business arrangement, are provided solely 
as a basis for further discussion, 
and are not intended to be and do not constitute a legally binding obligation. 
No legally binding obligations 
will be created, implied, or inferred until an agreement in final form is 
executed in writing by all parties involved.

This email may be confidential or privileged. If you received this 
communication by mistake, please don't forward 
it to anyone else, please erase all copies and attachments, and please let us 
know that it has gone to the wrong person.
___
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 not working

2012-11-08 Thread Robert van Leeuwen
  [Fri Nov 02 14:25:28 2012] [error] unable to retrieve service catalog with 
 token 
 [Fri Nov 02 14:25:28 2012] [error] Traceback (most recent call last): 
 [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 
 [Fri Nov 02 14:25:28 2012] [error] endpoint_type='adminURL') 
 [Fri Nov 02 14:25:28 2012] [error] File 
 /usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py, line 
 62, in url_for 
 [Fri Nov 02 14:25:28 2012] [error] raise 
 exceptions.EndpointNotFound('Endpoint not found.') 
 [Fri Nov 02 14:25:28 2012] [error] EndpointNotFound: Endpoint not found. 

Sounds like keystone is not properly setup.
Maybe one of the required endpoints is not setup?
( I think you will need at least 4 endpoints to make it work. 
They are for the following services: identity, image, compute, volume)

For debugging you can take a look at the keystone log so you can see the 
contents of the created tokens.

Regards,
Robert van Leeuwen





___
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 not working

2012-11-08 Thread Dolph Mathews
We just fixed a similar issue in keystoneclient -- what release is this
running against?

https://bugs.launchpad.net/python-keystoneclient/+bug/1074784

https://review.openstack.org/#/c/15410/


-Dolph


On Thu, Nov 8, 2012 at 5:46 AM, Robert van Leeuwen 
robert.vanleeu...@spilgames.com wrote:

   [Fri Nov 02 14:25:28 2012] [error] unable to retrieve service catalog
 with
  token
  [Fri Nov 02 14:25:28 2012] [error] Traceback (most recent call last):
  [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
  [Fri Nov 02 14:25:28 2012] [error] endpoint_type='adminURL')
  [Fri Nov 02 14:25:28 2012] [error] File
  /usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py,
 line
  62, in url_for
  [Fri Nov 02 14:25:28 2012] [error] raise
  exceptions.EndpointNotFound('Endpoint not found.')
  [Fri Nov 02 14:25:28 2012] [error] EndpointNotFound: Endpoint not found.

 Sounds like keystone is not properly setup.
 Maybe one of the required endpoints is not setup?
 ( I think you will need at least 4 endpoints to make it work.
 They are for the following services: identity, image, compute, volume)

 For debugging you can take a look at the keystone log so you can see the
 contents of the created tokens.

 Regards,
 Robert van Leeuwen





 ___
 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 not working

2012-11-08 Thread Emilio García
It is folsom, from deb
http://ubuntu-cloud.archive.canonical.com/ubuntuprecise-updates/folsom
main

I installed following a different guide and it is working (but same repos).
But to be honest I don't know what is the difference.

Kind regards.

On 8 November 2012 17:32, Dolph Mathews dolph.math...@gmail.com wrote:

 We just fixed a similar issue in keystoneclient -- what release is this
 running against?

 https://bugs.launchpad.net/python-keystoneclient/+bug/1074784

 https://review.openstack.org/#/c/15410/


 -Dolph



 On Thu, Nov 8, 2012 at 5:46 AM, Robert van Leeuwen 
 robert.vanleeu...@spilgames.com wrote:

   [Fri Nov 02 14:25:28 2012] [error] unable to retrieve service catalog
 with
  token
  [Fri Nov 02 14:25:28 2012] [error] Traceback (most recent call last):
  [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
  [Fri Nov 02 14:25:28 2012] [error] endpoint_type='adminURL')
  [Fri Nov 02 14:25:28 2012] [error] File
  /usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py,
 line
  62, in url_for
  [Fri Nov 02 14:25:28 2012] [error] raise
  exceptions.EndpointNotFound('Endpoint not found.')
  [Fri Nov 02 14:25:28 2012] [error] EndpointNotFound: Endpoint not found.

 Sounds like keystone is not properly setup.
 Maybe one of the required endpoints is not setup?
 ( I think you will need at least 4 endpoints to make it work.
 They are for the following services: identity, image, compute, volume)

 For debugging you can take a look at the keystone log so you can see the
 contents of the created tokens.

 Regards,
 Robert van Leeuwen





 ___
 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




--

Cloudreach Limited is a limited company registered in England with registered 
number 06975407

The above terms reflect a potential business arrangement, are provided solely 
as a basis for further discussion, 
and are not intended to be and do not constitute a legally binding obligation. 
No legally binding obligations 
will be created, implied, or inferred until an agreement in final form is 
executed in writing by all parties involved.

This email may be confidential or privileged. If you received this 
communication by mistake, please don't forward 
it to anyone else, please erase all copies and attachments, and please let us 
know that it has gone to the wrong person.
___
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 not working

2012-11-08 Thread Robert Garron

Hi all -- I am having the same problem with this repo too --

Executing the Nova command (see page 51 of guide OpenStack Install and 
Deploy Manual - Red Hat Ubuntu - Sep 26, 2012) (nova image-list) and 
Horizon (server error) fails.


In addition I am/was getting that the public keys were missing for 
SQLAlchemy with most commands giving a warning and/or debug message.


My system:
Ubuntu 12.10 64bit 32 cores
clean install of Ubuntu using new Folsom install guide(s) -
Trying to now use new guide:

https://github.com/mseknibilel/OpenStack-Folsom-Install-guide


Hopefully this will allow me to make a working Folsom Installation.

I think the repo below is flawed some how, and I have taken it out of my 
configuration and am starting from scratch using the git repo directly.


I also think that we need a new clean quantel ?spelling? repo for 12.10 
and Folsom with all of the correct private/public keys of all of the 
Folsom components this, in my opinion, would clean up a lot of the 
issues.  I guess, take a breath and collect what is working from time to 
time to then move forward with a more solid foundation...


Regards




On 11/8/12 12:37 PM, Emilio García wrote:
It is folsom, from deb 
http://ubuntu-cloud.archive.canonical.com/ubuntu 
precise-updates/folsom main


I installed following a different guide and it is working (but same 
repos). But to be honest I don't know what is the difference.


Kind regards.

On 8 November 2012 17:32, Dolph Mathews dolph.math...@gmail.com 
mailto:dolph.math...@gmail.com wrote:


We just fixed a similar issue in keystoneclient -- what release is
this running against?

https://bugs.launchpad.net/python-keystoneclient/+bug/1074784

https://review.openstack.org/#/c/15410/


-Dolph



On Thu, Nov 8, 2012 at 5:46 AM, Robert van Leeuwen
robert.vanleeu...@spilgames.com
mailto:robert.vanleeu...@spilgames.com wrote:

  [Fri Nov 02 14:25:28 2012] [error] unable to retrieve
service catalog with
 token
 [Fri Nov 02 14:25:28 2012] [error] Traceback (most recent
call last):
 [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
 [Fri Nov 02 14:25:28 2012] [error] endpoint_type='adminURL')
 [Fri Nov 02 14:25:28 2012] [error] File

/usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py,
line
 62, in url_for
 [Fri Nov 02 14:25:28 2012] [error] raise
 exceptions.EndpointNotFound('Endpoint not found.')
 [Fri Nov 02 14:25:28 2012] [error] EndpointNotFound:
Endpoint not found.

Sounds like keystone is not properly setup.
Maybe one of the required endpoints is not setup?
( I think you will need at least 4 endpoints to make it work.
They are for the following services: identity, image, compute,
volume)

For debugging you can take a look at the keystone log so you
can see the contents of the created tokens.

Regards,
Robert van Leeuwen





___
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




--


Cloudreach Limited is a limited company registered in England with registered 
number 06975407

The above terms reflect a potential business arrangement, are provided solely 
as a basis for further discussion,
and are not intended to be and do not constitute a legally binding obligation. 
No legally binding obligations
will be created, implied, or inferred until an agreement in final form is 
executed in writing by all parties involved.

This email may be confidential or privileged. If you received this 
communication by mistake, please don't forward
it to anyone else, please erase all copies and attachments, and please let us 
know that it has gone to the wrong person.



___
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 

Re: [Openstack] [Folsom] Horizon not working

2012-11-03 Thread Asher Newcomer
Hi,

I'm suddenly having the same problem on a fresh install from cloud archives
on 12.04. I tried setting token_format=UUID explicitly in keystone.conf
because I had seen related bugs there, but no luck.

Thanks,

Asher


On Fri, Nov 2, 2012 at 10:45 AM, Raja Gajju gajjur...@yahoo.com wrote:

 Hi all,

 I am totally new to Folsom and just wanted to get into it.

 I followed installation instructions from this guide :
 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

 Everything went fine till the end(Horizon) but when I tried to access
 OpenStack 192.168.2.46/horizon on Firefox** with credentials
 admin:admin_pass,
 I am not able to login.

 I am having two new Ubuntu 12.10 machines (one Controller and one
 Compute). I have done every steps sequentially for Controller
 and have confirmed them also. I even also rebooted the machine after
 installing Horizon as it was mentioned in the guide.
 On my Controller eth0 is 192.168.2.46 and eth1 is 192.168.2.66

 I checked in this log file : /var/log/apache2/error.log and found
 following error :-

 [Fri Nov 02 14:25:28 2012] [error] unable to retrieve service catalog with
 token
 [Fri Nov 02 14:25:28 2012] [error] Traceback (most recent call last):
 [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
 [Fri Nov 02 14:25:28 2012] [error] endpoint_type='adminURL')
 [Fri Nov 02 14:25:28 2012] [error]   File
 /usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py, line
 62, in url_for
 [Fri Nov 02 14:25:28 2012] [error] raise
 exceptions.EndpointNotFound('Endpoint not found.')
 [Fri Nov 02 14:25:28 2012] [error] EndpointNotFound: Endpoint not found.
 [Fri Nov 02 14:26:31 2012] [error] \x1b[31;1mUnauthorized: n/a (HTTP
 401)\x1b[0m
 [Fri Nov 02 14:26:31 2012] [error] Traceback (most recent call last):
 [Fri Nov 02 14:26:31 2012] [error]   File
 /usr/lib/python2.7/dist-packages/horizon/usage/base.py, line 93, in
 summarize
 [Fri Nov 02 14:26:31 2012] [error] self.usage_list =
 self.get_usage_list(start, end)
 [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
 [Fri Nov 02 14:26:31 2012] [error] return api.usage_list(self.request,
 start, end)
 [Fri Nov 02 14:26:31 2012] [error]   File
 /usr/lib/python2.7/dist-packages/horizon/api/nova.py, line 418, in
 usage_list
 [Fri Nov 02 14:26:31 2012] [error] return [Usage(u) for u in
 novaclient(request).usage.list(start, end, True)]
 [Fri Nov 02 14:26:31 2012] [error]   File
 /usr/lib/python2.7/dist-packages/novaclient/v1_1/usage.py, line 35, in
 list
 [Fri Nov 02 14:26:31 2012] [error] tenant_usages)
 [Fri Nov 02 14:26:31 2012] [error]   File
 /usr/lib/python2.7/dist-packages/novaclient/base.py, line 62, in _list
 [Fri Nov 02 14:26:31 2012] [error] _resp, body =
 self.api.client.get(url)
 [Fri Nov 02 14:26:31 2012] [error]   File
 /usr/lib/python2.7/dist-packages/novaclient/client.py, line 239, in get
 [Fri Nov 02 14:26:31 2012] [error] return self._cs_request(url, 'GET',
 **kwargs)
 [Fri Nov 02 14:26:31 2012] [error]   File
 /usr/lib/python2.7/dist-packages/novaclient/client.py, line 236, in
 _cs_request
 [Fri Nov 02 14:26:31 2012] [error] raise ex
 [Fri Nov 02 14:26:31 2012] [error] Unauthorized: n/a (HTTP 401)

 I am not getting any idea how to get rid of this problem.
 Any help to rectify this problem is appreciated.
 Thanks in advance.

 Thanks and Regards,
 Girija Sharan Singh

 ___
 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


[Openstack] [Folsom] Horizon not working

2012-11-02 Thread Raja Gajju
Hi all,

I am totally new to Folsom and just wanted to get into it.

I followed installation instructions from this guide : 
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

Everything went fine till the end(Horizon) but when I tried to access OpenStack 
192.168.2.46/horizon on Firefox with credentials admin:admin_pass,
I am not able to login.

I am having two new Ubuntu 12.10 machines (one Controller and one Compute). I 
have done every steps sequentially for Controller
and have confirmed them also. I even also rebooted the machine after installing 
Horizon as it was mentioned in the guide.
On my Controller eth0 is 192.168.2.46 and eth1 is 192.168.2.66


I checked in this log file : /var/log/apache2/error.log and found following 
error :-

[Fri Nov 02 14:25:28 2012] [error] unable to retrieve service catalog with token
[Fri Nov 02 14:25:28 2012] [error] Traceback (most recent call last):
[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
[Fri Nov 02 14:25:28 2012] [error] endpoint_type='adminURL')
[Fri
 Nov 02 14:25:28 2012] [error]   File 
/usr/lib/python2.7/dist-packages/keystoneclient/service_catalog.py, 
line 62, in url_for
[Fri Nov 02 14:25:28 2012] [error] raise 
exceptions.EndpointNotFound('Endpoint not found.')
[Fri Nov 02 14:25:28 2012] [error] EndpointNotFound: Endpoint not found.
[Fri Nov 02 14:26:31 2012] [error] \x1b[31;1mUnauthorized: n/a (HTTP 401)\x1b[0m
[Fri Nov 02 14:26:31 2012] [error] Traceback (most recent call last):
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/horizon/usage/base.py, line 93, in summarize
[Fri Nov 02 14:26:31 2012] [error] self.usage_list = 
self.get_usage_list(start, end)
[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
[Fri Nov 02 14:26:31 2012] [error] return api.usage_list(self.request, 
start, end)
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/horizon/api/nova.py, line 418, in usage_list
[Fri Nov 02 14:26:31 2012] [error] return [Usage(u) for u in 
novaclient(request).usage.list(start, end, True)]
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/novaclient/v1_1/usage.py, line 35, in list
[Fri Nov 02 14:26:31 2012] [error] tenant_usages)
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/novaclient/base.py, line 62, in _list
[Fri Nov 02 14:26:31 2012] [error] _resp, body = self.api.client.get(url)
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/novaclient/client.py, line 239, in get
[Fri Nov 02 14:26:31 2012] [error] return self._cs_request(url, 'GET', 
**kwargs)
[Fri Nov 02 14:26:31 2012] [error]   File 
/usr/lib/python2.7/dist-packages/novaclient/client.py, line 236, in 
_cs_request
[Fri Nov 02 14:26:31 2012] [error] raise ex
[Fri Nov 02 14:26:31 2012] [error] Unauthorized: n/a (HTTP 401)


I am not getting any idea how to get rid of this problem.
Any help to rectify this problem is appreciated.
Thanks in advance.

Thanks and Regards,
Girija Sharan Singh
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp