]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Increase size of peer_address attribute in VPNaaS
authorPaul Michali <pcm@cisco.com>
Mon, 16 Sep 2013 14:08:56 +0000 (10:08 -0400)
committerPaul Michali <pcm@cisco.com>
Tue, 17 Sep 2013 14:17:27 +0000 (10:17 -0400)
commit7c879724a50ab848fabaf7a175447ce3f3672d76
tree36add3d90d36fca64ea2ad994442ca32000e7497
parentb314ad771d6df780c3cc3700de6a9c324064c693
Increase size of peer_address attribute in VPNaaS

Increased the size so that peer_address could be FQDN. API
document changed constraint from IPAddress to string, however
in the plugin/service code, it is already a string and there is
no specific restriction on the value. Database migration will
be performed, due to the size change.

bug 1225128

Change-Id: Idc0d545491074fc0a1a3bd0256fdbba0a3a0718c
neutron/db/migration/alembic_migrations/versions/338d7508968c_vpnaas_peer_address_.py [new file with mode: 0644]
neutron/db/vpn/vpn_db.py