Fix YAML files linter errors for superfluous spaces/new lines
[integration.git] / deployment / heat / onap-rke / parts / onap-oom-3.yaml
1 outputs:
2   docker_proxy:
3     value: { get_param: docker_proxy }
4
5   nfs_vm_ip:
6     description: The IP address of the nfs instance
7     value: { get_attr: [nfs_floating_ip, floating_ip_address] }
8
9   nfs_vm_private_ip:
10     description: The private IP address of the nfs instance
11     value: { get_attr: [nfs_floating_ip, fixed_ip_address] }