Allow using multiple remote IP prefixes for security groups
[integration.git] / deployment / noheat / infra-openstack / ansible / group_vars / all.yml.sm-onap
index c6ded56..e3ae6b3 100644 (file)
@@ -8,7 +8,8 @@ keypair:
 
 securitygroup:
   name: &securitygroup_name "onap_ci_lab"
-  remote_ip_prefix: "0.0.0.0/0"
+  remote_ip_prefix:
+    - "0.0.0.0/0"
 
 image:
   name: &image_name "Ubuntu_18.04"