summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorAaron Rosen <arosen@nicira.com>2013-03-01 10:23:01 -0800
committerAaron Rosen <arosen@nicira.com>2013-03-01 10:23:01 -0800
commit35b2b2c5c456c3138e0e31085c71d852320b9ce4 (patch)
tree972a8c1b2001c74de68d29a01f93ab811dc2853d /nova/utils.py
parent11764e5250dc2ea4a92cf7402271e7d4e407113f (diff)
downloadnova-35b2b2c5c456c3138e0e31085c71d852320b9ce4.tar.gz
nova-35b2b2c5c456c3138e0e31085c71d852320b9ce4.tar.xz
nova-35b2b2c5c456c3138e0e31085c71d852320b9ce4.zip
Remove pylint errors for undefined GroupException members
Pylint complains about 'SecurityGroupBase' has no 'raise_group_already_exists' member as these methods are called from SecurityGroupBase but do not exist in this class. This is fine as this class is not invoked directly. This patch adds these prototypes which raise NotImplementedError and changes the inheritance order as to not raise NotImplementedError. Fixes bug 1138269 Change-Id: I2d7b723a482dc8ca845e52e2a8f44c6fd31fa5db
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions