This check catches attempts to call variables that pylint believes are not functions. A trivial example would be: # Trivial example caught by this check: foo = dict() print foo('bar') # <- oops, meant foo['bar'] This change enables the "not-callable" pylint check, after disabling a few cases where the alert triggers but the usage was intended (defining decorators). Change-Id: I09ad929902509018fe7183a15b784601c36b6196 Related-Bug: #1356224
Welcome!
You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!
External Resources:
The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. Code is available on git.openstack.org at <http://git.openstack.org/cgit/openstack/neutron>.
The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:
- Neutron Administrator Guide
-
http://docs.openstack.org/admin-guide-cloud/content/ch_networking.html
- Neutron API Reference:
-
http://docs.openstack.org/api/openstack-network/2.0/content/
- Current Neutron developer documentation is available at:
For help on usage and hacking of Neutron, please send mail to <mailto:openstack-dev@lists.openstack.org>.
For information on how to contribute to Neutron, please see the contents of the CONTRIBUTING.rst file.