neutron/neutron/services/qos
Sławek Kapłoński 29aafaf5f9 Don't create new QoS policy during update operation
The QoS plugin erroneously creates a new policy when updating
an existing one.
This causes the loss of previously set attributes that are
not passed in the update call.

This patch fixes this issue by getting existing qos policy object
instead of creating a new one for update.

This issue is already fixed in Pike branch with patch:
I57011bd4d40479855203061554090d19bb668960

Change-Id: I6f5a925084bb70b56e66d673eac2febdb38e0b34
Related-Bug: #1734136
2017-11-27 20:21:29 +00:00
..
drivers Remove minimum_bandwidth_rule from rules supported by Linuxbridge agent 2017-05-20 04:36:07 +00:00
notification_drivers Transition qos notification driver into qos driver 2017-01-25 14:13:36 +01:00
__init__.py QoS service plugin stub 2015-06-29 17:51:10 +03:00
qos_consts.py Transition qos notification driver into qos driver 2017-01-25 14:13:36 +01:00
qos_plugin.py Don't create new QoS policy during update operation 2017-11-27 20:21:29 +00:00