Dont dump pyyaml syntax

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
This commit is contained in:
Adam Stokes 2015-10-08 20:13:37 -04:00
parent 33b9b62a9c
commit 7ecda311cd
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class NetworkModel(ModelPolicy):
'type': 'route',
'gateway': self.default_gateway
}
return [RouteAction(**action)]
return [RouteAction(**action).get()]
return []
def get_bridges(self):