From 3355f5edefdebb245eda42708d2ad9a761d77025 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Wed, 25 Jun 2014 13:19:38 +0200 Subject: Remove ImageBuilder::Elements from templates We're not using this metadata for anything. Change-Id: I9d27c76dfa7223cbd16b9afe967696644137b8d6 --- block-storage-nfs.yaml | 1 - controller.yaml | 8 -------- 2 files changed, 9 deletions(-) diff --git a/block-storage-nfs.yaml b/block-storage-nfs.yaml index c1653837..93ac4f65 100644 --- a/block-storage-nfs.yaml +++ b/block-storage-nfs.yaml @@ -49,7 +49,6 @@ Resources: secret_access_key: Fn::GetAtt: [ BlockStorageKey, SecretAccessKey ] stack_name: {Ref: 'AWS::StackName'} - OpenStack::ImageBuilder::Elements: [ cinder ] keystone: host: {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [controller0, networks]} ]} ] } cinder: diff --git a/controller.yaml b/controller.yaml index 758778d8..f7a8633e 100644 --- a/controller.yaml +++ b/controller.yaml @@ -107,14 +107,6 @@ Resources: Type: AWS::IAM::User controller0: Metadata: - OpenStack::ImageBuilder::Elements: - - nova-api - - keystone - - heat-api - - heat-engine - - glance - - mysql-migration - - rabbitmq-server admin-password: Ref: ServicePassword admin-token: -- cgit 1.2.3-korg