summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorJay Pipes <jpipes@serialcoder>2010-07-16 12:41:13 -0500
committerJay Pipes <jpipes@serialcoder>2010-07-16 12:41:13 -0500
commita5668a0e8ebc96d01ec7a26229079ccda6032e75 (patch)
treef57dc333c8470b04f0705cb4cee2d832fc9131b2 /nova
parent680446f0acd8aa7820974d32b5b4093a6d4e7a10 (diff)
downloadnova-a5668a0e8ebc96d01ec7a26229079ccda6032e75.tar.gz
nova-a5668a0e8ebc96d01ec7a26229079ccda6032e75.tar.xz
nova-a5668a0e8ebc96d01ec7a26229079ccda6032e75.zip
Quick fix to variable names for consistency in documentation...
Diffstat (limited to 'nova')
-rw-r--r--nova/tests/network_unittest.py4
1 files changed, 2 insertions, 2 deletions
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 +