Update neutron.py

This commit is contained in:
Lv Jiawei 2015-12-17 12:33:07 +08:00
parent 656303a3d9
commit 372de0c342

View File

@ -827,7 +827,7 @@ class SaltNeutron(NeutronShell):
body['shared'] = shared
if enabled:
body['enabled'] = enabled
return self.network_conn.update_firewall_rule(firewall_rule,body={'firewall_rule':body})
return self.network_conn.update_firewall_rule(firewall_rule, body={'firewall_rule':body})
def list_firewalls(self):
'''