Re: [Openstack] difference between metrics to statsd and metrics provided by swift recon middleware

2014-03-10 Thread pragya jain
Please somebody answer my query.

Thanks 
Pragya Jain



On Monday, 10 March 2014 1:22 PM, pragya jain  wrote:
 
hello all,
>according to the documents, statsd server collects the following metrics about 
>account-auditor:
>Metric Name Description account-auditor.errors Count of audit runs (across all 
>account databases) which caught an Exception. account-auditor.passes Count of 
>individual account databases which passed audit. account-auditor.failures 
>Count of individual account databases which failed audit. 
>account-auditor.timing Timing data for individual account database audits.
>and, swift recon middleware provides following information about 
>account-auditor:  account_auditor_pass_completed  account_audits_passed  
>account_audits_failed  account_audits_since
>please somebody help me to understand what is the similarity and what is the 
>difference between the metrics collected by statsd server and metrics provided 
>by swift recon middleware.
>Thanks 
>Pragya Jain
>
>___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] swift recon query

2014-03-10 Thread pragya jain
Thanks Drudy Gerry for answering my queries.

But when I use curl command for recon, I get the following results:

root@swift-VirtualBox:~# curl -i http://127.0.0.1:6000/recon/mounted
curl: (7) couldn't connect to host

I don't understand where is the problem. Please help.

Thanks
Pragya Jain




On Friday, 7 March 2014 3:51 PM, "Drudy, Gerry"  wrote:
 
Comments inline.
> 
>From:pragya jain [mailto:prag_2...@yahoo.co.in] 
>Sent: 07 March 2014 05:33
>To: Steve Mayer; Drudy, Gerry
>Cc: openstack@lists.openstack.org
>Subject: Re: [Openstack] swift recon query
> 
>Hello Steve,
>
>
>
>My questions about swift recon are:
>
>Q1: what should be the curl command for recon?
>
>
>For example, to get a list of mounted devices on an object server:
>curl -i http://:6000/recon/mounted
>
>Q2. what arguments should I use with 'swift-recon' command to get the status 
>about
>                   (i)      /proc/meminfo,
>I’m not sure you can get meminfo using the swift-recon command. But you can 
>use curl to get meminfo from a node, the following is a request to an object 
>server:
>curl -i http://:6000/recon/mem
>
>                   (ii)    currently mounted file systems
>Use ‘swift-recon –d’
>
>                   (iii)    list of devices
>Same as ii.
>
>
>
>
>Q3. When I run swift-recon command, It respond in terms of low: <> high: <> 
>avg: <> total: <> failed: <> no_result: <>
>For example,
>root@swift-VirtualBox:~# swift-recon account --auditor 
>===
> 
>--> Starting reconnaissance on 4 hosts 
>===
> 
>[2014-02-12 15:05:20] Checking auditor stats 
>[account_auditor_pass_completed] low: 0, high: 0, avg: 0.0, total: 0, Failed: 
>0.0%, no_result: 0, reported: 1 
>[account_audits_passed] - No hosts returned valid data. 
>[account_audits_failed] - No hosts returned valid data. 
>[account_audits_since] - No hosts returned valid data. 
> 
> 
>What is the meaning of following terms: low, high, avg, total, failed, 
>no_result, and reported ?
>
>
>Typically the ‘low’ would indicate the value from a node with the lowest 
>value. For example if you are looking at async pendings, each node will have a 
>different async pending queue length. The low value indicates queue length for 
>the node with the smallest queue length, while the high indicates the longest 
>async pending queue length and avg is the average queue length for all nodes.  
>The total is the total number of async pending across all nodes.  I think 
>reported typically means the number of nodes it has got a result from? I can’t 
>give you a clear definition of failed and no_result!
> 
>
>Thanks
>Pragya Jain
> 
>On Thursday, 6 March 2014 9:14 PM, Steve Mayer  wrote:
>The '-a' argument to swift-recon is for looking at the async-pendings, 
>>which will only be available if you've set up the 
>>/usr/bin/swift-recon-cron job on the object server nodes.
>>
>>Try running with the '-d' or '-l' arguments to see some actual 
>>statistics.
>>
>>-- 
>>Steve Mayer
>>smaye...@me.com
>>
>>On 6 Mar 2014, at 2:31, Drudy, Gerry wrote:
>>
>>> Add the verbose option to swift-recon:
>>>
>>> swift-recon -av
>>>
>>> It will list all the object servers in the ring.  Each server listed 
>>> should have the object-server process running.
>>>
>>> Gerry.
>>>
>>> From: pragya jain [mailto:prag_2...@yahoo.co.in]
>>> Sent: 06 March 2014 10:25
>>> To: Drudy, Gerry; openstack@lists.openstack.org
>>> Subject: Re: [Openstack] swift recon query
>>>
>>> hi Gerry,
>>>
>>> I run following commands:
>>> root@swift-VirtualBox:~# curl -i http://127.0.0.1:6000/recon/async
>>> curl: (7) couldn't connect to host
>>> root@swift-VirtualBox:~# swift-recon -a
>>> ===
>>> --> Starting reconnaissance on 4 hosts
>>> ===
>>> [2014-03-06 15:51:14] Checking async pendings
>>> [async_pending] - No hosts returned valid data.
>>> ===
>>> I can't understand where is the problem
>>>
>>> Please help.
>>>
>>> Thanks
>>> Pragya jain
>>>
>>> On Thursday, 6 March 2014 2:38 PM, "Drudy, Gerry"  
>>> wrote:
>>> Try
>>>
>>> curl  -i http://127.0.0.1:6000/recon/async
>>>
>>> assuming 6000 is the port the object-server binds to.
>>>
>>> Gerry,
>>>
>>> From: pragya jain [mailto:prag_2...@yahoo.co.in]
>>> Sent: 06 March 2014 06:58
>>> To: openstack@lists.openstack.org
>>> Subject: Re: [Openstack] swift recon query
>>>
>>> please somebody answer my questions related to swift recon.
>>>
>>> Thanks
>>>
>>> Pragya Jain
>>>
>>> On Wednesday, 5 March 2014 2:31 PM, pragya jain 
>>>  wrote:
>>> hello all,
>>>
>>> I have some basic questions about swift recon. please query them.
>>>
>>> Q1: what should be the curl command for recon?
>>>
>>> I use the following commands:
>>> 1.

