Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy

2015-03-03 Thread Li, Chen
After update my devstack to obtain b9f2e25fa8afb2ea17a89ed76c4fac03689b5f07, it 
works now.
Thanks very much.

-chen


-Original Message-
From: Solly Ross [mailto:sr...@redhat.com] 
Sent: Tuesday, March 03, 2015 11:48 PM
To: OpenStack Development Mailing List (not for usage questions)
Subject: Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy

You have to make sure it's in ENABLED_SERVICES in stackrc.  It was removed by 
default, but then apparently restored via 
b9f2e25fa8afb2ea17a89ed76c4fac03689b5f07, so if you have that commit, you 
should be good.
Otherwise, you can either add it to the ENABLED_SERVICES variable (either in 
stackrc, if in localrc if you've already overridden it there), or just call 
`enable_service n-novnc` in localrc.

Best Regards,
Solly Ross

- Original Message -
> From: "Chen Li" 
> To: "OpenStack Development Mailing List (not for usage questions)" 
> 
> Sent: Monday, March 2, 2015 9:59:27 PM
> Subject: Re: [openstack-dev] [Devstack] Can't start service 
> nova-novncproxy
> 
> Sorry, what you mean " Double-check no make sure that it's enabled "  ?
> 
> I do set the following in my local.conf:
>enable_service n-nonvc
> 
>NOVA_VNC_ENABLED=True
>NOVNCPROXY_URL="http://192.168.6.91:6080/vnc_auto.html";
>VNCSERVER_LISTEN=0.0.0.0
>VNCSERVER_PROXYCLIENT_ADDRESS=192.168.6.91
> 
> Also, I tried to install package " novnc" & "python-novnc" by "apt-get 
> install."
> Then I re-run ./stack.sh, the devstack installation failed, and 
> complaining about the version for module "six" is wrong.
> In order to make my devstack work again, I removed the 2 packages, but 
> devstack installation still failed due to the same issue.
> 
> Thanks.
> -chen
> 
> -----Original Message-
> From: Solly Ross [mailto:sr...@redhat.com]
> Sent: Tuesday, March 03, 2015 12:52 AM
> To: OpenStack Development Mailing List (not for usage questions)
> Subject: Re: [openstack-dev] [Devstack] Can't start service 
> nova-novncproxy
> 
> Double-check no make sure that it's enabled.  A couple months ago, 
> noVNC got removed from the standard install because devstack was 
> installing it from GitHub.
> 
> ----- Original Message -
> > From: "Chen Li" 
> > To: "OpenStack Development Mailing List (not for usage questions)"
> > 
> > Sent: Sunday, March 1, 2015 7:14:51 PM
> > Subject: Re: [openstack-dev] [Devstack] Can't start service 
> > nova-novncproxy
> > 
> > That's' the most confusing part.
> > I don't even have a log for service nova-novncproxy.
> > 
> > Thanks.
> > -chen
> > 
> > -Original Message-
> > From: Kashyap Chamarthy [mailto:kcham...@redhat.com]
> > Sent: Monday, March 02, 2015 12:16 AM
> > To: OpenStack Development Mailing List (not for usage questions)
> > Subject: Re: [openstack-dev] [Devstack] Can't start service 
> > nova-novncproxy
> > 
> > On Sat, Feb 28, 2015 at 06:20:54AM +, Li, Chen wrote:
> > > Hi all,
> > > 
> > > I'm trying to install a fresh all-in-one openstack environment by 
> > > devstack.
> > > After the installation, all services looks well, but I can't open 
> > > instance console in Horizon.
> > > 
> > > I did a little check, and found service nova-novncproxy was not started !
> > 
> > What do you see in your 'screen-n-vnc.log' (I guess) log?
> > 
> > I don't normally run Horizon or nova-vncproxy (only n-cpu, n-sch, 
> > n-cond), these are the ENABLED_SERVICES in my minimal DevStack 
> > config (Nova, Neutron, Keystone and Glance):
> > 
> > 
> > ENABLED_SERVICES=g-api,g-reg,key,n-api,n-cpu,n-sch,n-cond,mysql,rabb
> > it ,dstat,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta
> > 
> > [1]
> > https://kashyapc.fedorapeople.org/virt/openstack/2-minimal_devstack_
> > lo
> > calrc.conf
> > 
> > > Anyone has idea why this happened ?
> > > 
> > > Here is my local.conf : http://paste.openstack.org/show/183344/
> > > 
> > > My os is:
> > > Ubuntu 14.04 trusty
> > > 3.13.0-24-generic
> > > 
> >  
> > 
> > 
> > --
> > /kashyap
> > 
> > 
> > __  OpenStack Development Mailing List (not for usage questions)
> > Unsubscribe:
> > openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> > http://lists.openstac

Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy

