diff options
author | stark, steven <steven.stark@att.com> | 2019-01-31 08:01:21 -0800 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2019-01-31 08:01:21 -0800 |
commit | a56a8b70689c4a74d56d7c534f32c83886c71317 (patch) | |
tree | a701f4830938a39274320fdb16e372b7a9b67314 /heat/vFW/base_vfw.yaml | |
parent | fa6250ac6ecdeba85c5925a9bc7410c3d419632b (diff) |
[VVP] removing violation comment
Change-Id: I01dc0b839c9918af44f9f10aa864b07da09ea3d2
Issue-ID: VVP-154
Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'heat/vFW/base_vfw.yaml')
-rw-r--r-- | heat/vFW/base_vfw.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/heat/vFW/base_vfw.yaml b/heat/vFW/base_vfw.yaml index d1b74de5..85684199 100644 --- a/heat/vFW/base_vfw.yaml +++ b/heat/vFW/base_vfw.yaml @@ -276,7 +276,6 @@ resources: vfw_0_int_protected_private_port_0: type: OS::Neutron::Port properties: - # this is a violation allowed_address_pairs: [{ "ip_address": { get_param: vfw_int_protected_private_floating_ip }}] network: { get_resource: int_protected_private_network } fixed_ips: [{"subnet": { get_resource: int_protected_private_subnet }, "ip_address": { get_param: vfw_int_protected_private_ip_0 }}] |