Re: [Openstack] query about Statsd

2014-03-10 Thread pragya jain
Thanks Anne for answering my queries.

Pragya Jain



On Monday, 10 March 2014 11:03 PM, Anne Gentle  wrote:
 
Have you referred to this document? 
>http://docs.openstack.org/grizzly/openstack-object-storage/admin/content/ch_introduction-to-openstack-object-storage-monitoring.html
>
>
>
>Answers below based on that circa-April-2013 document, might need updates.
>
>
>
>
>On Thu, Mar 6, 2014 at 4:36 AM, pragya jain  wrote:
>
>hello all,
>>
>>
>>I have some questions about Statsd server for openstack swift
>>
>>
>>Q1:  Is swift-informant middleware necessary to be included in 
>>proxy-server.conf in order to provide metrics to StatsD server?
>>
>>
>
>
>yes, swift-informant sits in the proxy server’s pipeline and after each 
>request to the proxy server, sends three metrics to a StatsD server
>
> 
>Q2: what type of metrics does swift-informant middleware provide to StatsD 
>server?
>
>
>   * A counter increment for a metric like obj.GET.200 or cont.PUT.404.
>   * Timing data for a metric like acct.GET.200 or obj.GET.200. [The 
> README says the metrics will look likeduration.acct.GET.200, but I don’t see 
> the “duration” in the code. I’m not sure what Etsy’s server does, but our 
> StatsD server turns timing metrics into 5 derivative metrics with new 
> segments appended, so it probably works as coded. The first metric above 
> would turn into acct.GET.200.lower, acct.GET.200.upper, 
> acct.GET.200.mean,acct.GET.200.upper_90, and acct.GET.200.count]
>   * A counter increase by the bytes transferred for a metric like 
> tfer.obj.PUT.201.
> 
>
>>
>>Q3:  What is StatsDlog? Is it a middleware or a daemon or something other? 
>>And, What type of metrics does it provide to StatsD server?
>
>
>statsdlog can track events from all Object Storage daemons, not just 
>proxy-server
>
>
> 
>
>>
>>I had searched many documents, but I still have confusion about it.
>>Please somebody answer my questions.
>>
>>
>>Thanks 
>>Pragya jain
>>___
>>Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>Post to     : openstack@lists.openstack.org
>>Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>
>>
>>
>
>
>
>___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] No VNC configuration in Havana

2014-03-10 Thread Jitendra Bhaskar
There no any further more config required. Can you please verify
nova-consoleauth.log ?


On Tue, Mar 11, 2014 at 7:14 AM, Remo Mattei  wrote:

> What os are you running if centos you need to open the iptables rule..
>
> Inviato da IPad ()
>
> Il giorno Mar 10, 2014, alle ore 15:24, "Narayanan, Krishnaprasad" <
> naray...@uni-mainz.de> ha scritto:
>
>  I made the configuration changes that you specified at the controller
> and compute nodes but unfortunately it does not work. Are there any other
> configurations required?
>
> In Internet explorer, I am able to see the error message where as in
> Firefox, I could not see anything. Does VNC appear in Firefox?
>
>
>
> Regards,
>
> Krishnaprasad
>
> *From:* Jitendra Bhaskar [mailto:jeetuind...@gmail.com]
>
> *Sent:* Montag, 10. März 2014 20:44
> *To:* Narayanan, Krishnaprasad
> *Subject:* Re: [Openstack] No VNC configuration in Havana
>
>
>
> Where 10.10.10.11 is compute IP and 10.10.10.10 is controller ip. Restart
> all nova services on controller and compute.
>
>
>
> On Tue, Mar 11, 2014 at 1:05 AM, Jitendra Bhaskar 
> wrote:
>
> you can update the config as :
>
> *Controller :*
>
> # novnc
>
> vnc_enabled=true
>
> novncproxy_base_url=http://public_ip_of_controller:6080/vnc_auto.html
>
> novncproxy_port=6080
>
> vncserver_proxyclient_address=0.0.0.0
>
> vncserver_listen=0.0.0.0
>
>
>
> Compute :
>
>
>
> # novnc
>
> novncproxy_port=6080
>
> novnc_enabled=true
>
> novncproxy_base_url=http://public_ip_of_controller:6080/vnc_auto.html
>
> vncserver_proxyclient_address=10.10.10.11
>
> vncserver_listen=10.10.10.10
>
>
>
>
>
>
>
>
>
> On Tue, Mar 11, 2014 at 12:59 AM, Jitendra Bhaskar 
> wrote:
>
> Hi Krishnaprasad,
>
> can you please share nova.conf file from controller and compute node ?
>
>
>
> On Tue, Mar 11, 2014 at 12:39 AM, Narayanan, Krishnaprasad <
> naray...@uni-mainz.de> wrote:
>
>   Hallo all,
>
>
>
> In my multi node Havana setup, I am trying to enable noVNC for accessing
> the console of the VM. I have installed nova-novncproxy in the controller
> node. I am unable to see the console and getting the following error “The
> following page cannot be displayed”.
>
>
>
> Can I know the configurations that I should add in the nova.conf of
> controller and the compute node?
>
>
>
> Regards,
>
> Krishnaprasad
>
>
>
> ___
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
>
>
> --
>
> * Thanks & Regards   *
>
> *Jitendra Kumar Bhaskar*
> Cell:- +91 7306311531
>   :- +91 9989743042
>
>
>
>
>
> --
>
> * Thanks & Regards   *
>
> *Jitendra Kumar Bhaskar*
> Cell:- +91 7306311531
>   :- +91 9989743042
>
>
>
>
>
> --
>
> * Thanks & Regards   *
>
> *Jitendra Kumar Bhaskar*
> Cell:- +91 7306311531
>   :- +91 9989743042
>
>   !DSPAM:1,531e2307130425108211934!
>
> ___
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
> !DSPAM:1,531e2307130425108211934!
>
>


