diff options
| author | Todd Willey <todd@rubidine.com> | 2010-07-14 19:28:57 -0400 |
|---|---|---|
| committer | Todd Willey <todd@rubidine.com> | 2010-07-14 19:28:57 -0400 |
| commit | 6bba6d3b7c63054acf7828cba7eb87b0f1d84d1c (patch) | |
| tree | e6a16faa55ece07f10e4fa805eb87bdc5d613135 | |
| parent | cd1510785f94ee7b3b76570ead8b73ccac7f8dd0 (diff) | |
fix a typo.
| -rw-r--r-- | nova/compute/network.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/network.py b/nova/compute/network.py index 7b37cde6d..81618269d 100644 --- a/nova/compute/network.py +++ b/nova/compute/network.py @@ -502,7 +502,7 @@ def get_vlan_for_project(project_id): # NOTE(todd): This doesn't check for vlan id match, because # it seems to be assumed that vlan<=>project is # always a 1:1 mapping. It could be made way - # sexier if it didn't fight agains the way + # sexier if it didn't fight against the way # BasicModel worked and used associate_with # to build connections to projects. vlan.project_id = project_id |
