[openstack-dev] [nova] Gap between host cpu features and guest cpu's

2016-05-10 Thread Jin, Yuntong
Hi everyone, Currently nova exposes all the host CPU instruction set extensions available on the compute node in the host state, and there is a scheduler filter `ComputeCapabilitiesFilter` which looks at these. But the limits on this is: CPU instruction set in ComputeCapabilitiesFilter should be

[openstack-dev] [devstack] pip wheel' requires the 'wheel' package

2015-03-01 Thread yuntong
Hello, I got an error when try to ./stack.sh as: /2015-03-02 05:58:20.692 | net.ipv4.ip_local_reserved_ports = 35357,35358 2015-03-02 05:58:20.959 | New python executable in tmp-venv-NoMO/bin/python 2015-03-02 05:58:22.056 | Installing setuptools, pip...done. 2015-03-02 05:58:22.581 | ERROR: 'pip

Re: [openstack-dev] [blazar] currectly status

2015-02-12 Thread Jin, Yuntong
Thanks for the info, I surely will let you know when I have doubts to dive deep into the code. Thanks -yuntong From: Nikolay Starodubtsev [mailto:nstarodubt...@mirantis.com] Sent: Wednesday, February 11, 2015 5:05 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re

[openstack-dev] [blazar] currectly status

2015-02-10 Thread Jin, Yuntong
Hello, May I ask the currently status of blazar project, it's been very quiet there for past half year, part of reason could be related to Gantt project? The way I see this project is very usefully for NFV use case, and I really like to know the status of it, maybe also Gantt project. Thanks

Re: [openstack-dev] [ceilometer] nova api.fault notification isn't collected by ceilometer

2015-02-10 Thread yuntong
On 2015年02月10日 11:34, yuntong wrote: On 2015年02月10日 05:12, gordon chung wrote: In nova api, a nova api.fault notification will be send out when the when there is en error. http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/__init__.py#n119 but i couldn't find where

[openstack-dev] [ceilometer] nova api.fault notification isn't collected by ceilometer

2015-02-09 Thread yuntong
to be collected, do we have plan to add this, shall i need a bp to do that ? -Yuntong __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

Re: [openstack-dev] [ceilometer] nova api.fault notification isn't collected by ceilometer

2015-02-09 Thread yuntong
from which will send out notification like: %s.%s.%s % (module, key, method) , and no notification plugin in ceilometer to deal with them. Let me know if i should file a bug for this. Thanks, -yuntong __ OpenStack Development