neutron/neutron/objects
Sławek Kapłoński 65e3639b05 Fix update of shared QoS policy
When user updates QoS policy which is globaly shared, it will be still
marked as globally shared even if this flag was not set explicitly
in update request.
For example, updating description of QoS policy will not change shared
flag to default value which is "False".

Co-Authored-By: Haim Daniel <hdaniel@redhat.com>

Conflicts:
	neutron/objects/rbac_db.py
	neutron/tests/api/test_qos.py

Change-Id: I2c59e71eae0bf2e73475bba321afc4aaa514b317
Closes-Bug: #1585373
(cherry picked from commit 3c27beb8c0)
2016-07-25 23:00:22 +02:00
..
db Objects DB api: added composite key to handle multiple primary key 2016-03-01 17:05:11 +00:00
qos Objects DB api: added composite key to handle multiple primary key 2016-03-01 17:05:11 +00:00
__init__.py First QoS versioned objects, ever 2015-07-02 09:21:45 +03:00
base.py Prevent all primary keys in Neutron OVOs from being updated 2016-03-16 12:09:06 +01:00
common_types.py OVO common enum class for IPv6 modes. 2016-02-09 10:31:10 +01:00
rbac_db.py Fix update of shared QoS policy 2016-07-25 23:00:22 +02:00