diff options
author | Hector Anapan-Lavalle <ha076r@att.com> | 2017-08-04 14:35:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-04 14:35:26 +0000 |
commit | 98e9a903f874816de88c99beef5871910e1a83f0 (patch) | |
tree | 0388b977a82f6d32768eff70d3ec4b3ef3edc9c9 /heat/ONAP/onap_rackspace.yaml | |
parent | 8b91579e896891863aca6bb0ab4e38adcbce2b3f (diff) | |
parent | 97565f21515574944cd08e43437eff1c69754cab (diff) |
Merge "Change OAM CIDR to /16"
Diffstat (limited to 'heat/ONAP/onap_rackspace.yaml')
-rw-r--r-- | heat/ONAP/onap_rackspace.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/ONAP/onap_rackspace.yaml b/heat/ONAP/onap_rackspace.yaml index 6f035353..36089a80 100644 --- a/heat/ONAP/onap_rackspace.yaml +++ b/heat/ONAP/onap_rackspace.yaml @@ -199,7 +199,7 @@ resources: params: rand: { get_resource: random-str } network_id: { get_resource: oam_ecomp } - cidr: 10.0.0.0/8 + cidr: 10.0.0.0/16 # DNS Server instantiation |