[openstack-dev] [neutron] [Qos] Question about rate limit for VM use OVS

2014-06-20 Thread Joe Jiang
Hi folks, Anyone try that rate limit configuration for OVS(port)? Now i am trying to implement it on my ovs_lib.py, actually it just call OVS command[1]. There is a way to do that for me: > sudo ovs-vsctl set port tap42d7bb69-68 qos=@newqos \ -- --id=@newqos create qos type=linux-

[openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000

2014-07-16 Thread Joe Jiang
Hi all, When I just set up my develope environment use devstack at CentOS 6.5, that fetch devstack source via github.com and checkout stable/icehouse branch. and bellow[1] is the error log fragment. I'm not sure if I am ok to ask my question in this mail list or not, because I search all of the

Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000

2014-07-16 Thread Joe Jiang
Hi all, Thanks for your responds. I try to running # sudo semanage port -l|grep 5000 in my envrionment and get same infomation. >> ... >> commplex_main_port_t tcp 5000 >> commplex_main_port_t udp 5000 then, I wanna remove this port(5000) from SELinux policy rules list use this command(semanage