summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/network/manager.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/nova/network/manager.py b/nova/network/manager.py
index 87c3d8e46..25a9ba474 100644
--- a/nova/network/manager.py
+++ b/nova/network/manager.py
@@ -219,10 +219,11 @@ class FlatManager(NetworkManager):
class VlanManager(NetworkManager):
"""Vlan network with dhcp"""
- def init_host(self):
- """Do any initialization that needs to be run if this is a standalone service.
- """
- driver.init_host()
+ def init_host(self):
+ """Do any initialization that needs to be run if this is a
+ standalone service.
+ """
+ driver.init_host()
def allocate_fixed_ip(self, context, instance_id, *args, **kwargs):
"""Gets a fixed ip from the pool"""