-- 
* Thanks & Regards   *
*Jitendra Kumar Bhaskar*
Cell:- +91 7306311531
  :- +91 9989743042
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] No VNC configuration in Havana

2014-03-10 Thread Remo Mattei
What os are you running if centos you need to open the iptables rule..

Inviato da IPad ()

> Il giorno Mar 10, 2014, alle ore 15:24, "Narayanan, Krishnaprasad" 
>  ha scritto:
> 
> I made the configuration changes that you specified at the controller and 
> compute nodes but unfortunately it does not work. Are there any other 
> configurations required?
> In Internet explorer, I am able to see the error message where as in Firefox, 
> I could not see anything. Does VNC appear in Firefox?
>  
> Regards,
> Krishnaprasad
> From: Jitendra Bhaskar [mailto:jeetuind...@gmail.com] 
> Sent: Montag, 10. März 2014 20:44
> To: Narayanan, Krishnaprasad
> Subject: Re: [Openstack] No VNC configuration in Havana
>  
> Where 10.10.10.11 is compute IP and 10.10.10.10 is controller ip. Restart all 
> nova services on controller and compute.
>  
> 
> On Tue, Mar 11, 2014 at 1:05 AM, Jitendra Bhaskar  
> wrote:
> you can update the config as :
> 
> Controller :
> # novnc
> vnc_enabled=true
> novncproxy_base_url=http://public_ip_of_controller:6080/vnc_auto.html
> novncproxy_port=6080
> vncserver_proxyclient_address=0.0.0.0
> vncserver_listen=0.0.0.0
>  
> Compute :
>  
> # novnc
> novncproxy_port=6080
> novnc_enabled=true
> novncproxy_base_url=http://public_ip_of_controller:6080/vnc_auto.html
> vncserver_proxyclient_address=10.10.10.11
> vncserver_listen=10.10.10.10
>  
>  
>  
>  
> 
> On Tue, Mar 11, 2014 at 12:59 AM, Jitendra Bhaskar  
> wrote:
> Hi Krishnaprasad,
> 
> can you please share nova.conf file from controller and compute node ?
>  
> 
> On Tue, Mar 11, 2014 at 12:39 AM, Narayanan, Krishnaprasad 
>  wrote:
> Hallo all,
>  
> In my multi node Havana setup, I am trying to enable noVNC for accessing the 
> console of the VM. I have installed nova-novncproxy in the controller node. I 
> am unable to see the console and getting the following error “The following 
> page cannot be displayed”.
>  
> Can I know the configurations that I should add in the nova.conf of 
> controller and the compute node?
>  
> Regards,
> Krishnaprasad
>  
> ___
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> 
> 
> 
> 
> --
>  Thanks & Regards  
> Jitendra Kumar Bhaskar
> Cell:- +91 7306311531
>   :- +91 9989743042
> 
> 
> 
> 
> --
>  Thanks & Regards  
> Jitendra Kumar Bhaskar
> Cell:- +91 7306311531
>   :- +91 9989743042
> 
> 
> 
> 
> --
>  Thanks & Regards  
> Jitendra Kumar Bhaskar
> Cell:- +91 7306311531
>   :- +91 9989743042
> 
> !DSPAM:1,531e2307130425108211934!
> ___
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> 
> 
> !DSPAM:1,531e2307130425108211934!
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] No VNC configuration in Havana

2014-03-10 Thread Narayanan, Krishnaprasad
I made the configuration changes that you specified at the controller and 
compute nodes but unfortunately it does not work. Are there any other 
configurations required?
In Internet explorer, I am able to see the error message where as in Firefox, I 
could not see anything. Does VNC appear in Firefox?

Regards,
Krishnaprasad
From: Jitendra Bhaskar [mailto:jeetuind...@gmail.com]
Sent: Montag, 10. März 2014 20:44
To: Narayanan, Krishnaprasad
Subject: Re: [Openstack] No VNC configuration in Havana

