diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-09-24 20:31:50 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-09-24 20:31:50 +0000 |
| commit | 5971d89bdad7a166d2a84633cdcffb4ddf80e23f (patch) | |
| tree | 99cf0281a7196d86d857e747103f51f8b67bf1df /nova | |
| parent | 301cb6869d315e69f3e9d799abc05e5d4af6da6c (diff) | |
| parent | 2de362934adc0ec8fd5cd8fb60d2bdea6c161611 (diff) | |
| download | nova-5971d89bdad7a166d2a84633cdcffb4ddf80e23f.tar.gz nova-5971d89bdad7a166d2a84633cdcffb4ddf80e23f.tar.xz nova-5971d89bdad7a166d2a84633cdcffb4ddf80e23f.zip | |
Merge "Spelling: ownz=>owns"
Diffstat (limited to 'nova')
| -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 02bd4097d..2485fc90e 100644 --- a/nova/network/manager.py +++ b/nova/network/manager.py @@ -453,7 +453,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 @@ -502,7 +502,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 @@ -582,7 +582,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 |
