neutron-lib/releasenotes/notes
Ngo Quoc Cuong 69e2a3cec1 Fix N536 - Use assertIsNone regex
self.assertEqual((None, None), A) is valid since (None, None) is not
None. However assert_equal_none recognizes it as invalid.

Solution: Add '$' (Match the end of the text) with/without comment ( |\t)*#.*)?
to the regular expressions which intent to match None at the end of string.

Change-Id: Ic5e5c16c9225a80b2765a1d3cde9a5b9e83a06fb
2017-07-13 21:27:35 -04:00
..
.placeholder Add release notes target 2016-10-20 11:22:32 -07:00
add-action-status-3dbfe2490a0d231a.yaml Add ACTION_STATUS to dummy of API definition 2017-03-28 12:43:51 +09:00
add-directory-is-loaded-e9da5b65824dddad.yaml Add missing is_loaded() method on directory's interface 2016-11-10 12:11:39 -08:00
add-exception-pkg-5a14389891abf358.yaml add exceptions package 2017-02-13 12:34:04 -07:00
add-extension-supported-be6f7069856d2891.yaml Add is_extension_supported to neutron_lib 2017-02-14 18:13:34 +00:00
add-validator-pkg-a6565a2d4fbfa1d8.yaml Add validators package 2017-05-30 00:00:45 +09:00
add_vif_type_ovs_acceleration-0f983fa70c6d7519.yaml hardware offload support for openvswitch 2017-07-09 10:29:20 +03:00
agent_extensions-2b497ff33c6dc3e8.yaml Migrate neutron agent extensions to neutron-lib 2016-12-16 06:41:25 -07:00
alembic-branches-6d5947d141efd26e.yaml Add alembic branch constants 2016-11-28 13:51:24 -05:00
api-definition-base-d2e9514c5ee2ef5b.yaml Initial seed for neutron-lib release notes 2016-10-21 15:23:56 -07:00
bgpvpn-api-def-22c7072575316ddd.yaml Move BGPVPN API definition into neutron-lib 2017-02-15 15:53:03 -05:00
bgpvpn-api-ref-f0294d9ddec726a0.yaml Move networking-bgpvpn API reference into neutron-lib 2017-02-16 10:24:59 -05:00
bgpvpn-routes-control-51cd95d6ab265cb1.yaml bgpvpn-routes-control extension 2017-06-14 16:19:34 +00:00
boilerplate-ext-descriptor-a5cec8b9b900cbfd.yaml boilerplate extension descriptor for api-def 2017-02-28 06:19:32 -07:00
cidr_for_canonical_format-4e7925d76a27a19d.yaml Add CIDR for canonical format conversion 2017-04-14 22:17:39 +00:00
context-manager-23538670cd9c701f.yaml Stop creating a context manager during db._api module import 2017-02-02 17:40:18 -08:00
context-public-6df198b77027c224.yaml Make neutron context available in neutron-lib 2017-01-11 18:25:20 -08:00
core-attributes-43e6969f1b187e5c.yaml Rehome neutron.api.v2.attributes 2017-04-25 11:27:49 -06:00
data-plane-status-ext-c3452a01ef5007ce.yaml API definition and reference for data plane status extension 2017-03-07 23:15:08 +00:00
deprecate-api-utils-4f86288591c95679.yaml Use api/attributes.py instead of api/utils.py 2016-11-18 11:19:55 -05:00
directory-fixture-083c5c5f365670d6.yaml Add fixture for plugin directory 2017-01-09 15:48:53 -08:00
dns-api-def-bc24a58f56c5fbfb.yaml Rehome dns-integration extension 2017-06-16 13:14:56 +09:00
dns-domain-ports-ext-39a069119e79e59b.yaml Define dns-domain-ports extension 2017-06-27 19:21:01 +00:00
enable-hacking-check-H904-f512ecc98c0a4033.yaml Use new checks in hacking 0.12 2016-12-15 07:03:58 -07:00
expose-and-enhance-callback-api-714cce65a3c44fe7.yaml Follow-up review comments 2017-01-13 01:12:07 +00:00
extension-fixture-b7fd61384f1a4d1d.yaml API extension updates and fixture 2017-03-17 12:10:24 -06:00
extension_descriptor-04025e86249cc94c.yaml Add ExtensionDescriptor to neutron-lib 2016-11-01 21:33:02 +00:00
extra-dhcp-opt-public-vars-ec4e1c2dcac43d69.yaml make extra_dhcp_opt vars public 2017-05-11 22:42:51 +00:00
fip64-0c6bb38417d602f1.yaml Add FIP64 extension from networking-midonet 2017-02-06 09:09:38 +09:00
flush_on_subtransaction-99ef11dfb56b706d.yaml Add flush_on_subtransaction=True to engine config 2017-04-04 10:55:14 +00:00
fwaas-api-def-a6f03db369177b4a.yaml Migrate neutron-fwaas API definitions to neutron-lib 2017-01-12 22:23:51 +00:00
fwaas-exceptions-e580766205b466d4.yaml Move Firewall Exceptions to neutron-lib 2017-07-11 16:36:21 +00:00
fwaas_converters_validators-c310900b4386146e.yaml Add validators/converters needed by neutron-fwaas 2017-01-11 19:12:51 +00:00
hacking-check-n537-280ec39c061d9dd7.yaml Use assertIsNone instead of assertEqual(None, *) 2017-01-15 09:38:59 +00:00
introduce-logging-api-031d00eb84d5d061.yaml Introduce logging api extension 2017-07-03 13:33:11 +07:00
ipv6_address_usage-ef3d65ad5aa5798b.yaml Add converter to convert IPv6 addresses to canonical format 2016-12-06 03:11:33 +00:00
l3-apidef-exceptions-ee57b9df1c7443d4.yaml rehome l3 api-def exceptions 2017-02-13 12:45:20 -07:00
l3-apidefs-d028c708c22ef2a0.yaml Rehome l3 API definitions into neutron-lib 2017-01-13 13:57:15 -07:00
logging-api-ref-fafb884367ca60a2.yaml api-ref: Introduce logging api reference 2017-06-30 13:31:51 +07:00
logging-resource-api-cecf33e3be468eb2.yaml Migrate logging-resource extension from networking-midonet 2017-02-06 09:09:38 +09:00
migrate-public-to-shared-0c67b32f9c37c751.yaml [FWaaS] Migrate Public attribute to Shared 2017-04-13 20:53:51 +00:00
move-get-random-mac-98f47d81cb34483d.yaml Move get_random_mac into neutron-lib 2016-11-13 00:21:34 +00:00
new-hacking-check-no-log-translations-4a430a38aeb06452.yaml Enforce log messages not being translated 2017-04-12 15:57:38 -07:00
new-validator-range-or-none-dc8d557ec1f2622a.yaml bgpvpn_routes_control: API definition fixes 2017-07-11 17:47:14 +02:00
one-hacking-factory-01053e8e3d88c3d5.yaml Use a single hacking check factory 2017-02-27 13:35:23 -07:00
plugin-directory-55861f4098813ba6.yaml Add release note for plugin directory 2016-10-28 07:58:00 +00:00
policy-redux-25c26836219fd02d.yaml Revisit exported policy module 2017-01-12 11:41:53 -08:00
portbindings-apidef-3d7893bcb94d7f61.yaml Rehome portbindings api-def into neutron-lib 2017-01-13 14:00:55 -07:00
provider-net-apidef-9ebe9f56840c79f7.yaml Rehome providernet api-def 2017-01-13 14:02:51 -07:00
public-service-classes-e52d7c79a075b799.yaml Formalize base service classes 2017-03-06 09:02:44 -07:00
rehome-common-constants-8ac9580e52fd3618.yaml rehome consumed neutron.common.constants 2017-06-21 07:17:06 -06:00
rehome-core-api-defs-390735ff3bd5d2ab.yaml rehome core resource api-defs 2017-04-17 13:51:14 -06:00
rehome-dhcpopts-apidef-389ab9d8935e5e0d.yaml rehome extra_dhcp_opt api-def 2017-04-25 08:43:00 -06:00
rehome-ml2-driverapi-363db4b8fa42f8f1.yaml rehome ml2 driver_api 2017-06-19 14:15:17 -06:00
rehome-ml2-mechdriver-cc86d3a2fe4c2822.yaml rehome ml2 MechanismDriver class 2017-03-02 13:01:38 -07:00
rehome-ovo-exceptions-fbddfeea582ef3f1.yaml rehome ovo exceptions 2017-06-19 06:27:24 -06:00
rehome-plugin-constants-ebf350dfd989957a.yaml rehome plugin common constants 2017-03-31 06:18:20 -06:00
rehome-port-dev-util-ea6f4a5c4da42f6c.yaml rehome is_port_trusted util function 2017-04-12 14:58:05 -06:00
rehome-psec-apidef-bd9344ec1e6066b4.yaml rehome port security api-def 2017-03-03 11:12:46 -07:00
rehome-qos-driverbase-f729875b2ad74ce0.yaml rehome qos service DriverBase class 2017-06-13 09:06:33 -06:00
rehome-runtime-utils-acb4451326cbe4d9.yaml rehome utils: synchronized decorator and load_class_by_alias_or_classname 2017-05-22 12:54:17 -06:00
rehome-worker-b7e9c7f477bdb926.yaml rehome NeutronWorker class 2017-03-15 09:47:18 -06:00
remove-hacking-check-n523-014d163a5ae23adb.yaml remove deprecated N523 hacking check 2017-06-28 13:20:48 -06:00
router-interface-fip-1e79b7909f8b264f.yaml Add router-interface-fip extension from networking-midonet 2017-02-06 09:09:38 +09:00
separate-hacking-factories-6fc36b38de95662a.yaml Separate hacking check factories 2016-12-07 14:38:39 -07:00
service-plugin-base-a42c2241a2fe0d26.yaml Rehome ServicePluginBase 2017-01-13 11:58:09 -07:00
trunk-api-08bfdcdd80f7e666.yaml Initial seed for neutron-lib release notes 2016-10-21 15:23:56 -07:00
update-hacking-check-n536-2f63898bea693125.yaml Fix N536 - Use assertIsNone regex 2017-07-13 21:27:35 -04:00
validator_ip_or_subnet_or_none-0175f906a9113954.yaml Add validator to check for IP or subnet or none 2016-12-15 16:31:21 +00:00