Re: [Openstack] Error in Installation of ceilometer in Ubuntu 12.04 LTS

2013-06-08 Thread Zhou Z Xing
Hi Johnu It seems that your kombu is not at right version that ceilometer needs. please update your python kombu package and try again Thanks & Best Wishes, xingzhou johnu Sent by: "Openstack" 2013/06/09 01:26 To openstack@lists.launchpad.net, cc Subject [Openstack] Error in

Re: [Openstack] quantum l2 networks

2013-06-08 Thread Aaron Rosen
Hi Joe, Just curious what's your use case, why do you need to disable these? Aaron On Sat, Jun 8, 2013 at 12:01 PM, Joe Breu wrote: > Hi Aaron, > > Thanks for the response. It looks like it is the nwfilters in > nova-compute that are making this a pain for me. > > > > On Jun 7, 2013, at 1

Re: [Openstack] quantum l2 networks

2013-06-08 Thread Aaron Rosen
Settting this in nova.conf should disable that but then your security groups won't work. firewall_driver = nova.virt.firewall.NoopFirewallDriver On Sat, Jun 8, 2013 at 12:01 PM, Joe Breu wrote: > Hi Aaron, > > Thanks for the response. It looks like it is the nwfilters in > nova-compute that

Re: [Openstack] quantum l2 networks

2013-06-08 Thread Joe Breu
Hi Aaron, Thanks for the response. It looks like it is the nwfilters in nova-compute that are making this a pain for me. On Jun 7, 2013, at 11:11 PM, Aaron Rosen wrote: Hi Joe, I thought setting firewall_driver = quantum.agent.firewall.NoopFirewallDriver would do the trick? Also, the ovs p

[Openstack] Error in Installation of ceilometer in Ubuntu 12.04 LTS

2013-06-08 Thread johnu
Hi Everyone, I have facing strange issue in installation of openstack with ceilometer. I am using devstack automated script to install ceilometer as told in http://ceilometer.readthedocs.org/en/latest/install.html. I added the following lines in localrc # Configure the notif

Re: [Openstack] quantum l2 networks

2013-06-08 Thread Aaron Rosen
Hi Daniel, That's for finding this! This is a bug. The code wasn't accounting if the plugin didn't implement port_security_enabled. Here's a patch that fixes the issue in the meantime. Best, Aaron --- a/nova/network/security_group/quantum_driver.py +++ b/nova/network/security_group/quantum_dri

Re: [Openstack] quantum l2 networks

2013-06-08 Thread daniels cai
nova add-secgroup 24891d97-8d0e-4e99-9537-c8f8291913d0 d11 ERROR: Network requires port_security_enabled and subnet associated in order to apply security groups. (HTTP 400) (Request-ID: req-94cb2d54-858b-4843-af53-b373c88bcdc0) security group is exists # quantum security-group-list +---

Re: [Openstack] quantum l2 networks

2013-06-08 Thread Aaron Rosen
You said: >it works, but when i try to attach a security group to an exist vm , api throw an error :"Network requires >port_security_enabled and subnet associated in order to apply security groups." What command are you running to generate that error? On Sat, Jun 8, 2013 at 1:45 AM, daniels ca

Re: [Openstack] quantum l2 networks

2013-06-08 Thread daniels cai
Aaron , thanks for you answers, i see it. we are not useing nvp in our environemnt yet. my vm is boot with a subnet_id specified . i am sure about it . here is more info: vm has an ip "192.168.6.100" , this ip belongs to subnet 83afd693-7e36-41e9-b896-9d8b0d89d255 , this subnet belongs to networ

Re: [Openstack] quantum l2 networks

2013-06-08 Thread Aaron Rosen
There is no port_security_enabled config option. This is an attribute on a port that is used if the plugin you are using implements the port_security_extension (which is only nvp at the time). I'm guessing your issue is the network you are trying to boot an instance on does not have a subnet assoc

Re: [Openstack] quantum l2 networks

2013-06-08 Thread daniels cai
hi Aaron i set the following in nova.conf security_group_api=quantum firewall_driver=nova.virt.firewall.NoopFirewallDriver it works, but when i try to attach a security group to an exist vm , api throw an error : "Network requires port_security_enabled and subnet associated in order to apply sec