From a5668a0e8ebc96d01ec7a26229079ccda6032e75 Mon Sep 17 00:00:00 2001 From: Jay Pipes Date: Fri, 16 Jul 2010 12:41:13 -0500 Subject: Quick fix to variable names for consistency in documentation... --- nova/tests/network_unittest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nova') diff --git a/nova/tests/network_unittest.py b/nova/tests/network_unittest.py index 441a78097..3cfba2cf9 100644 --- a/nova/tests/network_unittest.py +++ b/nova/tests/network_unittest.py @@ -159,8 +159,8 @@ class NetworkTestCase(test.TrialTestCase): There are FLAGS.cnt_vpn_clients addresses reserved for VPN (NUM_RESERVED_VPN_IPS) - And there are NUM_CONST_IPS that are always reserved by Nova for the necessary - services (API, CloudPipe, etc) + And there are NUM_STATIC_IPS that are always reserved by Nova for the necessary + services (gateway, CloudPipe, etc) So we should get 32 - (NUM_STATIC_IPS + NUM_PREALLOCATED_IPS + -- cgit