diff options
author | Zuul <zuul@review.opendev.org> | 2019-12-23 16:08:29 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2019-12-23 16:08:29 +0000 |
commit | a0fc9a3e1136a04d9286a9f5e5e4144693e169c6 (patch) | |
tree | 002dcc526c38a4451c37afcdfdf218d4757d4d67 /nova/network | |
parent | 55909254e8d339848115592a68e9d7524480dc59 (diff) | |
parent | bf0d099f4b1891151ee1ae116642b4350903ea7f (diff) | |
download | nova-a0fc9a3e1136a04d9286a9f5e5e4144693e169c6.tar.gz |
Merge "nova-net: Remove nova-network security group driver"
Diffstat (limited to 'nova/network')
-rw-r--r-- | nova/network/security_group/security_group_base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/network/security_group/security_group_base.py b/nova/network/security_group/security_group_base.py index 100888b0d3..5a0228bca0 100644 --- a/nova/network/security_group/security_group_base.py +++ b/nova/network/security_group/security_group_base.py @@ -26,6 +26,7 @@ from nova.i18n import _ from nova.objects import security_group as security_group_obj +# TODO(stephenfin): Merge this into the only implementation that exists now class SecurityGroupBase(object): def parse_cidr(self, cidr): |