2015-03-03 Thread Solly Ross
You have to make sure it's in ENABLED_SERVICES in stackrc.  It was removed by 
default, but then apparently restored via 
b9f2e25fa8afb2ea17a89ed76c4fac03689b5f07, so if you have that commit, you 
should be good.
Otherwise, you can either add it to the ENABLED_SERVICES variable (either in 
stackrc, if in localrc if you've already overridden it there), or just call 
`enable_service n-novnc` in localrc.

Best Regards,
Solly Ross

- Original Message -
> From: "Chen Li" 
> To: "OpenStack Development Mailing List (not for usage questions)" 
> 
> Sent: Monday, March 2, 2015 9:59:27 PM
> Subject: Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy
> 
> Sorry, what you mean " Double-check no make sure that it's enabled "  ?
> 
> I do set the following in my local.conf:
>enable_service n-nonvc
> 
>NOVA_VNC_ENABLED=True
>NOVNCPROXY_URL="http://192.168.6.91:6080/vnc_auto.html";
>VNCSERVER_LISTEN=0.0.0.0
>VNCSERVER_PROXYCLIENT_ADDRESS=192.168.6.91
> 
> Also, I tried to install package " novnc" & "python-novnc" by "apt-get
> install."
> Then I re-run ./stack.sh, the devstack installation failed, and complaining
> about the version for module "six" is wrong.
> In order to make my devstack work again, I removed the 2 packages, but
> devstack installation still failed due to the same issue.
> 
> Thanks.
> -chen
> 
> -Original Message-----
> From: Solly Ross [mailto:sr...@redhat.com]
> Sent: Tuesday, March 03, 2015 12:52 AM
> To: OpenStack Development Mailing List (not for usage questions)
> Subject: Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy
> 
> Double-check no make sure that it's enabled.  A couple months ago, noVNC got
> removed from the standard install because devstack was installing it from
> GitHub.
> 
> - Original Message -
> > From: "Chen Li" 
> > To: "OpenStack Development Mailing List (not for usage questions)"
> > 
> > Sent: Sunday, March 1, 2015 7:14:51 PM
> > Subject: Re: [openstack-dev] [Devstack] Can't start service
> > nova-novncproxy
> > 
> > That's' the most confusing part.
> > I don't even have a log for service nova-novncproxy.
> > 
> > Thanks.
> > -chen
> > 
> > -Original Message-
> > From: Kashyap Chamarthy [mailto:kcham...@redhat.com]
> > Sent: Monday, March 02, 2015 12:16 AM
> > To: OpenStack Development Mailing List (not for usage questions)
> > Subject: Re: [openstack-dev] [Devstack] Can't start service
> > nova-novncproxy
> > 
> > On Sat, Feb 28, 2015 at 06:20:54AM +, Li, Chen wrote:
> > > Hi all,
> > > 
> > > I'm trying to install a fresh all-in-one openstack environment by
> > > devstack.
> > > After the installation, all services looks well, but I can't open
> > > instance console in Horizon.
> > > 
> > > I did a little check, and found service nova-novncproxy was not started !
> > 
> > What do you see in your 'screen-n-vnc.log' (I guess) log?
> > 
> > I don't normally run Horizon or nova-vncproxy (only n-cpu, n-sch,
> > n-cond), these are the ENABLED_SERVICES in my minimal DevStack config
> > (Nova, Neutron, Keystone and Glance):
> > 
> > 
> > ENABLED_SERVICES=g-api,g-reg,key,n-api,n-cpu,n-sch,n-cond,mysql,rabbit
> > ,dstat,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta
> > 
> > [1]
> > https://kashyapc.fedorapeople.org/virt/openstack/2-minimal_devstack_lo
> > calrc.conf
> > 
> > > Anyone has idea why this happened ?
> > > 
> > > Here is my local.conf : http://paste.openstack.org/show/183344/
> > > 
> > > My os is:
> > > Ubuntu 14.04 trusty
> > > 3.13.0-24-generic
> > > 
> >  
> > 
> > 
> > --
> > /kashyap
> > 
> > __
> >  OpenStack Development Mailing List (not for usage questions)
> > Unsubscribe:
> > openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> > 
> > __
> >  OpenStack Development Mailing List (not for usage questions)
> > Unsubscribe:
> > openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> > 
> 
&

Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy

2015-03-02 Thread Li, Chen
Sorry, what you mean " Double-check no make sure that it's enabled "  ?

I do set the following in my local.conf:
   enable_service n-nonvc

   NOVA_VNC_ENABLED=True
   NOVNCPROXY_URL="http://192.168.6.91:6080/vnc_auto.html";
   VNCSERVER_LISTEN=0.0.0.0
   VNCSERVER_PROXYCLIENT_ADDRESS=192.168.6.91

Also, I tried to install package " novnc" & "python-novnc" by "apt-get install."
Then I re-run ./stack.sh, the devstack installation failed, and complaining 
about the version for module "six" is wrong.
In order to make my devstack work again, I removed the 2 packages, but devstack 
installation still failed due to the same issue.

Thanks.
-chen

-Original Message-
From: Solly Ross [mailto:sr...@redhat.com] 
Sent: Tuesday, March 03, 2015 12:52 AM
To: OpenStack Development Mailing List (not for usage questions)
Subject: Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy

Double-check no make sure that it's enabled.  A couple months ago, noVNC got 
removed from the standard install because devstack was installing it from 
GitHub.

- Original Message -
> From: "Chen Li" 
> To: "OpenStack Development Mailing List (not for usage questions)" 
> 
> Sent: Sunday, March 1, 2015 7:14:51 PM
> Subject: Re: [openstack-dev] [Devstack] Can't start service 
> nova-novncproxy
> 
> That's' the most confusing part.
> I don't even have a log for service nova-novncproxy.
> 
> Thanks.
> -chen
> 
> -Original Message-
> From: Kashyap Chamarthy [mailto:kcham...@redhat.com]
> Sent: Monday, March 02, 2015 12:16 AM
> To: OpenStack Development Mailing List (not for usage questions)
> Subject: Re: [openstack-dev] [Devstack] Can't start service 
> nova-novncproxy
> 
> On Sat, Feb 28, 2015 at 06:20:54AM +, Li, Chen wrote:
> > Hi all,
> > 
> > I'm trying to install a fresh all-in-one openstack environment by devstack.
> > After the installation, all services looks well, but I can't open 
> > instance console in Horizon.
> > 
> > I did a little check, and found service nova-novncproxy was not started !
> 
> What do you see in your 'screen-n-vnc.log' (I guess) log?
> 
> I don't normally run Horizon or nova-vncproxy (only n-cpu, n-sch, 
> n-cond), these are the ENABLED_SERVICES in my minimal DevStack config 
> (Nova, Neutron, Keystone and Glance):
> 
> 
> ENABLED_SERVICES=g-api,g-reg,key,n-api,n-cpu,n-sch,n-cond,mysql,rabbit
> ,dstat,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta
> 
> [1]
> https://kashyapc.fedorapeople.org/virt/openstack/2-minimal_devstack_lo
> calrc.conf
> 
> > Anyone has idea why this happened ?
> > 
> > Here is my local.conf : http://paste.openstack.org/show/183344/
> > 
> > My os is:
> > Ubuntu 14.04 trusty
> > 3.13.0-24-generic
> > 
>  
> 
> 
> --
> /kashyap
> 
> __
>  OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: 
> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
> __
>  OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: 
> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy

2015-03-02 Thread Solly Ross
Double-check no make sure that it's enabled.  A couple months ago, noVNC got 
removed from the standard install because devstack was installing it from 
GitHub.

- Original Message -
> From: "Chen Li" 
> To: "OpenStack Development Mailing List (not for usage questions)" 
> 
> Sent: Sunday, March 1, 2015 7:14:51 PM
> Subject: Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy
> 
> That's' the most confusing part.
> I don't even have a log for service nova-novncproxy.
> 
> Thanks.
> -chen
> 
> -Original Message-
> From: Kashyap Chamarthy [mailto:kcham...@redhat.com]
> Sent: Monday, March 02, 2015 12:16 AM
> To: OpenStack Development Mailing List (not for usage questions)
> Subject: Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy
> 
> On Sat, Feb 28, 2015 at 06:20:54AM +, Li, Chen wrote:
> > Hi all,
> > 
> > I'm trying to install a fresh all-in-one openstack environment by devstack.
> > After the installation, all services looks well, but I can't open instance
> > console in Horizon.
> > 
> > I did a little check, and found service nova-novncproxy was not started !
> 
> What do you see in your 'screen-n-vnc.log' (I guess) log?
> 
> I don't normally run Horizon or nova-vncproxy (only n-cpu, n-sch, n-cond),
> these are the ENABLED_SERVICES in my minimal DevStack config (Nova, Neutron,
> Keystone and Glance):
> 
> 
> ENABLED_SERVICES=g-api,g-reg,key,n-api,n-cpu,n-sch,n-cond,mysql,rabbit,dstat,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta
> 
> [1]
> https://kashyapc.fedorapeople.org/virt/openstack/2-minimal_devstack_localrc.conf
> 
> > Anyone has idea why this happened ?
> > 
> > Here is my local.conf : http://paste.openstack.org/show/183344/
> > 
> > My os is:
> > Ubuntu 14.04 trusty
> > 3.13.0-24-generic
> > 
>  
> 
> 
> --
> /kashyap
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy

2015-03-01 Thread Li, Chen
That's' the most confusing part.
I don't even have a log for service nova-novncproxy.

Thanks.
-chen

-Original Message-
From: Kashyap Chamarthy [mailto:kcham...@redhat.com] 
Sent: Monday, March 02, 2015 12:16 AM
To: OpenStack Development Mailing List (not for usage questions)
Subject: Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy

On Sat, Feb 28, 2015 at 06:20:54AM +, Li, Chen wrote:
> Hi all,
> 
> I'm trying to install a fresh all-in-one openstack environment by devstack.
> After the installation, all services looks well, but I can't open instance 
> console in Horizon.
> 
> I did a little check, and found service nova-novncproxy was not started !

What do you see in your 'screen-n-vnc.log' (I guess) log?

I don't normally run Horizon or nova-vncproxy (only n-cpu, n-sch, n-cond), 
these are the ENABLED_SERVICES in my minimal DevStack config (Nova, Neutron, 
Keystone and Glance):


ENABLED_SERVICES=g-api,g-reg,key,n-api,n-cpu,n-sch,n-cond,mysql,rabbit,dstat,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta

[1] 
https://kashyapc.fedorapeople.org/virt/openstack/2-minimal_devstack_localrc.conf

> Anyone has idea why this happened ?
> 
> Here is my local.conf : http://paste.openstack.org/show/183344/
> 
> My os is:
> Ubuntu 14.04 trusty
> 3.13.0-24-generic
> 
 


--
/kashyap

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Devstack] Can't start service nova-novncproxy

2015-03-01 Thread Kashyap Chamarthy
On Sat, Feb 28, 2015 at 06:20:54AM +, Li, Chen wrote:
> Hi all,
> 
> I'm trying to install a fresh all-in-one openstack environment by devstack.
> After the installation, all services looks well, but I can't open instance 
> console in Horizon.
> 
> I did a little check, and found service nova-novncproxy was not started !

What do you see in your 'screen-n-vnc.log' (I guess) log?

I don't normally run Horizon or nova-vncproxy (only n-cpu, n-sch,
n-cond), these are the ENABLED_SERVICES in my minimal DevStack config
(Nova, Neutron, Keystone and Glance):


ENABLED_SERVICES=g-api,g-reg,key,n-api,n-cpu,n-sch,n-cond,mysql,rabbit,dstat,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta

[1] 
https://kashyapc.fedorapeople.org/virt/openstack/2-minimal_devstack_localrc.conf

> Anyone has idea why this happened ?
> 
> Here is my local.conf : http://paste.openstack.org/show/183344/
> 
> My os is:
> Ubuntu 14.04 trusty
> 3.13.0-24-generic
> 
 


-- 
/kashyap

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev