[Openstack] Devstack stable/essex

2012-07-18 Thread Neelakantam Gaddam
Hi All, I am not able to figure out the correct combination of nova/quantum/keystone/glance and python client branches. Can anybody suggest the localrc configuration for controller and compute node configuration that is working for stable/essex release? -- Thanks & Regards Neelakantam Gaddam _

[Openstack] VLAN with OpenVswitch and Quantum

2012-07-18 Thread Trinath Somanchi
Hi- I'm currently setting up VLAN setup with Quantum and OpenVswitch. I have an idea that, to tenants can configured/act as to different hosts. But being a newbee for this kind of setup, Can any one please guide me on How to bring up the VLAN setup using Quantum and OpenVswitch. Thanking you a

Re: [Openstack] [nova] Proposal to add Yun Mao to nova-core

2012-07-18 Thread Eric Windisch
On Wednesday, July 18, 2012 at 19:10 PM, Vishvananda Ishaya wrote: > Hello Everyone! > > Yun has been putting a lot of effort into cleaning up our state management, > and has been contributing a lot to reviews[1]. I think he would make a great > addition to nova-core. +1 Regards, Eric Windis

Re: [Openstack] Improving logging

2012-07-18 Thread Michael Still
On 19/07/12 09:32, Eugene Kirpichov wrote: > Hi, > > I noticed that there are quite a few cases when I found my OpenStack > installation is broken and logging was not verbose enough for me to > understand what exactly was broken, so I had to add more logging > statements to the code and relaunch.

Re: [Openstack] [nova] Proposal to add Padraig Brady to nova-core

2012-07-18 Thread Michael Still
On 19/07/12 09:09, Vishvananda Ishaya wrote: > Hello Everyone! > > Padraig has been contributing a lot of code to all parts of nova, and > has been contributing a lot to reviews[1]. I think he would make a > great addition to nova-core. +1 Padraig has been a pleasure to work with for the entire

Re: [Openstack] [nova] Proposal to add Michael Still to nova-core

2012-07-18 Thread heut2008
+1 2012/7/19 Vishvananda Ishaya : > Hello Everyone! > > Michael wrote the image cache management code, did all of the remaining > conversions of instance_id -> instance_uuid, and has been contributing a lot > to reviews[1]. I think he would make a great addition to nova-core. > > > [1] https://r

Re: [Openstack] Solaris Fails as Guest VM

2012-07-18 Thread Narayan Desai
On Wed, Jul 18, 2012 at 7:38 PM, Michael March wrote: > I don't follow Solaris that closely but I vaguely remember the Joyent folks > ported all of KVM to Solaris, right? Or am I just missing the whole point > here? They did, and it is a fairly impressive piece of work. Their focus (as a hosting

Re: [Openstack] Improving logging

2012-07-18 Thread Bhandaru, Malini K
Typically one may specify a logging-level (verbose, warning, error) with each log message. The user then can specify run time log level at which point all messages at a level >= log-level get displayed (error would be the highest level and always display). New to Open Stack .. my vote .. go ahea

Re: [Openstack] Solaris Fails as Guest VM

2012-07-18 Thread Michael March
I don't follow Solaris that closely but I vaguely remember the Joyent folks ported all of KVM to Solaris, right? Or am I just missing the whole point here? On Wed, Jul 18, 2012 at 5:16 PM, Narayan Desai wrote: > I was curious, so I asked on #illumos today. Apparently, the virtio > guest block de

Re: [Openstack] [nova] Proposal to add Yun Mao to nova-core

2012-07-18 Thread Russell Bryant
On 07/18/2012 07:10 PM, Vishvananda Ishaya wrote: > Hello Everyone! > > Yun has been putting a lot of effort into cleaning up our state management, > and has been contributing a lot to reviews[1]. I think he would make a great > addition to nova-core. > > > [1] https://review.openstack.org/#/d

Re: [Openstack] [nova] Proposal to add Padraig Brady to nova-core

2012-07-18 Thread Russell Bryant
On 07/18/2012 07:09 PM, Vishvananda Ishaya wrote: > Hello Everyone! > > Padraig has been contributing a lot of code to all parts of nova, and has > been contributing a lot to reviews[1]. I think he would make a great addition > to nova-core. > > > [1] https://review.openstack.org/#/dashboard/1

