neutron/neutron/services/vpn
Paul Michali 7370b3df04 VPNaaS: Cisco fix validation for GW IP
The validation to check that the router has a GW IP
for the Cisco service driver was trying to directly
get the gw_port information, which is not available, as
the validator only has a dict of the vpn_service info.

Modified validator to get the router object (not a
dict representation), using the vpn_service's router_id
and then check the attributes for the router directly.

Change-Id: I48286cda23d9737ddd90251dc0d1db1c310e7784
Closes-Bug: 1356127
2014-08-13 08:55:55 -04:00
..
common Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
device_drivers Merge "Move Cisco VPN RESTapi URI strings to constants" 2014-08-05 17:59:46 +00:00
service_drivers VPNaaS: Cisco fix validation for GW IP 2014-08-13 08:55:55 -04:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
agent.py Fix spelling mistakes 2014-08-01 16:10:23 +00:00
plugin.py VPNaaS: separate out validation logic for ref impl 2014-07-16 15:05:01 -04:00