Re: [openstack-dev] [machine learning] Question: Why there is no serious project for machine learning ?

2017-01-17 Thread
Thank you Eran. This is a rather interesting replay. Thank you very much. 于2017年1月16日周一 下午6:07写道: > > Not sure what you mean by serious. > > > > Maybe you could have a look at Meteos[1]. It is a young project but > surely > > focuses on machine learning. > > > > [1]: https://wiki.openstack.org/wi

[openstack-dev] [machine learning] Question: Why there is no serious project for machine learning ?

2017-01-12 Thread
Hi, all, I'm wondering if there is a serious project for machine learning in Openstack ? For us to easily build a model in industrial operational level. Thanks, Andy Yan __ OpenStack Development Mailing List (not for usage que

Re: [openstack-dev] [horizon] How to paginate Data Table to display only 5 rows every page ?

2016-04-27 Thread
Can we hard code only one table to 5 rows limit default ? And leave other tables not touched. Thank you very much ! 严超 于2016年4月28日周四 上午6:58写道: > Oh, sorry, I mean, can we hard code only one table to 5 rows default ? And > leave others not touched. > Thank you very much ! > >

Re: [openstack-dev] [horizon] How to paginate Data Table to display only 5 rows every page ?

2016-04-27 Thread
roject/images/views.py#L35 > > Also, limit of items per table page is set in User Settings > (->Settings at top right corner of the dashboard), it's not > hard-coded. Once you set it, all tables which support pagination (see the > pattern above) display the specified number of ite

[openstack-dev] [horizon] How to paginate Data Table to display only 5 rows every page ?

2016-04-27 Thread
Hi, Everyone: Is there a possible way to paginate DataTable to display only 5 rows every page ? I'm very grateful for reply. *Best Regards!* *Chao Yan--About me : http://about.me/chao_yan * *My twitter: @yanchao727 *

Re: [openstack-dev] [horizon] Can we have multiple tab groups in one page?

2016-04-19 Thread
rganize your data to be coherent with how tabs work. By the way, do you > have a wireframe displaying how the overall picture should look like? I > suspect that you may have understood 'tab groups' differently from Horizon > notion of that thing. > > On Tue, 19 Apr 2016 at 10:

Re: [openstack-dev] [horizon] Can we have multiple tab groups in one page?

2016-04-19 Thread
py#L44 > it wasn't designed to have more than 1 class. Why do you need it? > On Tue, 19 Apr 2016 at 06:32, 严超 wrote: > >> HI, Everyone: >> Document says : >> .. attribute:: tab_group_class >> >> The only required attribut

[openstack-dev] [horizon] Can we have multiple tab groups in one page?