Where 10.10.10.11 is compute IP and 10.10.10.10 is controller ip. Restart all 
nova services on controller and compute.

On Tue, Mar 11, 2014 at 1:05 AM, Jitendra Bhaskar 
mailto:jeetuind...@gmail.com>> wrote:
you can update the config as :
Controller :

# novnc

vnc_enabled=true

novncproxy_base_url=http://public_ip_of_controller:6080/vnc_auto.html

novncproxy_port=6080

vncserver_proxyclient_address=0.0.0.0

vncserver_listen=0.0.0.0



Compute :



# novnc

novncproxy_port=6080

novnc_enabled=true

novncproxy_base_url=http://public_ip_of_controller:6080/vnc_auto.html

vncserver_proxyclient_address=10.10.10.11

vncserver_listen=10.10.10.10






On Tue, Mar 11, 2014 at 12:59 AM, Jitendra Bhaskar 
mailto:jeetuind...@gmail.com>> wrote:
Hi Krishnaprasad,
can you please share nova.conf file from controller and compute node ?

On Tue, Mar 11, 2014 at 12:39 AM, Narayanan, Krishnaprasad 
mailto:naray...@uni-mainz.de>> wrote:
Hallo all,

In my multi node Havana setup, I am trying to enable noVNC for accessing the 
console of the VM. I have installed nova-novncproxy in the controller node. I 
am unable to see the console and getting the following error "The following 
page cannot be displayed".

Can I know the configurations that I should add in the nova.conf of controller 
and the compute node?

Regards,
Krishnaprasad

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : 
openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



--
 Thanks & Regards
Jitendra Kumar Bhaskar
Cell:- +91 7306311531
  :- +91 9989743042




--
 Thanks & Regards
Jitendra Kumar Bhaskar
Cell:- +91 7306311531
  :- +91 9989743042




--
 Thanks & Regards
Jitendra Kumar Bhaskar
Cell:- +91 7306311531
  :- +91 9989743042

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Upgrade to Havana version 2013.2.2

2014-03-10 Thread Narayanan, Krishnaprasad
I upgraded to the latest version 2013.2.2 and it worked. 

Thanks for your feedback.

Cheers,
Krishnaprasad

-Original Message-
From: Robert van Leeuwen [mailto:robert.vanleeu...@spilgames.com] 
Sent: Montag, 10. März 2014 16:06
To: Narayanan, Krishnaprasad; openstack@lists.openstack.org
Subject: RE: Upgrade to Havana version 2013.2.2

> Thanks for your reply. Can I kindly know should I upgrade or downgrade the 
> nova version?

If you start from scratch I would certainly run the latest version.
Quite a few bug fixes in 2013.2.2:
https://wiki.openstack.org/wiki/ReleaseNotes/2013.2.2

There are reasons to stick to an older version though.
(e.g. it currently works, there is nothing in the release notes we need, so 
lets not break it ;)

Cheers,
Robert van Leeuwen

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] No VNC configuration in Havana

2014-03-10 Thread Jitendra Bhaskar
you can update the config as :

*Controller :*

# novnc

vnc_enabled=true

novncproxy_base_url=http://public_ip_of_controller:6080/vnc_auto.html

novncproxy_port=6080

vncserver_proxyclient_address=0.0.0.0

vncserver_listen=0.0.0.0


*Compute :*


# novnc

novncproxy_port=6080

novnc_enabled=true

novncproxy_base_url=http://public_ip_of_controller:6080/vnc_auto.html

vncserver_proxyclient_address=10.10.10.11

vncserver_listen=10.10.10.10






On Tue, Mar 11, 2014 at 12:59 AM, Jitendra Bhaskar wrote:

> Hi Krishnaprasad,
>
> can you please share nova.conf file from controller and compute node ?
>
>
> On Tue, Mar 11, 2014 at 12:39 AM, Narayanan, Krishnaprasad <
> naray...@uni-mainz.de> wrote:
>
>>  Hallo all,
>>
>>
>>
>> In my multi node Havana setup, I am trying to enable noVNC for accessing
>> the console of the VM. I have installed nova-novncproxy in the controller
>> node. I am unable to see the console and getting the following error "The
>> following page cannot be displayed".
>>
>>
>>
>> Can I know the configurations that I should add in the nova.conf of
>> controller and the compute node?
>>
>>
>>
>> Regards,
>>
>> Krishnaprasad
>>
>> ___
>> Mailing list:
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>> Post to : openstack@lists.openstack.org
>> Unsubscribe :
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>
>>
>
>
> --
> * Thanks & Regards   *
> *Jitendra Kumar Bhaskar*
> Cell:- +91 7306311531
>   :- +91 9989743042
>
>



-- 
* Thanks & Regards   *
*Jitendra Kumar Bhaskar*
Cell:- +91 7306311531
  :- +91 9989743042
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] No VNC configuration in Havana

2014-03-10 Thread Narayanan, Krishnaprasad
Hi Jitendra,

The nova.conf in the controller node does not have any flags related to VNC.

In the compute node, I have the following flags defined in nova.conf

a)  novncproxy_port=6080

b)  novncproxy_host=

c)   vnc_console_proxy_url=http://:6080/vnc_auto.html

d)  novncproxy_base_url=http:// :6080/vnc_auto.html

e)  vncserver_proxyclient_address=
#vncserver_listen=

f)   vncserver_listen=0.0.0.0

g)  vncserver_enabled=true

Can I know is this correct?

Regards,
Krishnaprasad

From: Jitendra Bhaskar [mailto:jeetuind...@gmail.com]
Sent: Montag, 10. März 2014 20:30
To: Narayanan, Krishnaprasad
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] No VNC configuration in Havana

Hi Krishnaprasad,
can you please share nova.conf file from controller and compute node ?

On Tue, Mar 11, 2014 at 12:39 AM, Narayanan, Krishnaprasad 
mailto:naray...@uni-mainz.de>> wrote:
Hallo all,

In my multi node Havana setup, I am trying to enable noVNC for accessing the 
console of the VM. I have installed nova-novncproxy in the controller node. I 
am unable to see the console and getting the following error "The following 
page cannot be displayed".

Can I know the configurations that I should add in the nova.conf of controller 
and the compute node?

Regards,
Krishnaprasad

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : 
openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack



--
 Thanks & Regards
Jitendra Kumar Bhaskar
Cell:- +91 7306311531
  :- +91 9989743042

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] No VNC configuration in Havana

2014-03-10 Thread Jitendra Bhaskar
Hi Krishnaprasad,

can you please share nova.conf file from controller and compute node ?


On Tue, Mar 11, 2014 at 12:39 AM, Narayanan, Krishnaprasad <
naray...@uni-mainz.de> wrote:

>  Hallo all,
>
>
>
> In my multi node Havana setup, I am trying to enable noVNC for accessing
> the console of the VM. I have installed nova-novncproxy in the controller
> node. I am unable to see the console and getting the following error "The
> following page cannot be displayed".
>
>
>
> Can I know the configurations that I should add in the nova.conf of
> controller and the compute node?
>
>
>
> Regards,
>
> Krishnaprasad
>
> ___
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>


-- 
* Thanks & Regards   *
*Jitendra Kumar Bhaskar*
Cell:- +91 7306311531
  :- +91 9989743042
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] No VNC configuration in Havana

2014-03-10 Thread Narayanan, Krishnaprasad
Hallo all,

In my multi node Havana setup, I am trying to enable noVNC for accessing the 
console of the VM. I have installed nova-novncproxy in the controller node. I 
am unable to see the console and getting the following error "The following 
page cannot be displayed".

Can I know the configurations that I should add in the nova.conf of controller 
and the compute node?

Regards,
Krishnaprasad
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Havana Setup with razor and puppet module

2014-03-10 Thread Archana Mishra
Guys If you found and error then please share with me so that it would be
help to others too.


On Mon, Mar 10, 2014 at 5:43 PM, Archana Mishra  wrote:

> Hi Stackers,
> I created one document to setup Havana with razor and puppet. I tested
> too. I am going to share if any one need then they can use it.
>
> http://wp.me/p4pgLk-35
>
> http://wp.me/p4pgLk-3e
>
>
>
> --
> *Archana Mishra*
>
>


-- 
*Archana Mishra*
*NMIMS Hyderabad*
*PGDM 2011-13*
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] query about Statsd

2014-03-10 Thread Anne Gentle
Have you referred to this document?
http://docs.openstack.org/grizzly/openstack-object-storage/admin/content/ch_introduction-to-openstack-object-storage-monitoring.html

Answers below based on that circa-April-2013 document, might need updates.


On Thu, Mar 6, 2014 at 4:36 AM, pragya jain  wrote:

> hello all,
>
> I have some questions about Statsd server for openstack swift
>
> Q1:  Is swift-informant middleware necessary to be included in
> proxy-server.conf in order to provide metrics to StatsD server?
>
>
yes, swift-informant sits in the proxy server's pipeline and after each
request to the proxy server, sends three metrics to a
StatsD
 server


>  Q2: what type of metrics does swift-informant middleware provide to
> StatsD server?
>


   -

   A counter increment for a metric like obj.GET.200 or cont.PUT.404.
   -

   Timing data for a metric like acct.GET.200 or obj.GET.200. [The README
   says the metrics will look likeduration.acct.GET.200, but I don't see
   the "duration" in the code. I'm not sure what Etsy's server does, but our
   StatsD server turns timing metrics into 5 derivative metrics with new
   segments appended, so it probably works as coded. The first metric above
   would turn into acct.GET.200.lower, acct.GET.200.upper, acct.GET.200.mean
   ,acct.GET.200.upper_90, and acct.GET.200.count]
   -

   A counter increase by the bytes transferred for a metric like
   tfer.obj.PUT.201.



>
> Q3:  What is StatsDlog? Is it a middleware or a daemon or something other?
> And, What type of metrics does it provide to StatsD server?
>

statsdlog can track events from all Object Storage daemons, not just
proxy-server


>
> I had searched many documents, but I still have confusion about it.
> Please somebody answer my questions.
>
> Thanks
> Pragya jain
>
> ___
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [openstack][TROVE]Error in building an instance

2014-03-10 Thread Giuseppe Galeota
The image I use to create the Trove instance is a vanalla Ubuntu image (
http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img)
converted into uncompressed ubuntu_mysql.qcow2 image.

In the /root/trove/etc/trove/cloudinit directory, there is a
mysql.cloudinit script like this:



#!/bin/bash



passwd root <<_EOF_

root