Re: [Openstack] [nova] Proposal to add Padraig Brady to nova-core

2012-07-18 Thread Matt Joyce
Up the Padraig! On Wed, Jul 18, 2012 at 4:39 PM, John Postlethwait < john.postlethw...@nebula.com> wrote: > +1 for more core contributors! > > John Postlethwait > Nebula, Inc. > 206-999-4492 > > On Wednesday, July 18, 2012 at 4:09 PM, Vishvananda Ishaya wrote: > > Hello Everyone! > > Padraig has

Re: [Openstack] [nova] Proposal to add Yun Mao to nova-core

2012-07-18 Thread Sandy Walsh
Ab-so-lutely! +1 From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net [openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net] on behalf of Vishvananda Ishaya [vishvana...@gmail.com] Sent: Wednesday, July 18, 2012 8:10 PM To: Op

Re: [Openstack] Solaris Fails as Guest VM

2012-07-18 Thread Narayan Desai
I was curious, so I asked on #illumos today. Apparently, the virtio guest block device drivers aren't complete. Someone is working on them though. Until that work is done (and integrated into a distro), we're all out of luck. When the bits do hit, they will be in illumos, not solaris, from the soun

Re: [Openstack] [nova] Proposal to add Padraig Brady to nova-core

2012-07-18 Thread John Postlethwait
+1 for more core contributors! John Postlethwait Nebula, Inc. 206-999-4492 On Wednesday, July 18, 2012 at 4:09 PM, Vishvananda Ishaya wrote: > Hello Everyone! > > Padraig has been contributing a lot of code to all parts of nova, and has > been contributing a lot to reviews[1]. I think he woul

[Openstack] Improving logging

2012-07-18 Thread Eugene Kirpichov
Hi, I noticed that there are quite a few cases when I found my OpenStack installation is broken and logging was not verbose enough for me to understand what exactly was broken, so I had to add more logging statements to the code and relaunch. Would it be useful to contribute such small logging-on

[Openstack] [nova] Proposal to add Michael Still to nova-core

2012-07-18 Thread Vishvananda Ishaya
Hello Everyone! Michael wrote the image cache management code, did all of the remaining conversions of instance_id -> instance_uuid, and has been contributing a lot to reviews[1]. I think he would make a great addition to nova-core. [1] https://review.openstack.org/#/dashboard/2271 Vish

[Openstack] [nova] Proposal to add Yun Mao to nova-core

2012-07-18 Thread Vishvananda Ishaya
Hello Everyone! Yun has been putting a lot of effort into cleaning up our state management, and has been contributing a lot to reviews[1]. I think he would make a great addition to nova-core. [1] https://review.openstack.org/#/dashboard/1711 Vish _

[Openstack] [nova] Proposal to add Padraig Brady to nova-core

2012-07-18 Thread Vishvananda Ishaya
Hello Everyone! Padraig has been contributing a lot of code to all parts of nova, and has been contributing a lot to reviews[1]. I think he would make a great addition to nova-core. [1] https://review.openstack.org/#/dashboard/1812 Vish ___ Mailing

Re: [Openstack] best practices for merging common into specific projects

2012-07-18 Thread Thierry Carrez
Mark McLoughlin wrote: >> Making our multiple projects converge onto consolidated and >> well-accepted APIs is a bit painful work, but it is a prerequisite to >> turning openstack-common into a proper library (or set of libraries). >> >> I'd say the whole thing suffers from not having a proper >> t

Re: [Openstack] nova-network and corosync

2012-07-18 Thread Steven Dake
On 07/18/2012 06:51 AM, Alessandro Tagliapietra wrote: > Hi Steve, > > the problem is not that it's not listening on the correct interface, as lsof > shows > > corosync 1485 root9u IPv4 14890 0t0 UDP > 226.94.1.1:5405 > corosync 1485 root 10u IPv4 1

[Openstack] Swift account listing

2012-07-18 Thread Pete Zaitcev
Guys, a simple question hopefuly: How do I list all Swift accounts? Specifically, I have a test installation that I used to experiemnt with various upgrades and migrations. I probably lost a few testing accounts in it. Now it sits there and uses up space. How do I find and eliminate orphan accoun

Re: [Openstack] What is the most commonly used Hypervisor and toolset combination?

2012-07-18 Thread Jim Fehlig
John Garbutt wrote: > To my knowledge, if you want to use Xen, using XCP or XenServer (i.e. using > XenAPI driver) is the way to go. If you look at the contributions to the > drivers, you can have a good guess at who is using them. > > I know people are going into production on XenAPI, not heard

Re: [Openstack] [Swift] LFS patch (Ia32c9c34)

2012-07-18 Thread John Dickinson
Nexenta's LFS patch (https://review.openstack.org/#/c/7524/) has languished for a while, and I'd like to address that. First, thank you for your patch submission. This patch adds new functionality that potentially can allow swift to be deployed in more places. The original version of the patch,

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Matt Joyce
I personally want to see keystone be able to operate as a point of authentication on instances. I don't think everyone wants to see me succeed at that. There is one major impediment to doing that well. That's really providing an NSS style lookup service for verifying users exist in keystone. Th

Re: [Openstack] [DELTACLOUD-INTERNAL] Plan for adding RHEVm and vSphere support to Cloud-Init

2012-07-18 Thread jrd
>From: jvlcek >Date: Wed, 18 Jul 2012 15:42:33 -0400 > >On 07/18/2012 03:00 PM, Itamar Heim wrote: >> On 07/18/2012 09:47 PM, jvlcek wrote: >>> On 07/18/2012 01:47 PM, Itamar Heim wrote: >>>> On 07/17/2012 10:03 PM, jvlcek wrote: > > I just wanted to let

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Joseph Heck
Got it. Right now usernames are defined as global across all domains. The side effect of this is that you only need a username and password to auth through keystone, with domain being something that could be "looked up". If we make usernames specific to a domain (I.e. globally unique), then we'l

Re: [Openstack] Possible Glance Bug?

2012-07-18 Thread Jay Pipes
Try: (old glance client) glance index deleted=True to see image records that are marked deleted. or: glance index deleted=None to see ALL image records. The new glance client -- python-glanceclient -- does not yet support filtering for deleted image records, but it should be able to do: gla

Re: [Openstack] SNAT question

2012-07-18 Thread Boris-Michel Deschenes
Thanks again, Could you just tell me why this SNAT rule is there, is it so that VMs can contact other VMs by their floating IP? I know this SNAT rule is there to render something possible but I don't know what. Boris De : Vishvananda Ishaya [mailto:vishvana...@gmail.com] Envoyé : 18 juillet 2

Re: [Openstack] SNAT question

2012-07-18 Thread Vishvananda Ishaya
On Jul 18, 2012, at 9:44 AM, Boris-Michel Deschenes wrote: > Thanks everybody, > > Vish, I think you’ve got it, but here are some more details about the setup > just to be sure we’re on the same level: > > my private network is defined as 172.0.0.0/21 > my floating network is defined as 10.1

Re: [Openstack] SNAT question

