]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Restore _validate_subnet/uuid_list not to break subproject gates
authorAkihiro Motoki <motoki@da.jp.nec.com>
Tue, 22 Dec 2015 10:14:37 +0000 (19:14 +0900)
committerAkihiro Motoki <motoki@da.jp.nec.com>
Tue, 22 Dec 2015 10:22:30 +0000 (19:22 +0900)
commitb147f60f9aec971fdee568c530183ced7255d619
treeff2aedd3809e19ac2bc17cc724fe554c536f0b4e
parentfb8200978f9f87af3fff2aad100e59592e82f5b9
Restore _validate_subnet/uuid_list not to break subproject gates

https://review.openstack.org/#/c/258867/ removed
_validate_subnet_list and _validate_uuid_list.
_validate_subnet_list is being used in VPNaaS and VPNaaS gate
is now broken. We need to remove validators more carefully
because subprojects may use them.
This commit restores them once.

Change-Id: I9c40b9d67a8364f698cc9bf604e4e1f4caea413e
Closes-Bug: #1528435
neutron/api/v2/attributes.py