summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--neutron_sec_group2
1 files changed, 1 insertions, 1 deletions
diff --git a/neutron_sec_group b/neutron_sec_group
index ccbdc37..9b95246 100644
--- a/neutron_sec_group
+++ b/neutron_sec_group
@@ -198,7 +198,7 @@ def _create_sg(module, network_client, identity_client):
sg = network_client.create_security_group(data)
sg = sg["security_group"]
- sg = _create_sg_rules(network_client, sg, rules)
+ changed, sg = _update_sg(module, network_client, sg)
return sg