diff options
Diffstat (limited to 'deployment/heat/onap-oom/parts/onap-oom-1.yaml')
-rw-r--r-- | deployment/heat/onap-oom/parts/onap-oom-1.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/parts/onap-oom-1.yaml b/deployment/heat/onap-oom/parts/onap-oom-1.yaml index 78e6f103b..000ef6a64 100644 --- a/deployment/heat/onap-oom/parts/onap-oom-1.yaml +++ b/deployment/heat/onap-oom/parts/onap-oom-1.yaml @@ -44,6 +44,10 @@ parameters: type: string default: "docker-manifest.csv" + key_name: + type: string + default: "onap_key" + resources: random-str: type: OS::Heat::RandomString |