Re: [Openstack] proposal for Russell Bryant to be added to Nova Core

2012-04-28 Thread Mark McLoughlin
Definite +1 Mark. On Fri, 2012-04-27 at 11:09 -0400, Dan Prince wrote: > Russell Bryant wrote the Nova Qpid rpc implementation and is a member of the > Nova security team. He has been helping chipping away at reviews and > contributing to discussions for some time now. > > I'd like to seem him

Re: [Openstack] [OpenStack][Nova] Minimum required code coverage per file

2012-04-28 Thread Lorin Hochstein
On Apr 26, 2012, at 9:19 PM, Kevin L. Mitchell wrote: > >> Kevin, should we start copying openstack-common tests to client >> projects? Or just make sure to not count openstack-common code in the >> code coverage numbers for client projects? > > That's a tough one. If we copy in the tests, th

Re: [Openstack] Mailing-list split

2012-04-28 Thread Jim Meyering
Daniel P. Berrange wrote: > On Fri, Apr 27, 2012 at 12:04:34PM +0200, Thierry Carrez wrote: >> To avoid Launchpad list slowness, we would run the new openstack-dev >> list off lists.openstack.org. Given the potential hassle of dealing with >> spam and delivery issues on mission-critical MLs, we are

Re: [Openstack] OpenStack Quantum plugins

2012-04-28 Thread Dan Wendlandt
On Fri, Apr 27, 2012 at 4:44 PM, Salman Malik wrote: > Hi Dan, > > Thanks for replying. There are few more questions: > > > > I am trying to learn the functionality of Quantum plugins used in > OpenStack. I have read through the Quantum Admin Guide and had few > basic/quick question about quantu

Re: [Openstack] (no subject)

2012-04-28 Thread Anton Haldin
i think you should use --vlan= in command nova-manage network create I thought by default nova-manage try to use vlan_start (default is vlanid 100) to insert it in db table networks. and if you already have one network with vlanid100 , it should return such error about duplicated vlan. what is th

Re: [Openstack] Quantum deployment on Essex

2012-04-28 Thread Dan Wendlandt
I've responded on launchpad answers as well. best, Dan It looks like this is an error being returned by nova, not quantum. My best guess is that you're running an older version of nova that is expecting the network-id being passed in during the create-server request to be an integer, not a st

Re: [Openstack] Quantum deployment on Essex

2012-04-28 Thread Dan Wendlandt
On Sat, Apr 28, 2012 at 12:18 AM, livemoon wrote: > hi, Dan > > I install openvswitch and quantum according this two docs. Now I have met > some problems. > > 1. Using "python ovs_quantum_agent.py ovs_quantum_plugin.ini -v" > DEBUG:root:## running command: sudo ovs-ofctl del-flows br-int > DEBUG

Re: [Openstack] Using Foreign Keys

2012-04-28 Thread Lorin Hochstein
On Apr 26, 2012, at 12:03 PM, Monty Taylor wrote: > > > On 04/26/2012 10:14 AM, Sean Dague wrote: >> On 04/25/2012 05:17 PM, Vishvananda Ishaya wrote: >>> The main issue is when the relevant tables are moved into a separate >>> service a la quantum or cinder. We can't keep referential integrit

Re: [Openstack] "Shutoff" Status

2012-04-28 Thread Lorin Hochstein
Anne: I don't have first hand-experience, but based on looking at the code, it appears that an instance is in "SHUTDOWN" state if the VM was powered down, but not through the OpenStack API (e.g., by a user doing "shutdown -h" from inside the instance). On Amazon EC2, if a user does a "shutdown

Re: [Openstack] Quantum deployment on Essex

2012-04-28 Thread Emilien Macchi
Hi livemoon, > 3. Then I use "nova-manage network create" to create network, > but the database "ova_quantum" is empty, I have defined it in > ovs_quantum_plugin.ini If your database is empty, it's because the connection between quantum-server and the database is not working. Check your ovs_qua

Re: [Openstack] [nova-volumes] relationship between nova-volumes and swift?

2012-04-28 Thread Hua ZZ Zhang
+me :-) Swift is much like Amazon S3(Simple Storage Service), and Nova-volume is much like Amazon EBS (Elastic Block Store). Swift is used as object store of VM images in OpenStack. but Nova-volume is used to store persistent data of VM instances which means even the instance was de

Re: [Openstack] Quantum deployment on Essex

2012-04-28 Thread Hua BJ Zhang
Hi Dan, I also run openvswitch + quantum according that two docs, my result is: 1) run openvswitch plugin + quantum on ubuntu server, success 2) run linux-bridge plugin + quantum on ubuntu server, success 3) run openvswitch plugin + quantum on fedora 16 failed 4

Re: [Openstack] Proposal for manuals translation process

2012-04-28 Thread Ying Chun Guo
Hi, Anne Thank you for your comments. I'm glad to know that you are working for a larger "goal". I don't know Launchpad is broken with code strings now. What do you mean when you said "Launchpad to be broken with code strings now"? I take a look at Horizon in Transifex. Gabriel Hurley is the coord

Re: [Openstack] Error in scheduler when create a new instance.

2012-04-28 Thread Yuriy Taraday
Hi! 1. Is your locale anything different from C or en? If so, you're most likely getting an exception on nova-compute when it tries to start, exception gets lost (my fault, forgot to file a bug) and nova-compute dies. The exception is most likely occur because of https://bugs.launchpad.net/nova/+b

Re: [Openstack] [nova-volumes] relationship between nova-volumes and swift?

2012-04-28 Thread Oleg Gelbukh
Hello, Eric Swift is actually an object store rather then volume store. It is used for storing any types of objects as files in underlying file system. This files can be anything, including binary images of block volumes. HTTP is used for transporting objects to and from the store. Nova-volume ser

[Openstack] (no subject)

2012-04-28 Thread livemoon
According doc: http://docs.openstack.org/incubation/openstack-network/admin/content/Net-Create-dle455.html when I create the second network, it return errors: root@cloud:/etc/quantum# nova-manage network create --label=public --fixed_range_v4=10.0.1.0/24 2012-04-28 15:27:21 DEBUG nova.utils [req-

Re: [Openstack] Quantum deployment on Essex

2012-04-28 Thread livemoon
hi, Dan I install openvswitch and quantum according this two docs. Now I have met some problems. 1. Using "python ovs_quantum_agent.py ovs_quantum_plugin.ini -v" DEBUG:root:## running command: sudo ovs-ofctl del-flows br-int DEBUG:root:## running command: sudo ovs-ofctl add-flow br-int priority=