Fix indentation issues within YAMLs
[demo.git] / heat / vLB_HPA / dnsscaling.yaml
index 32c711b..5b3b0fb 100644 (file)
@@ -153,7 +153,7 @@ resources:
       network: { get_param: vlb_private_net_id }
       fixed_ips: [{"subnet": { get_param: vlb_private_net_id }, "ip_address": { get_param: vdns_private_ip_0 }}]
       security_groups:
-       - { get_param: sec_group }
+        - { get_param: sec_group }
 
   vdns_2_private_1_port:
     type: OS::Neutron::Port
@@ -161,7 +161,7 @@ resources:
       network: { get_param: onap_private_net_id }
       fixed_ips: [{"subnet": { get_param: onap_private_subnet_id }, "ip_address": { get_param: vdns_private_ip_1 }}]
       security_groups:
-       - { get_param: sec_group }
+        - { get_param: sec_group }
 
   vdns_2:
     type: OS::Nova::Server