diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-01-19 15:16:12 -0500 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-01-19 15:16:12 -0500 |
| commit | 46c1c554e7d98959a2b20597d6b0f2b0f648cdc9 (patch) | |
| tree | 368f8a98531dac54672924de526a05eda325f1d0 /nova/api | |
| parent | 19aae256676e45a8147f25553398ca980b3e1bd4 (diff) | |
Whitespace (pep8) cleanups.
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/ec2/admin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/ec2/admin.py b/nova/api/ec2/admin.py index 1ae5f7094..3a8ed39eb 100644 --- a/nova/api/ec2/admin.py +++ b/nova/api/ec2/admin.py @@ -226,7 +226,6 @@ class AdminController(object): return dupe return False - def block_external_addresses(self, context, cidr): """Add provider-level firewall rules to block incoming traffic.""" LOG.audit(_("Blocking traffic to all projects incoming from %s"), |
