summaryrefslogtreecommitdiffstats
path: root/nova/auth
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@yahoo.com>2010-08-30 20:42:31 -0700
committerVishvananda Ishaya <vishvananda@yahoo.com>2010-08-30 20:42:31 -0700
commit4374bef0536846afe9be1156b340b34e6d4c8d2d (patch)
tree8adc26124576c7124bee38c30a1f7ab90b6ee2dd /nova/auth
parent73c7bbce87e72b5223f11c194ff41d2da1df5c86 (diff)
more cleanup and pylint fixes
Diffstat (limited to 'nova/auth')
-rw-r--r--nova/auth/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/auth/manager.py b/nova/auth/manager.py
index 62ec3f4e4..d5fbec7c5 100644
--- a/nova/auth/manager.py
+++ b/nova/auth/manager.py
@@ -574,7 +574,7 @@ class AuthManager(object):
if not network_ref['vpn_public_port']:
raise exception.NotFound('project network data has not been set')
- return (network_ref['vpn_public_ip_str'],
+ return (network_ref['vpn_public_address'],
network_ref['vpn_public_port'])
def delete_project(self, project, context=None):