From 576cd97d0c1eebf0beb9605635fc4e2f56d35afa Mon Sep 17 00:00:00 2001 From: Ekaterina Chernova Date: Thu, 15 Oct 2015 13:35:33 +0300 Subject: [PATCH] Remove 'images.lst' files Some images are updated and may not supported in the future. Murano admins should build images by there own from fresh elements, provided in the application folder Change-Id: I683bcac64e46e4c93a1b958e5b79452874c44288 (cherry picked from commit bd51f268525a55c7800a32a3e3d3fd5e9ffc4fb0) --- DockerStandaloneHost/package/images.lst | 22 ------------------- .../KubernetesCluster/package/images.lst | 9 -------- 2 files changed, 31 deletions(-) delete mode 100644 DockerStandaloneHost/package/images.lst delete mode 100644 Kubernetes/KubernetesCluster/package/images.lst diff --git a/DockerStandaloneHost/package/images.lst b/DockerStandaloneHost/package/images.lst deleted file mode 100644 index 14dc1da..0000000 --- a/DockerStandaloneHost/package/images.lst +++ /dev/null @@ -1,22 +0,0 @@ -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -Images: -- Name: 'ubuntu14.04-x64-docker' - Hash: 'f1688ab306415289280d3946984e1583' - Meta: - title: 'ubuntu14.04-x64-docker' - type: 'linux' - DiskFormat: 'qcow2' - ContainerFormat: 'bare' - Url: 'http://murano-files.mirantis.com/ubuntu14.04-x64-docker.qcow2' - diff --git a/Kubernetes/KubernetesCluster/package/images.lst b/Kubernetes/KubernetesCluster/package/images.lst deleted file mode 100644 index b3f093f..0000000 --- a/Kubernetes/KubernetesCluster/package/images.lst +++ /dev/null @@ -1,9 +0,0 @@ -Images: -- Name: 'ubuntu14.04-x64-kubernetes' - Hash: '99d8b54136369f93eabec911a3bbea11' - Meta: - title: 'ubuntu14.04-x64-kubernetes' - type: 'linux' - DiskFormat: 'qcow2' - ContainerFormat: 'bare' - Url: 'http://murano-files.mirantis.com/ubuntu14.04-x64-kubernetes.qcow2'