diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2012-09-24 12:06:35 -0700 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2012-09-24 12:06:35 -0700 |
| commit | 2de362934adc0ec8fd5cd8fb60d2bdea6c161611 (patch) | |
| tree | 3adcadb0a0ed90b3a4221708774bd154db6671d8 | |
| parent | 848af020a1f91b4638c07206667e48570fe7d2d6 (diff) | |
| download | nova-2de362934adc0ec8fd5cd8fb60d2bdea6c161611.tar.gz nova-2de362934adc0ec8fd5cd8fb60d2bdea6c161611.tar.xz nova-2de362934adc0ec8fd5cd8fb60d2bdea6c161611.zip | |
Spelling: ownz=>owns
Change-Id: I856a547962ee34aa17c0595afdbc9fc01256edb0
| -rw-r--r-- | nova/network/manager.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nova/network/manager.py b/nova/network/manager.py index ff1b92ee8..f5b23ab24 100644 --- a/nova/network/manager.py +++ b/nova/network/manager.py @@ -449,7 +449,7 @@ class FloatingIP(object): return use_quota = not floating_ip.get('auto_assigned') - # make sure project ownz this floating ip (allocated) + # make sure project owns this floating ip (allocated) self._floating_ip_owned_by_project(context, floating_ip) # make sure floating ip is not associated @@ -498,7 +498,7 @@ class FloatingIP(object): if not affect_auto_assigned and floating_ip.get('auto_assigned'): return - # make sure project ownz this floating ip (allocated) + # make sure project owns this floating ip (allocated) self._floating_ip_owned_by_project(context, floating_ip) # disassociate any already associated @@ -578,7 +578,7 @@ class FloatingIP(object): if not affect_auto_assigned and floating_ip.get('auto_assigned'): return - # make sure project ownz this floating ip (allocated) + # make sure project owns this floating ip (allocated) self._floating_ip_owned_by_project(context, floating_ip) # make sure floating ip is associated |
