[Openstack] [Nova] Last day for diablo-3 feature merges -- please review !

2011-07-25 Thread Thierry Carrez
Hi everyone, Today is the last day for diablo-3 feature merges in Nova, as I will cut the milestone branch early Tuesday morning. We have several features that are very close to making it, and it would be great to have them in the milestone so that they get wider testing... So please spend some

[Openstack] Quotas for nonexistent projects

2011-07-25 Thread Alessio Ababilov
Hi! I have noticed that project quotas in nova could be stored and retrieved even if the project doesn't exist. Indeed, nova database has no restrictions, and the quotas' table could store quotas for projects with arbitrary names even if there are no such projects in the projects' table. Is

Re: [Openstack] Quotas for nonexistent projects

2011-07-25 Thread Thierry Carrez
Alessio Ababilov wrote: I have noticed that project quotas in nova could be stored and retrieved even if the project doesn't exist. Indeed, nova database has no restrictions, and the quotas' table could store quotas for projects with arbitrary names even if there are no such projects in the

[Openstack] How to set a project to network?

2011-07-25 Thread Keisuke Tagami
Hi everyone. nova-manage /*** 日本電信電話株式会社 NTT情報流通プラットフォーム研究所 情報流通プラットフォーム推進プロジェクト プラットフォーム方式DP 田上 啓介 Tel (0422)59-6269FAX (0422)59-5652 〒180-8585 東京都武蔵野市緑町3-9-11 ***/

Re: [Openstack] about vlan and switch

2011-07-25 Thread Dan Wendlandt
Hi Rangababu, On Sat, Jul 23, 2011 at 12:58 PM, Rangababu Chakravarthula rb...@hexagrid.com wrote: Couple of questions a) How can we address the max 4096 vlan's problem if each user want's a VLAN tagged network? Currently, the notion of a VLAN is pretty central to the nova networking code.

[Openstack] [Glance] New local image cache functionality - Priority Code Review for D3 Milestone

2011-07-25 Thread Jay Pipes
All, Rick Harris has produced some excellent code that adds functionality for a local filesystem cache on Glance API nodes. I'd really like to get this functionality into the D3 milestone release scheduled for later this week. We need to cut the milestone release branch tomorrow, and that means

[Openstack] OpenStack Common

2011-07-25 Thread Brian Lamar
All, I love the idea of having an openstack-common project. However, the prospect of creating such a project is daunting and quite difficult. It's my belief that standardizing/collecting common logic into a single module will be beneficial to our current code-base and allow for future projects

Re: [Openstack] OpenStack Common

2011-07-25 Thread Jan Drake
Thats a better direction. Another way to think about this is to consider this an extensible service framework. If we agree on lightweight code wrappers (apis/modules) first with whatever backend each project uses, and then migrate each of those areas to a common implementation, we can inject

Re: [Openstack] OpenStack Common

2011-07-25 Thread Devin Carlen
If by mini-projects you mean small and separate projects, then I don't think that makes sense. All we need for this is a single project that contains submodules that don't contain unnecessary dependencies on other submodules within the common project. So lots of bite size pieces that can be

Re: [Openstack] Quotas for nonexistent projects

2011-07-25 Thread Vishvananda Ishaya
I'm not sure if there is a fixable bug at this point. Projects are moving into keystone, so there won't be any useful way for nova to verify whether a project exists before creating a quota for it. As long as we are maintaining quotas in nova, this will be the case. It may be that quotas

Re: [Openstack] OpenStack Common

2011-07-25 Thread Jan Drake
+1 On Jul 25, 2011, at 11:59 AM, Devin Carlen devin.car...@gmail.com wrote: If by mini-projects you mean small and separate projects, then I don't think that makes sense. All we need for this is a single project that contains submodules that don't contain unnecessary dependencies on

Re: [Openstack] OpenStack Common

2011-07-25 Thread Todd Willey
One thing that might be added would be dynamic module and class loading. This has implications for flags/options and help output as well. It is something nova does, and I suspect keystone and others will need to do as well. On Mon, Jul 25, 2011 at 2:59 PM, Devin Carlen devin.car...@gmail.com

Re: [Openstack] about vlan and switch

2011-07-25 Thread Dan Wendlandt
On Mon, Jul 25, 2011 at 3:08 PM, Rangababu Chakravarthula rb...@hexagrid.com wrote: Thank you Dan. Response below. On Mon, Jul 25, 2011 at 11:36 AM, Dan Wendlandt d...@nicira.com wrote: Hi Rangababu, On Sat, Jul 23, 2011 at 12:58 PM, Rangababu Chakravarthula rb...@hexagrid.com wrote: