vmware-nsx/neutron
Ann Kamyshnikova f6830d36f3 Fix incorrect change of Enum type
In migration 1341ed32cc1e_nvp_netbinding_update Enum type had been
changed incorrectly from ('flat', 'vlan', 'stt', 'gre')
to ('flat', 'vlan', 'stt', 'gre', 'l3_ext') for PostgeSQL.

The same problem is taken place for vlan_type in migrations
38fc1f6789f8_cisco_n1kv_overlay from ('vlan', 'vxlan', 'trunk',
'multi-segment') to ('vlan', 'overlay', 'trunk', 'multi-segment')
and in 46a0efbd8f0_cisco_n1kv_multisegm from ('vlan', 'vxlan') to
('vlan', 'vxlan', 'trunk', 'multi-segment').

In this change request was added separate method for changing Enum
type for PostgreSQL.

Closes-bug: #1301396

Change-Id: I27197fb7405630a55178be8516a4b62bd135e05c
2014-04-21 13:05:32 +04:00
..
agent Add 'ip neigh' to ip_lib 2014-04-17 21:40:57 -04:00
api Merge "Revert "Hide ipv6 subnet API attributes"" 2014-04-09 13:12:57 +00:00
cmd remove binaries under bin 2013-08-16 10:10:30 +08:00
common netaddr<=0.7.10 raises ValueError instead of AddrFormatError 2014-04-18 21:07:08 +05:30
db Fix incorrect change of Enum type 2014-04-21 13:05:32 +04:00
debug Merge "Remove last parts of Quantum compatibility shim" 2014-04-03 01:04:53 +00:00
extensions netaddr<=0.7.10 raises ValueError instead of AddrFormatError 2014-04-18 04:07:07 +00:00
locale Imported Translations from Transifex 2014-04-18 06:35:25 +00:00
notifiers Notifier: Catch NotFound error from nova 2014-04-17 13:51:09 -07:00
openstack Update ensure()/reconnect() to catch MessagingError 2014-04-10 21:03:50 +10:00
plugins netaddr<=0.7.10 raises ValueError instead of AddrFormatError 2014-04-18 21:07:08 +05:30
scheduler Reschedule router if new external gateway is on other network 2014-04-10 15:24:14 +04:00
server Adds multiple RPC worker processes to neutron server 2014-03-04 00:50:20 +00:00
services Support enhancements to Cisco CSR VPN REST APIs 2014-04-16 12:08:07 +00:00
tests Merge "ML2 Cisco Nexus MD: Remove unnecessary Cisco nexus DB" 2014-04-18 15:33:24 +00:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
auth.py Return request-id in API response 2014-02-10 04:58:38 +09:00
context.py Stop logging unnecessary warning on context create 2013-11-28 09:17:18 +00:00
hooks.py Remove pyudev dependency 2014-02-25 14:28:35 +00:00
manager.py Merge "Remove last parts of Quantum compatibility shim" 2014-04-03 01:04:53 +00:00
neutron_plugin_base_v2.py Add support for multiple RPC workers under Metaplugin 2014-04-15 13:29:27 +09:00
policy.py Call policy.init() once per API request 2014-04-04 07:54:23 -07:00
quota.py Remove last parts of Quantum compatibility shim 2014-03-31 23:31:23 -07:00
service.py Add support for multiple RPC workers under Metaplugin 2014-04-15 13:29:27 +09:00
version.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
wsgi.py Allow combined certificate/key files for SSL 2014-04-13 09:22:23 +00:00