summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorDevin Carlen <devin.carlen@gmail.com>2010-09-20 15:35:44 -0700
committerDevin Carlen <devin.carlen@gmail.com>2010-09-20 15:35:44 -0700
commit68633fadeb92a5a26d1ab613bed6094ddfa2a014 (patch)
tree1a3ac5f09d523f75d361b44c49b4c425b3fb6f2d /nova
parentd0708205759880e7fb78fbb1df33df939f669413 (diff)
downloadnova-68633fadeb92a5a26d1ab613bed6094ddfa2a014.tar.gz
nova-68633fadeb92a5a26d1ab613bed6094ddfa2a014.tar.xz
nova-68633fadeb92a5a26d1ab613bed6094ddfa2a014.zip
Whitespace fixes
Diffstat (limited to 'nova')
-rwxr-xr-xnova/endpoint/api.py1
-rw-r--r--nova/flags.py1
-rw-r--r--nova/network/linux_net.py1
-rw-r--r--nova/network/manager.py1
-rw-r--r--nova/service.py1
5 files changed, 0 insertions, 5 deletions
diff --git a/nova/endpoint/api.py b/nova/endpoint/api.py
index 6de3698e1..56481b2c0 100755
--- a/nova/endpoint/api.py
+++ b/nova/endpoint/api.py
@@ -340,4 +340,3 @@ class APIServerApplication(tornado.web.Application):
(r'/1.0/([-A-Za-z0-9/]*)', MetadataRequestHandler),
], pool=multiprocessing.Pool(4))
self.controllers = controllers
-
diff --git a/nova/flags.py b/nova/flags.py
index 55b452fc3..ce30d5033 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -222,4 +222,3 @@ DEFINE_string('host', socket.gethostname(),
# UNUSED
DEFINE_string('node_availability_zone', 'nova',
'availability zone of this node')
-
diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py
index 75acf2afc..65dcf51ee 100644
--- a/nova/network/linux_net.py
+++ b/nova/network/linux_net.py
@@ -273,4 +273,3 @@ def _dnsmasq_pid_for(vlan):
if os.path.exists(pid_file):
with open(pid_file, 'r') as f:
return int(f.read())
-
diff --git a/nova/network/manager.py b/nova/network/manager.py
index 25a9ba474..c7bcfa175 100644
--- a/nova/network/manager.py
+++ b/nova/network/manager.py
@@ -370,4 +370,3 @@ class VlanManager(NetworkManager):
parent_reserved = super(VlanManager, self)._top_reserved_ips
return parent_reserved + FLAGS.cnt_vpn_clients
-
diff --git a/nova/service.py b/nova/service.py
index 8f1db1b8e..870dd6ceb 100644
--- a/nova/service.py
+++ b/nova/service.py
@@ -158,4 +158,3 @@ class Service(object, service.Service):
self.model_disconnected = True
logging.exception("model server went away")
yield
-