2012-07-18 Thread Boris-Michel Deschenes
thanks all, I seem to have fixed the problem simply by setting fixed_range and floating_range to the same values used in the « nova-manage network create » initial setup. Boris De : openstack-bounces+boris-michel.deschenes=ubisoft@lists.launchpad.net [mailto:openstack-bounces+boris-michel

[Openstack] Possible Glance Bug?

2012-07-18 Thread Daneyon Hansen
All, I'm questioning whether I have come across a bug in Glance. The image ending in 39d is a snapshot. It does not show-up under glance index or in the Horizon GUI, but appears in the database as "active" with the deleted bit set: mysql> select id, name, status, deleted_at, deleted from images

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Tim Bell
Joe, We find the domain approach very interesting for the private cloud scenario also. CERN has several large collaborations, each with multiple projects and independent quotas and roles. Using a 'default' domain, where OS_DOMAINNAME is not specified would be fine for our general use case.

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Joseph Heck
Perhaps a poor analogy with email - The domain is an arbitrary string that's intended for tenant isolation in large openstack environments. It's a place to hang policy so that you can delegate things like "password changing" (where the keystone backend supports it) to someone other than the key

Re: [Openstack] [Swift] LFS patch (Ia32c9c34)

2012-07-18 Thread Caitlin Bestler
Pete Zaitcev wrote: > It sounds strange to make Swift aware of the specific LFS. One day I come up > with ZaitcevFS and what happens > then? Patching Swift again I presume. The intent of the patch is to allow any local file system to use the same polymorphic interface. Obviously we may be bias

Re: [Openstack] Openstack JAVA SDK

2012-07-18 Thread George Reese
If you want something that supports all of the various flavors of OpenStack out there plus will also run against other clouds, have a look at Dasein Cloud at on Source Forge: http://dasein-cloud.sf.net It's the abstraction layer enStratus happens to use for talking to clouds and it's open sour

Re: [Openstack] Solaris Fails as Guest VM

2012-07-18 Thread Joshua
I have tried console=text and still fail as well as safe boot. I even tried doing kvm->ubuntu + virtual box-> solaris vm. But have had trouble pass VT-x to virualbox on kvm. Its strange to me that both qemu and kvm both fail. On Wed, Jul 18, 2012 at 8:26 AM, Sean Dague wrote: > My experience is

Re: [Openstack] [Quantum] Network, Subnet and Port names

2012-07-18 Thread Jay Pipes
On 07/18/2012 04:53 AM, Hua ZZ Zhang wrote: > All networks information of all tenants are stored in one table. If the > name is defined unique, it implicates all tenants have to make sure the > name of new network will not be conflict with others even they don't > know each other. the system has to

Re: [Openstack] Openstack JAVA SDK

2012-07-18 Thread Jyothsna Padavala
Thanks Monty, But how about keystone? All of these have to be authenticated using Keystone. Does jclouds has api bindings for keystone as well? Also, can you post a link for the jclouds binary? -Jyothsna - Original Message - From: "Monty Taylor" To: "Jyothsna Padavala" Cc: "Sheng Bo

Re: [Openstack] Openstack JAVA SDK

2012-07-18 Thread Monty Taylor
Hi! You probably want to check out jclouds as well. It's extremely mature, is in production all over the world and has support for openstack compute and storage. http://www.jclouds.org/ Monty On 07/18/2012 08:50 AM, Jyothsna Padavala wrote: > Thanks Vincent for your reply. > > I lean towards u

Re: [Openstack] SNAT question

2012-07-18 Thread Boris-Michel Deschenes
Thanks everybody, Vish, I think you've got it, but here are some more details about the setup just to be sure we're on the same level: my private network is defined as 172.0.0.0/21 my floating network is defined as 10.129.44.0/22 physical cloud machines (10.129.40.0/24) outside of the cloud, all

Re: [Openstack] Openstack JAVA SDK

2012-07-18 Thread Frederik Van Hecke
Hi Jyothsna, You can use ant to compile a jar. More precisely running "ant compile" (cfr. readme on github) Then just import it as lib into your netbeans project. Kind regards, Frederik Van Hecke *T:* +32487733713 *E:* frede...@cluttr.be *W:* www.cluttr.be *This e-mail and any attachments

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Tim Bell
Thanks.. My worry is the username. Currently, I have OS_USERNAME=timbell Not OS_USERNAME=timb...@cern.ch Does that mean in the future that my OS_USERNAME=timbell OS_DOMAINNAME=cern.ch I would like that I could still register as timbell in my domain even if someone else o

Re: [Openstack] SNAT question

2012-07-18 Thread Xiaolin Zhang
I have encountered exactly the same situation with our deployment with all outbound packets from vm tagged with server's ip as their SNAT. After doing some investigation, I found nova-network init itself, this filter rule will be populated; and I wounder maybe this is a aimed design feature - to i

Re: [Openstack] SNAT question

2012-07-18 Thread Kieron B
It sounds like you may be using overlapping IP space (in the 10.0.0.0/8network). The iptables rule you provided is meant to source-NAT outbound traffic from your VMs (it's a catch-all for VMs without a floating IP assigned). If you are using the 10.0.0.0/8 space outside of your Openstack environm

Re: [Openstack] SNAT question

2012-07-18 Thread Vishvananda Ishaya
Hi Boris, There must be something misconfigured in your setup. Nova network shouldn't be snatting for other vms. Are your machines outside the cloud also in the 10/8 range? if so you should change the setting for fixed_range to something smaller so it doesn't snat for your other machines. For e

Re: [Openstack] Distributed quota manager concept

2012-07-18 Thread Kevin L. Mitchell
On Tue, 2012-07-17 at 16:08 -0600, Everett Toews wrote: > Were you envisioning Boson going through the incubation process and > becoming a core project in OpenStack? Yes, I could envision that. > If that were to happen, would Boson become a required dependency for > all of the other OpenStack pr

Re: [Openstack] Openstack JAVA SDK

2012-07-18 Thread Jyothsna Padavala
Thanks Vincent for your reply. I lean towards using java cloud-files too since my primary work would be involving swift. How did you build the java cloud-files code? My existing Java application is done on Netbeans IDE and i'm bound to use that. Do we need any extra build tool like Ant / Maven

Re: [Openstack] Identity API v3 - Why allow multi-tenant users?

2012-07-18 Thread Adam Young
The idea of a Domain is that it is a single administrative entity, such as a company. When a person joins a company, they get an email adddress. THat address does not change regardless of the position they hold. Tenants are administrative groupings below that. It is unfortunate that we us

Re: [Openstack] Distributed quota manager concept

2012-07-18 Thread Jay Pipes
On 07/17/2012 06:08 PM, Everett Toews wrote: > Setting aside any SQL/NoSQL religious debate or even the "best tool for > the job" argument, I think you'd find this to be a hard sell to the > operations crowd. Nobody is going to want to have all of their OpenStack > data in an SQL DB (which they may

[Openstack] SNAT question

2012-07-18 Thread Boris-Michel Deschenes
Hi guys, I have a question regarding NAT in openstack I have an openstack cloud (FlatDHCP, multi_host=false) with one nova-network node doing the nating. I have noticed that when I ping an external machine from within a VM, on the receiving end I see the IP of the VM (so the outgoing SNAT work

Re: [Openstack] Solaris Fails as Guest VM

2012-07-18 Thread Sean Dague
My experience is that solaris is incredibly fickle on kvm. I think one of the issues had to do with the boot screen and how it uses graphics and framebuffer. -Sean On 07/17/2012 08:55 PM, Narayan Desai wrote: I suspect that you need the right solaris (more likely illumos) bits to get

Re: [Openstack] How to use Cloudpipe

2012-07-18 Thread Razique Mahroua
Hi Kevin, just submitted a patch here for the doc https://review.openstack.org/#/c/9965/1It explains how to create an image, the next update will present how to use it  (retrieve the openvpn client, connecting to the instance, and so on) Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 17

Re: [Openstack] What is the most commonly used Hypervisor and toolset combination?

2012-07-18 Thread John Garbutt
To my knowledge, if you want to use Xen, using XCP or XenServer (i.e. using XenAPI driver) is the way to go. If you look at the contributions to the drivers, you can have a good guess at who is using them. I know people are going into production on XenAPI, not heard about Xen+libvirt in product

Re: [Openstack] nova-network and corosync

2012-07-18 Thread Alessandro Tagliapietra
Hi Steve, the problem is not that it's not listening on the correct interface, as lsof shows corosync 1485 root9u IPv4 14890 0t0 UDP 226.94.1.1:5405 corosync 1485 root 10u IPv4 14891 0t0 UDP server1:5404 corosync 1485 root 11u IPv4

Re: [Openstack] nova-network and corosync

2012-07-18 Thread Steven Dake
On 07/18/2012 03:50 AM, Alessandro Tagliapietra wrote: > Hello, > > i've 2 machines, running ubuntu 12.04, i've installed corosync + > pacemaker and it was working fine. > > Corosync is using eth1 with 10.8.0.1 and 10.8.0.2 as ip of the hosts, > i've got keystone, glance, nova api-cert-scheduler,

Re: [Openstack] Nova + Quantum + OVS

2012-07-18 Thread Trinath Somanchi
Hi- Thanks a lot for the reply.. Its working now... On Jul 18, 2012 6:35 PM, "Nirbhay Tomar" wrote: > Hi Trinath, > > Have you checked that your quantum is making related gw and tap > interfaces when your vm goes up. > When you create a network and create first vm associated with it, > there sh

Re: [Openstack] Nova + Quantum + OVS

2012-07-18 Thread Nirbhay Tomar
Hi Trinath, Have you checked that your quantum is making related gw and tap interfaces when your vm goes up. When you create a network and create first vm associated with it, there should be a gw and tap interface created and first ip of your new network is assigned to that gw interface. if you g

Re: [Openstack] [Quantum] Scalable agents

2012-07-18 Thread Gary Kotton
On 07/18/2012 04:23 AM, Dan Wendlandt wrote: On Mon, Jul 16, 2012 at 3:30 AM, Gary Kotton > wrote: Hi, The patch https://review.openstack.org/#/c/9591/ contains the initial support for the scalable agents (this is currently implemented on the linux b

Re: [Openstack] Fw:Re: Questions about ceilometer

2012-07-18 Thread ??????
Hi,all Now,I modify the file named ceilometer/collector/manager.py as the previous mail send by John HTran.While, there is also errors in my environment. The follow is errors: Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/eventlet/hubs/poll.py", line 97, in

[Openstack] Nova + Quantum + OVS

2012-07-18 Thread Trinath Somanchi
Hi- I have set up a controller- node setup with openstack, quantum and OpenVswitch. I'm able to create the virtual machines in the node. The eth1 interface of controller and node are attached to the OVS br-int. In the node, 'ovs-vsctl show' show the port and interface binding of the newly crea

[Openstack] nova-network and corosync

2012-07-18 Thread Alessandro Tagliapietra
Hello, i've 2 machines, running ubuntu 12.04, i've installed corosync + pacemaker and it was working fine. Corosync is using eth1 with 10.8.0.1 and 10.8.0.2 as ip of the hosts, i've got keystone, glance, nova api-cert-scheduler, mysql, rabbitmq working in HA with pacemaker. The problem comes

Re: [Openstack] Plan for adding RHEVm and vSphere support to Cloud-Init

2012-07-18 Thread Jan van Eldik
Hi Joe, This seems to be very much the right track for us, and the getting cloud-init in RHEL-proper would be great. We are working on making cloud-init work on RHEL5, and hope to have something later this week. cheers, Jan PS: naive question - could cloud-init be made to work

Re: [Openstack] Openstack JAVA SDK

2012-07-18 Thread Sheng Bo Hou
Hi Jyothsna, I think they are different java codes for the client sides. I was using java cloud-files for accessing the swift. Open-java-sdk can be used as the client side of nova. And I used the source code directly. Best wishes. Vincent Hou (侯胜博) Software Engineer, Standards Growth Team, Emer

Re: [Openstack] best practices for merging common into specific projects

2012-07-18 Thread Mark McLoughlin
On Wed, 2012-07-04 at 11:57 +0200, Thierry Carrez wrote: > Monty Taylor wrote: > > However, with a versioned library model, the projects can consume things > > pinned to specific versions, and then they can submit a change that > > updates the version depend and the code which needs to be updated t

Re: [Openstack] best practices for merging common into specific projects

2012-07-18 Thread Mark McLoughlin
On Tue, 2012-07-03 at 14:47 -0500, Andrew Bogott wrote: > Like most people in this thread, I too long for an end to the weird > double-commit process that we're using now. So I'm happy to set aside > my original Best Practices proposal until there's some consensus > regarding how much longer w

Re: [Openstack] best practices for merging common into specific projects

2012-07-18 Thread Mark McLoughlin
On Tue, 2012-07-03 at 18:59 +, Gabriel Hurley wrote: > The notion that copying code is any protection against APIs that may > change is a red herring. It's the exact same effect as pegging a > version of a dependency (whether it's a commit hash or a real version > number), except now you have c

Re: [Openstack] best practices for merging common into specific projects

2012-07-18 Thread Mark McLoughlin
(Sorry, was away for a couple of weeks) On Mon, 2012-07-02 at 15:26 -0400, Russell Bryant wrote: > On 07/02/2012 03:16 PM, Andrew Bogott wrote: > > Background: > > > > The openstack-common project is subject to a standard code-review > > process (and, soon, will also have Jenkins testing gate

Re: [Openstack] [Quantum] Network, Subnet and Port names

2012-07-18 Thread Hua ZZ Zhang
All networks information of all tenants are stored in one table. If the name is defined unique, it implicates all tenants have to make sure the name of new network will not be conflict with others even they don't know each other. the system has to tell the tenant that "the name has been used alread

Re: [Openstack] [Swift] Lost of an object data file is not detected

2012-07-18 Thread Daniele Valeriani
Hi You, I think you probably want to follow this for future development: https://bugs.launchpad.net/swift/+bug/971914 Daniele On 25 June 2012 09:45, 山縣陽 wrote: > Hi mike, > > Thank you for your answer. > > I understand that swift can't detect missing object files. > And I am afraid of perfor