Re: [Openstack] horizon on windows server

2012-03-28 Thread Andy Chong
I believe it is doable, but why?
I checked through the pip-requires, most of them are runnable on windows,
except xattr which I am not sure about.

On Thu, Mar 29, 2012 at 12:20 PM, Mahdi Njim  wrote:

> Hi
> I would to know if I can install horizon on windows server, I know python
> is portable but I would like to be sure that I can run horizon under
> windows server.
> Thanks
>
> ___
> 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] what's the default username&password for the instance in devstack?

2012-03-28 Thread Andy Chong
He asked for the username/password for instance, not horizon dashboard

On Wed, Mar 28, 2012 at 6:33 PM, Chmouel Boudjnah wrote:

> On Wed, Mar 28, 2012 at 10:56 AM, Felix  wrote:
> > I tried to install openstack by devstack and succeeded, but where can i
> find
> > the default username and password for the launched instance?
>
> This should be mentioned (on your screen) when stack.sh is finished or
> it should be stored in the value ADMIN_PASSWORD in the localrc file.
>
> Chmouel.
>
> PS: default username is admin
>
> ___
> 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] nova-billing with Horizon

2012-03-22 Thread Andy Chong
That's probably all it needs, at least that's the way I tried it last time.

On 2012/3/22, at 下午10:19, Lucian Thomaz  wrote:

> I'm trying to do that with diablo, but it isn't working.
> 
> I ran setup.py , next I added 'horizon_billing' to INSTALLED_APPS and I added 
> 'biling' to 'dashboards' key in HORIZON_CONFIG, after that I restarted Apache 
> and tried acess the dashboard in the browser. It's all the steps that I need 
> to do?
> 
> Lucian Thomaz 
> 
> 
> From: andy...@gmail.com
> Date: Thu, 22 Mar 2012 22:06:02 +0800
> Subject: Re: [Openstack] [openstack] nova-billing with Horizon
> To: luciantho...@hotmail.com
> CC: thin...@gmail.com; openstack@lists.launchpad.net
> 
> I have tried running the billing last week, but they haven't update to latest 
> horizon at essex, 
> you might want to try them with diablo branch of horizon
> 
> On Thu, Mar 22, 2012 at 9:35 PM, Lucian Thomaz  
> wrote:
> Mike, I just tried running setup.py now and it worked nice, and after that I 
> tried to restart the apache, but it gives me the same error:
> 
> [Thu Mar 22 10:28:07 2012] [error] [client 192.168.100.237]   File 
> "/usr/lib/pymodules/python2.7/django/utils/importlib.py", line 35, in 
> import_module
> [Thu Mar 22 10:28:07 2012] [error] [client 192.168.100.237] 
> __import__(name)
> [Thu Mar 22 10:28:07 2012] [error] [client 192.168.100.237] 
> TemplateSyntaxError: Caught ImportError while rendering: No module named 
> horizon_billing
> 
> You know what should I inspect?
> 
> 
> Lucian Thomaz
> 
> 
> Date: Wed, 21 Mar 2012 14:41:39 -0700
> From: thin...@gmail.com
> To: luciantho...@hotmail.com
> Subject: Re: [Openstack] [openstack] nova-billing with Horizon
> 
> You need to make sure either system wide or in your virtual env that 
> horizon_billing is installed by running setup.py in horizon_billing.
> 
> -- 
> Mike Perez
> DreamHost.com
> 
> On Wednesday, March 21, 2012 at 10:55 AM, Lucian Thomaz wrote:
> 
> Mike, this help me to understand a little more, but when I tried add 
> 'horizon_billing' to INSTALLED_APPS tuple and restart apache, the log of 
> apache returns the following error: TemplateSyntaxError: Caught ImportError 
> while rendering: No module named horizon_billing
> 
> Do you know anything about that?
> 
> 
> Lucian Thomaz
> 
> 
> 
> Date: Wed, 21 Mar 2012 10:23:25 -0700
> From: thin...@gmail.com
> To: luciantho...@hotmail.com
> Subject: Re: [Openstack] [openstack] nova-billing with Horizon
> 
> Whoops, from THEIR latest repo, instead of linking to mine. ;)
> 
> https://github.com/openstack/horizon/blob/master/openstack_dashboard/settings.py#L51
> 
> -- 
> Mike Perez
> DreamHost.com
> 
> On Wednesday, March 21, 2012 at 10:22 AM, Mike Perez wrote:
> 
> It appears to be in there with latest in the horizon repo:
> 
> https://github.com/Thingee/horizon/blob/master/openstack_dashboard/settings.py#L51
> 
> -- 
> Mike Perez
> DreamHost.com
> 
> On Wednesday, March 21, 2012 at 10:19 AM, Lucian Thomaz wrote:
> 
> Thank you by the answer Mike, but my settings.py don't have the 
> HORIZON_CONFIG in it. Can I simply add it? How should it looks like?
> 
> 
> Lucian Thomaz
> 
> 
> Date: Wed, 21 Mar 2012 09:53:35 -0700
> From: thin...@gmail.com
> To: luciantho...@hotmail.com
> CC: openstack@lists.launchpad.net
> Subject: Re: [Openstack] [openstack] nova-billing with Horizon
> 
> 
> horizon/openstack_dashboard/settings.py
> 
> -- 
> Mike Perez
> DreamHost.com
> 
> On Wednesday, March 21, 2012 at 7:07 AM, Lucian Thomaz wrote:
> 
> I'm trying use nova-billing with Horizon following the github page 
> https://github.com/griddynamics/horizon-billing , but I can't find 
> INSTALLED_APPS and HORIZON_CONFIG in local_settings.py . Anyone can help with 
> that?
> 
> Lucian Thomaz
> ___
> 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] [openstack] nova-billing with Horizon

2012-03-22 Thread Andy Chong
I have tried running the billing last week, but they haven't update to
latest horizon at essex,
you might want to try them with diablo branch of horizon

On Thu, Mar 22, 2012 at 9:35 PM, Lucian Thomaz wrote:

>  Mike, I just tried running setup.py now and it worked nice, and after
> that I tried to restart the apache, but it gives me the same error:
>
> [Thu Mar 22 10:28:07 2012] [error] [client 192.168.100.237]   File
> "/usr/lib/pymodules/python2.7/django/utils/importlib.py", line 35, in
> import_module
> [Thu Mar 22 10:28:07 2012] [error] [client 192.168.100.237]
> __import__(name)
> [Thu Mar 22 10:28:07 2012] [error] [client 192.168.100.237]
> TemplateSyntaxError: Caught ImportError while rendering: No module named
> horizon_billing
>
> You know what should I inspect?
>
>
> *Lucian Thomaz
> *
>
>
> --
> Date: Wed, 21 Mar 2012 14:41:39 -0700
> From: thin...@gmail.com
> To: luciantho...@hotmail.com
> Subject: Re: [Openstack] [openstack] nova-billing with Horizon
>
> You need to make sure either system wide or in your virtual env that
> horizon_billing is installed by running setup.py in horizon_billing.
>
> --
> Mike Perez
> DreamHost.com
>
> On Wednesday, March 21, 2012 at 10:55 AM, Lucian Thomaz wrote:
>
>  Mike, this help me to understand a little more, but when I tried add
> 'horizon_billing' to INSTALLED_APPS tuple and restart apache, the log of
> apache returns the following error: TemplateSyntaxError: Caught
> ImportError while rendering: No module named horizon_billing
>
> Do you know anything about that?
>
>
> *Lucian Thomaz*
>
>
>
> --
> Date: Wed, 21 Mar 2012 10:23:25 -0700
> From: thin...@gmail.com
> To: luciantho...@hotmail.com
> Subject: Re: [Openstack] [openstack] nova-billing with Horizon
>
> Whoops, from THEIR latest repo, instead of linking to mine. ;)
>
>
> https://github.com/openstack/horizon/blob/master/openstack_dashboard/settings.py#L51
>
> --
> Mike Perez
> DreamHost.com
>
> On Wednesday, March 21, 2012 at 10:22 AM, Mike Perez wrote:
>
>  It appears to be in there with latest in the horizon repo:
>
>
> https://github.com/Thingee/horizon/blob/master/openstack_dashboard/settings.py#L51
>
> --
> Mike Perez
> DreamHost.com
>
> On Wednesday, March 21, 2012 at 10:19 AM, Lucian Thomaz wrote:
>
>  Thank you by the answer Mike, but my settings.py don't have the
> HORIZON_CONFIG in it. Can I simply add it? How should it looks like?
>
>
> *Lucian Thomaz*
>
>
> --
> Date: Wed, 21 Mar 2012 09:53:35 -0700
> From: thin...@gmail.com
> To: luciantho...@hotmail.com
> CC: openstack@lists.launchpad.net
> Subject: Re: [Openstack] [openstack] nova-billing with Horizon
>
>
>  horizon/openstack_dashboard/settings.py
>
> --
> Mike Perez
> DreamHost.com
>
> On Wednesday, March 21, 2012 at 7:07 AM, Lucian Thomaz wrote:
>
>  I'm trying use nova-billing with Horizon following the github page
> https://github.com/griddynamics/horizon-billing , but I can't find
> INSTALLED_APPS and HORIZON_CONFIG in local_settings.py . Anyone can help
> with that?
>
> *Lucian Thomaz
> *
>  ___
> 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