mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Update neutron.py
This commit is contained in:
parent
656303a3d9
commit
372de0c342
@ -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):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user