diff options
author | Eric Debeau <eric.debeau@orange.com> | 2018-05-23 08:34:57 +0000 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2018-05-23 08:42:30 +0000 |
commit | 0f671db5d7e103befe6cd4c4874ddd92a0ebebfd (patch) | |
tree | f5f616b6e9cd4358eb5b8ae53b5f74e27b4debe7 /heat/ONAP/onap_openstack.yaml | |
parent | d736b72cefa390aaa89e3cb5f087f273306339bd (diff) |
Clean Heat template
Remove some parameters no more used:
- flavor_xxlarge
- horizon_url
Change-Id: I300b5b6b096fc1c8b6a66b043499178c2613ff97
Issue-ID: INT-505
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Diffstat (limited to 'heat/ONAP/onap_openstack.yaml')
-rw-r--r-- | heat/ONAP/onap_openstack.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index 2316816e..532f91e1 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -72,10 +72,6 @@ parameters: type: string description: Name of the Extra Large Flavor supported by the cloud provider - flavor_xxlarge: - type: string - description: Name of the Extra Extra Large Flavor supported by the cloud provider - vm_base_name: type: string description: Base name of ONAP VMs @@ -133,10 +129,6 @@ parameters: type: string description: OpenStack password or API Key - horizon_url: - type: string - description: URL of OpenStack Horizon - keystone_url: type: string description: URL of OpenStack Keystone |