Comment 5 for bug 1862893

Revision history for this message
Bence Romsics (bence-romsics) wrote :

Hi zhanghao,

This one also succeeds for me:

openstack network qos policy create qp0
openstack network qos rule create --type bandwidth-limit --max-kbps 1000 --max-burst-kbits 800 qp0
openstack port create port0 --network private
openstack port set port0 --qos-policy qp0

I fully believe this bug exists, however I still don't know how to reproduce it from the command line.