2016-04-18 Thread
HI, Everyone: Document says : .. attribute:: tab_group_class The only required attribute for ``TabView``. It should be a class which inherits from :class:`horizon.tabs.TabGroup`. """ Can we have multiple tab groups in one page? Seems Tab_

Re: [openstack-dev] [horizon] Set CSS style for each cell in Datatable according to the value

2016-04-18 Thread
* 2016-04-14 18:01 GMT+08:00 严超 : > Can you be more explicit ? How should we overwrite the Cell Class of > Horizon ? > Is there a best practice ? Or example at hand ? > Seems that is not easy for me and, it's the only choice here for that > case? > > Thank you

Re: [openstack-dev] [horizon] Set CSS style for each cell in Datatable according to the value

2016-04-14 Thread
correct correctly, you can provide on your Table class > in the Meta, a cell_class. > > So you could create your custom Cell class that inherits from the normal > Cell class (from horizon.tables.base import Cell), and based on the data, > change the css before rendering? > >

[openstack-dev] [horizon] Set CSS style for each cell in Datatable according to the value

2016-04-14 Thread
Hi, Everyone:Is there a possible way to set CSS style for* each cell* in *DataTable* according to the value of the cell ? For example, if the cell value is *'available' *then the css should display a *green icon* as well, else if the cell value is *'error'* the the css should display a *red ico

Re: [openstack-dev] [Designate]some qestions about Designate

2015-02-03 Thread
I guess PowerDNS and bind are supported. This link may help you: http://docs.openstack.org/developer/designate/getting-started.html *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow

Re: [openstack-dev] [Openstack][TripleO] What if undercloud machines down, can we reboot overcloud machines?

2014-08-26 Thread
rgue too much. :-) > > On 08/26/2014 07:36 AM, 严超 wrote: > > Hi, All: > > I've deployed undercloud and overcloud on some baremetals. All > > overcloud machines are deployed by undercloud. > > Then I tried to shutdown undercloud machines. After that

[openstack-dev] [Openstack][TripleO] What if undercloud machines down, can we reboot overcloud machines?

2014-08-26 Thread
Hi, All: I've deployed undercloud and overcloud on some baremetals. All overcloud machines are deployed by undercloud. Then I tried to shutdown undercloud machines. After that, if I reboot one overcloud machine, it will never boot from net, AKA PXE used by undercloud. Is tha

Re: [openstack-dev] [Nova] Nova list can't return anything

2014-06-12 Thread
se do not cross-post questions between openstack and openstack-dev. > This doesn't sound development-related, so the appropriate place for > this discussion is the openstack list. > > Thanks. > > -Ben > > On 06/12/2014 03:52 AM, 严超 wrote: > > Hi, All: > >

[openstack-dev] [Nova] Nova list can't return anything

2014-06-12 Thread
Hi, All: I print *"nova --debug list "*, and got nothing return, how can that be ? RESP: [200] CaseInsensitiveDict({'date': 'Thu, 12 Jun 2014 08:52:19 GMT', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8'}) RESP BODY: *body

[openstack-dev] [Nova] How to confirm I have the right database schema when checkout to another branch?

2014-06-11 Thread
Hi, All: When I checkout nova to another branch. how to confirm I have the right database schema ? When I run "nova-manage db sync", I've got below error: 2014-06-11 22:53:27.977 CRITICAL nova [-] KeyError: 2014-06-11 22:53:27.977 TRACE nova Traceback (most recent call last): 201

[openstack-dev] [Ironic+Nova] Is it recommended to use Nova driver to manage Ironic ?

2014-06-09 Thread
Hi, All: I've read "GUIDE 2: Deploying with DevStack and Ironic+Nova " on *https://etherpad.openstack.org/p/IronicDeployDevstack * Is it recommended to use Nova driver to manage Ironic ? Or Is it recommended to use TripleO to m

Re: [openstack-dev] [ironic] Can nova manage both ironic bare metal nodes and kvm VMs ?

2014-06-06 Thread
<http://weibo.com/herewearenow>--* 2014-06-06 15:27 GMT+08:00 Jander lu : > still not, I did not successfully set up my Ironic environment. > > has your Ironic environment run well now? > > > 2014-06-06 11:53 GMT+08:00 严超 : > > Hi, Jander: >> Thank y

Re: [openstack-dev] [ironic] Can nova manage both ironic bare metal nodes and kvm VMs ?

2014-06-05 Thread
-06-06 11:40 GMT+08:00 Jander lu : > hi chao > I have met the same problem, I read this article > http://www.mirantis.com/blog/baremetal-provisioning-multi-tenancy-placement-control-isolation/ > > > 2014-06-05 19:26 GMT+08:00 严超 : > >> Hi, All: >> In de

Re: [openstack-dev] [ironic] Is ironic support EXSI when boot a bare metal ?

2014-06-05 Thread
> > Best, > Devananda > > On Thu, Jun 5, 2014 at 4:39 AM, 严超 wrote: > > Hi, All: > > Is ironic support EXSI when boot a bare metal ? If we can, how to > > make vmware EXSI ami bare metal image ? > > > > Best Regards! > > Chao Yan > &g

Re: [openstack-dev] [ironic] Is ironic support EXSI when boot a bare metal ?

2014-06-05 Thread
Sorry, it was ESXI. *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 <https://twitter.com/yanchao727>* *My Weibo:http://weibo.com/herewearenow <http://weibo.com/herewearenow>--* 2014-06-05 19:39 GMT+08:00 严超 : > Hi, All: > Is i

[openstack-dev] [ironic] Is ironic support EXSI when boot a bare metal ?

2014-06-05 Thread
Hi, All: Is ironic support EXSI when boot a bare metal ? If we can, how to make vmware EXSI ami bare metal image ? *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow

[openstack-dev] [ironic] Can nova manage both ironic bare metal nodes and kvm VMs ?

2014-06-05 Thread
Hi, All: In deploying with devstack and Ironic+Nova, we set: compute_driver = nova.virt.ironic.IronicDriver This means we can no longer use nova to boot VMs. Is there a way to manage both ironic bare metal nodes and kvm VMs in Nova ? I followed this Link: https://et

Re: [openstack-dev] [ironic workflow question]

2014-06-04 Thread
*My Weibo:http://weibo.com/herewearenow <http://weibo.com/herewearenow>--* 2014-06-04 23:00 GMT+08:00 Lucas Alvares Gomes : > On Wed, Jun 4, 2014 at 2:51 PM, 严超 wrote: > > Yes, but when you assign a "production" image to an ironic bare metal > node. >

Re: [openstack-dev] [ironic workflow question]

2014-06-04 Thread
--* 2014-06-04 23:00 GMT+08:00 Lucas Alvares Gomes : > On Wed, Jun 4, 2014 at 2:51 PM, 严超 wrote: > > Yes, but when you assign a "production" image to an ironic bare metal > node. > > You should provide ramdisk_id and kernel_id. > > Should the ramdis

Re: [openstack-dev] [ironic workflow question]

2014-06-04 Thread
--* 2014-06-04 22:53 GMT+08:00 Devananda van der Veen : > On Wed, Jun 4, 2014 at 6:51 AM, 严超 wrote: > > Yes, but when you assign a "production" image to an ironic bare metal > node. > > You should provide ramdisk_id and kernel_id. > > Should the ra

Re: [openstack-dev] [ironic workflow question]

2014-06-04 Thread
e same ? *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 <https://twitter.com/yanchao727>* *My Weibo:http://weibo.com/herewearenow <http://weibo.com/herewearenow>--* 2014-06-04 21:27 GMT+08:00 Dmitry Tantsur : > On Wed, 2014-06-04 at 21:18

Re: [openstack-dev] [ironic workflow question]

2014-06-04 Thread
tps://twitter.com/yanchao727>* *My Weibo:http://weibo.com/herewearenow <http://weibo.com/herewearenow>--* 2014-06-04 21:00 GMT+08:00 Dmitry Tantsur : > On Wed, 2014-06-04 at 20:29 +0800, 严超 wrote: > > Hi, > > > > Thank you very much for your reply !

Re: [openstack-dev] [ironic workflow question]

2014-06-04 Thread
> with final kernel and ramdisk. > > On Wed, 2014-06-04 at 19:20 +0800, 严超 wrote: > > Hi, All: > > > > I searched a lot about how ironic automatically install image > > on bare metal. But there seems to be no clear workflow out there. > > > >

[openstack-dev] [ironic workflow question]

2014-06-04 Thread
Hi, All: I searched a lot about how ironic automatically install image on bare metal. But there seems to be no clear workflow out there. What I know is, in traditional PXE, a bare metal pull image from PXE server using tftp. In tftp root, there is a ks.conf which tells tftp which im

[openstack-dev] [ironic bare metal installation issue]

2014-06-03 Thread
Hi, All : I've deployed my ironic following this link: http://ma.ttwagner.com/bare-metal-deploys-with-devstack-and-ironic/ , all steps is completed. Now one of my node-show provision_state is active. But why is this node still in installation state as follow ? [image: 内嵌图片

Re: [openstack-dev] [Ironic] [UX] Is there horizon implementation for ironic

2014-05-20 Thread
> > I will be posting the designs by the end of this week hopefully. Any > feedback or help with implementation will be very welcome then. > > Best > -- Jarda > > On 2014/19/05 09:58, 严超 wrote: > >> Hi, All : >> Ironic is a project for us to control bare metal

Re: [openstack-dev] [Is there horizon implementation for ironic]

2014-05-20 Thread
May 19, 2014 at 12:58 AM, 严超 wrote: > > > > Hi, All : > > Ironic is a project for us to control bare metal better. Is > there any horizon implementation for ironic to use ironic api and function > easyly? > > > > Best Regards! > > Chao Yan > &

[openstack-dev] [Is there horizon implementation for ironic]

2014-05-19 Thread
Hi, All : Ironic is a project for us to control bare metal better. Is there any horizon implementation for ironic to use ironic api and function easyly? *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com