diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-09 13:38:28 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-03-12 15:48:30 -0700 |
commit | 57abb1a50bd5d08d9df687210af913f7b5d48a09 (patch) | |
tree | 44fc62ccb894a4ee7fe4aecf97b44caf0adad103 /deployment/heat/onap-oom/onap-oom.yaml | |
parent | 5adbe338af8ab9334525ebd1ded241302fed8a6b (diff) |
Switch to OOM master branch
Change-Id: Id22337bd61425c69be88fd80f86bc501f46d7e78
Issue-ID: INT-439
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/onap-oom.yaml')
-rw-r--r-- | deployment/heat/onap-oom/onap-oom.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/onap-oom.yaml b/deployment/heat/onap-oom/onap-oom.yaml index 760a9575d..0a40ee224 100644 --- a/deployment/heat/onap-oom/onap-oom.yaml +++ b/deployment/heat/onap-oom/onap-oom.yaml @@ -238,6 +238,7 @@ resources: __public_net_id__: { get_param: public_net_id } __public_net_name__: { get_param: public_net_name } __oam_network_id__: { get_resource: oam_network } + __oam_subnet_id__: { get_resource: oam_subnet } __oam_network_cidr__: { get_param: oam_network_cidr } __ubuntu_1404_image__: { get_param: ubuntu_1404_image } __ubuntu_1604_image__: { get_param: ubuntu_1604_image } |