commit | 39a6ee1d8451c678011dadf59a13433b68ab8ca8 | [log] [tgz] |
---|---|---|
author | Hirofumi Ichihara <ichihara.hirofumi@lab.ntt.co.jp> | Wed Aug 23 13:55:12 2017 +0900 |
committer | Hirofumi Ichihara <ichihara.hirofumi@lab.ntt.co.jp> | Wed Aug 23 13:03:18 2017 +0000 |
tree | 5b7c16fc431f9cdc454968dbbdc33694543d5adb | |
parent | 2327ea939e1c30e85dfe85e30b014d8840d7b35f [diff] |
Fix default qos policy when creating network In _create_network_policy(), policy object is passed into _get_policy_obj() although it expects to be passed policy id. This patch passes policy id instead of policy object and adds a unit test and API tests. Change-Id: Ic4c755c54d93d7ca3312b432b7c1e6770f25c359 Closes-bug: #1712278