root


apt-get update

apt-get install git


wget
https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.8.tar.gz
tar xfvz setuptools-0.9.8.tar.gz
cd setuptools-0.9.8
python setup.py install --user
cd ..

wget https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz
tar xfvz pip-1.4.1.tar.gz
cd pip-1.4.1
python setup.py install --user
cd ..





mkdir -p /srv/git/guestagent/trove

chown -R root:root /srv

chown -R 777 /srv

cd /srv/git/guestagent/trove



git init; git pull https://github.com/openstack/trove.git

pip install -r requirements.txt

python setup.py install

trove-guestagent
--config-file=/srv/git/guestagent/trove/etc/trove/trove-guestagent.conf
&




Giuseppe


2014-03-08 17:12 GMT+01:00 tangyi :

>  The log you provide ,please check:
> the trove-guestagent process in vm start success?
> or
> do you install trove-guestagent in image?
>
> 于 2014年03月08日 00:42, Giuseppe Galeota 写道:
>
> Dear all,
>
>  the nova-compute.log file doesn't give any error.
>
>  Running:
> *# trove create riprova_trove 2 --size 1*
> an instance with a *trove_id = **45c924b6-34b0-46b1-a53e-0040c56d33a4* is
> created (http://paste.openstack.org/show/72896/)
>
>  while on nova compute the instance is labeled with a *nova_id = 
> **7d6ce796-6da6-444a-877f-1751ce7880fa
> *and
>
>  *# nova show 7d6ce796-6da6-444a-877f-1751ce7880fa*
>
>  tells that the instances on nova compute is Active, (http://
> paste.openstack.org/show/72890/).
>
>  So, while on nova compute the instance "riprova_trove" is *ACTIVE*, on
> Trove the instance is still in the *BUILD* status:
> http://paste.openstack.org/show/72898/
>
>  Here  you can see the
> trove-taskmanager.log in which there is an "*PollTimeOut: Polling request
> timed out.**"* error.
>
>  Thank you all,
> Giuseppe
>
>
>
>
> 2014-03-06 3:26 GMT+01:00 tangyi :
>
>>  Server not active, status: ERROR
>>
>> The trove always detect nova vm status until timeout.if  nova service spawn 
>> vm failed,then you saw the log.
>> please check nova-compute.log
>>
>>
>>
>> 于 2014年03月06日 01:37, Giuseppe Galeota 写道:
>>
>> Dear all,
>> I have a trove service running on a VM different from the controller node.
>>
>>  I have configured a user=Trove both in tenant=trove and tenant=service
>> with role=admin.
>>
>>  If I log into horizon as a trove user and create a database isntances,
>> the status goes in Error.
>>
>>
>>  Here there is what I can see in the trove-taskmanager.log file:
>>
>> 2014-03-05 18:25:13.420 21626 DEBUG requests.packages.urllib3.connectionpool 
>> [-] "GET 
>> /v2/eca00319484f4e70a8e419f8831938ac/servers/f5353acc-59f1-4a12-9586-7b74a9e71752
>>  HTTP/1.1" 200 1718 _$
>> 2014-03-05 18:25:14.795 21626 DEBUG requests.packages.urllib3.connectionpool 
>> [-] "GET 
>> /v2/eca00319484f4e70a8e419f8831938ac/servers/f5353acc-59f1-4a12-9586-7b74a9e71752
>>  HTTP/1.1" 200 1819 _$
>> 2014-03-05 18:25:14.797 21626 ERROR trove.common.utils 
>> [req-64f116ac-7d22-443f-991a-8d58e7200064 4a258d14a5984379bd23495d98bd3050 
>> eca00319484f4e70a8e419f8831938ac - - -] in looping call
>> 2014-03-05 18:25:14.797 21626 TRACE trove.common.utils Traceback (most 
>> recent call last):
>> 2014-03-05 18:25:14.797 21626 TRACE trove.common.utils   File 
>> "/root/trove/trove/common/utils.py", line 215, in _inner
>> 2014-03-05 18:25:14.797 21626 TRACE trove.common.utils 
>> self.f(*self.args, **self.kw)
>> 2014-03-05 18:25:14.797 21626 TRACE trove.common.utils   File 
>> "/root/trove/trove/common/utils.py", line 252, in poll_and_check
>> 2014-03-05 18:25:14.797 21626 TRACE trove.common.utils obj = retriever()
>> 2014-03-05 18:25:14.797 21626 TRACE trove.common.utils   File 
>> "/root/trove/trove/taskmanager/models.py", line 326, in _service_is_active
>> 2014-03-05 18:25:14.797 21626 TRACE trove.common.utils raise 
>> TroveError(_("Server not active, status: %s") % nova_status)
>> 2014-03-05 18:25:14.797 21626 TRACE trove.common.utils TroveError: Server 
>> not active, status: ERROR
>> 2014-03-05 18:25:14.797 21626 TRACE trove.common.utils
>> 2014-03-05 18:25:14.800 21626 ERROR trove.taskmanager.models 
>> [req-64f116ac-7d22-443f-991a-8d58e7200064 4a258d14a5984379bd23495d98bd3050 
>> eca00319484f4e70a8e419f8831938ac - - -] Error during$
>> 2014-03-05 18:25:14.800 21626 TRACE trove.taskmanager.models Traceback (most 
>> recent call last):
>> 2014-03-05 18:25:14.800 21626 TRACE trove.taskmanager.models   File 
>> "/root/trove/trove/taskmanager/models.py", line 262, in

Re: [Openstack] Upgrade to Havana version 2013.2.2

2014-03-10 Thread Robert van Leeuwen
> Thanks for your reply. Can I kindly know should I upgrade or downgrade the 
> nova version?

If you start from scratch I would certainly run the latest version.
Quite a few bug fixes in 2013.2.2:
https://wiki.openstack.org/wiki/ReleaseNotes/2013.2.2

There are reasons to stick to an older version though.
(e.g. it currently works, there is nothing in the release notes we need, so 
lets not break it ;)

Cheers,
Robert van Leeuwen
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Upgrade to Havana version 2013.2.2

2014-03-10 Thread Narayanan, Krishnaprasad
Hi,

Thanks for your reply. Can I kindly know should I upgrade or downgrade the nova 
version?

Best regards,
Krishnaprasad

-Original Message-
From: Robert van Leeuwen [mailto:robert.vanleeu...@spilgames.com] 
Sent: Montag, 10. März 2014 15:29
To: Narayanan, Krishnaprasad; openstack@lists.openstack.org
Subject: RE: Upgrade to Havana version 2013.2.2

> Our cloud setup was migrated to Havana and the nova-manage version in 
> the controller node is 2013.2. In the compute node, the nova-manage 
> version is 2013.2.2. I am getting an error in the nova-compute log that 
> describes "IncompatibleObjectVersion:
> Version 1.9 of Instance is not supported".
> The compute service is stopped and I am unable to start it again.

Hi,

I also noticed that Openstack can be pretty picky about versions, at least with 
2013.2.XXX.
Make sure the controller and compute nodes run the exact same versions.

The python neutron packages on the compute nodes also need to be the correct 
version.
Best would be to have just one version in your local repositorie or use 
puppet/chef/whatever ensure => version for this.

Cheers,
Robert van Leeuwen





___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Upgrade to Havana version 2013.2.2

2014-03-10 Thread Robert van Leeuwen
> Our cloud setup was migrated to Havana and the nova-manage version in the 
> controller node is 2013.2. In the 
> compute node, the nova-manage version is 2013.2.2. I am getting an error in 
> the nova-compute log that 
> describes “IncompatibleObjectVersion:
> Version 1.9 of Instance is not supported”.
> The compute service is stopped and I am unable to start it again.

Hi,

I also noticed that Openstack can be pretty picky about versions, at least with 
2013.2.XXX.
Make sure the controller and compute nodes run the exact same versions.

The python neutron packages on the compute nodes also need to be the correct 
version.
Best would be to have just one version in your local repositorie or use 
puppet/chef/whatever ensure => version for this.

Cheers,
Robert van Leeuwen





___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] Upgrade to Havana version 2013.2.2

2014-03-10 Thread Narayanan, Krishnaprasad
Hallo all,

Our cloud setup was migrated to Havana and the nova-manage version in the 
controller node is 2013.2. In the compute node, the nova-manage version is 
2013.2.2. I am getting an error in the nova-compute log that describes 
"IncompatibleObjectVersion: Version 1.9 of Instance is not supported".
The compute service is stopped and I am unable to start it again.

Can anybody help me to solve the problem?

Regards,
Krishnaprasads
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] Havana Setup with razor and puppet module

2014-03-10 Thread Archana Mishra
Hi Stackers,
I created one document to setup Havana with razor and puppet. I tested too.
I am going to share if any one need then they can use it.

http://wp.me/p4pgLk-35

http://wp.me/p4pgLk-3e



-- 
*Archana Mishra*
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] How to calculate disk_available_least ?

2014-03-10 Thread Arun Viswanath
Hi,

I like to know what is disk_available_least and how to calculate the value
for disk_available_least nova-compute attribute.

It will be great help if some one explain about this in detail.

Regards,
Arun V
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [Horizon] external network should not be mapped

2014-03-10 Thread Heiko Krämer
Hi Akihiro,

yes you'r absolutely right but i needed to shared this network for
visibility for all. This is a requirement for such clients to
communicate with the API because they need a network ID for public net.
Such clients checks if the id exists but doesn't if the pub net isn't
shared.

In addition if my external network is no marked as shared, sometimes (i
think if the cache of horizon will refreshed) a Cloud member can't
associate via Horizon new floating ip's because there is no public
network present.


So i think some operators have other examples if they have production
systems and the question still exists, why should we not filter all
external_network:True of the instance launch form ?


Cheers and thanks
Heiko

Am 07.03.2014 18:55, schrieb Akihiro Motoki:
> Hi Heiko,
>
> I would like to clarify the condition this happens.
> This is the first time I heard that external networks (whose
> router:external_network flag is True)
> can be selected in the "Instance Launch" form.
>
> External networks are usually created and owned by admin, so if you
> logged in as admin
> it is an expected behavior that external network is listed in
> "Instance Launch" form,
> but if it is listed for non-admin users it is not an intended behavior.
>
> Thanks,
> Akihiro
>
> On Fri, Mar 7, 2014 at 9:47 PM, Heiko Krämer 
wrote:
>>
> Hi guys,
>
> a network with tag external_network:true can be choose by every one by
> booting an instance. Each customer can add 'directly' this network type
> (not assiciate flaotingIP) on instance setting. This is not a good deal
> because some customers have not much experience with this and it is very
> confused for such customers if the network name is "public".
>
> So my question, is there a special reason to show this network
> (external_network) on instance boot configuration. This networks/IP need
> to be associate with the correct funtion.
>
>
> I would open a blueprint on the wishlist but would like to ask here
> first :)
>
> There is my question on ask.openstack =>
> https://ask.openstack.org/en/question/9563/neutron-external-network-not-visible/?comment=12479#comment-12479
>
>
> Cheers
> Heiko
>
> --
> anynines.com
>>
>>
>> ___
>> Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>> Post to : openstack@lists.openstack.org
>> Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>

-- 
anynines.com



signature.asc
Description: OpenPGP digital signature
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] difference between metrics to statsd and metrics provided by swift recon middleware

2014-03-10 Thread pragya jain
hello all,
according to the documents, statsd server collects the following metrics about 
account-auditor:
Metric Name Description account-auditor.errors Count of audit runs (across all 
account databases) which caught an Exception. account-auditor.passes Count of 
individual account databases which passed audit. account-auditor.failures Count 
of individual account databases which failed audit. account-auditor.timing 
Timing data for individual account database audits.
and, swift recon middleware provides following information about 
account-auditor:  account_auditor_pass_completed  account_audits_passed  
account_audits_failed  account_audits_since
please somebody help me to understand what is the similarity and what is the 
difference between the metrics collected by statsd server and metrics provided 
by swift recon middleware.
Thanks 
Pragya Jain___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] query about Statsd

2014-03-10 Thread pragya jain
please somebody answer my questions so that I can come out the confusion.

Thanks 
Pragya Jain



On Thursday, 6 March 2014 4:06 PM, pragya jain  wrote:
 
hello all,
>
>
>I have some questions about Statsd server for openstack swift
>
>
>Q1:  Is swift-informant middleware necessary to be included in 
>proxy-server.conf in order to provide metrics to StatsD server?
>
>
>Q2: what type of metrics does swift-informant middleware provide to StatsD 
>server?
>
>
>Q3:  What is StatsDlog? Is it a middleware or a daemon or something other? 
>And, What type of metrics does it provide to StatsD server?
>
>
>I had searched many documents, but I still have confusion about it.
>Please somebody answer my questions.
>
>
>Thanks 
>Pragya jain
>___
>Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>Post to     : openstack@lists.openstack.org
>Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
>___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] Unable to boot from Dashboard

2014-03-10 Thread yalla.gnan.kumar
Hi All,

I have integrated ceph with Openstack Havana. I am unable to boot an instance 
from ceph volume.
The volume is made bootable but the console show the following error:

No bootable device

Instance logs

2014-02-25 00:50:02.630+: starting up
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
QEMU_AUDIO_DRV=none /usr/bin/kvm -name instance-0038 -S -machine 
pc-i440fx-1.5,accel=kvm,usb=off -cpu 
Nehalem,+rdtscp,+hypervisor,+vmx,+ss,+acpi,+ds,+vme -m 512 -realtime mlock=off 
-smp 1,sockets=1,cores=1,threads=1 -uuid 77cc39c3-74df-459d-bee5-d1a54fbb8543 
-smbios type=1,manufacturer=OpenStack Foundation,product=OpenStack 
Nova,version=2013.2,serial=422b6c61-bc84-3c4e-c1a2-dc1038fe8879,uuid=77cc39c3-74df-459d-bee5-d1a54fbb8543
 -no-user-config -nodefaults -chardev 
socket,id=charmonitor,path=/var/lib/libvirt/qemu/instance-0038.monitor,server,nowait
 -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew 
-no-kvm-pit-reinjection -no-shutdown -device 
piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive 
file=rbd:volumes/volume-a73d1bd0-2937-41c4-bbca-2545454eefac:id=volumes:key=AQCf0QpT0JU5OBAAloaNIOcEDg36qwDXJwPfKQ==:auth_supported=cephx\;none:mon_host=10.211.203.237\:6789\;10.211.203.238\:6789\;10.211.203.239\:6789,if=none,id=drive-virtio-disk0,format=raw,serial=a73d1bd0-2937-41c4-bbca-2545454eefac,cache=none
 -device 
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1
 -netdev tap,fd=24,id=hostnet0,vhost=on,vhostfd=25 -device 
virtio-net-pci,netdev=hostnet0,id=net0,mac=fa:16:3e:1d:78:8d,bus=pci.0,addr=0x3 
-chardev 
file,id=charserial0,path=/var/lib/nova/instances/77cc39c3-74df-459d-bee5-d1a54fbb8543/console.log
 -device isa-serial,chardev=charserial0,id=serial0 -chardev pty,id=charserial1 
-device isa-serial,chardev=charserial1,id=serial1 -device usb-tablet,id=input0 
-vnc 0.0.0.0:0 -k en-us -vga cirrus -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5
W: kvm binary is deprecated, please use qemu-system-x86_64 instead
Warning: option deprecated, use lost_tick_policy property of kvm-pit instead.
char device redirected to /dev/pts/0 (label charserial1)
qemu: terminating on signal 15 from pid 1718
2014-02-25 00:51:02.962+: shutting down
-
But I am able to boot up an instance successfully from command line. The above 
error occurs only when trying to boot from dashboard.

Any thoughts ?


Kumar




This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy.
__

www.accenture.com
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack