From dbda731e48f6bb29cd40cfa774a751c2566b6297 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 25 Nov 2013 21:21:05 -0500 Subject: Name the undercloud resources with 'undercloud'. Using notcompute for the undercloud resources is a bit confusing so lets rename them accordingly. This change shouldn't effect the devtest scripts or toci because we don't pass a parameter in for the undercloud. Change-Id: I33c28a3554fe117c5a0a6e641ea277f7a95f2b35 --- ironic-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ironic-source.yaml') diff --git a/ironic-source.yaml b/ironic-source.yaml index ec26c7ae..6782225e 100644 --- a/ironic-source.yaml +++ b/ironic-source.yaml @@ -8,7 +8,7 @@ Resources: ironic: Type: AWS::AutoScaling::LaunchConfiguration Metadata: - OpenStack::Role: notcomputeConfig + OpenStack::Role: undercloudConfig ironic: db: mysql://ironic:unset@localhost/ironic service-password: {Ref: IronicPassword} -- cgit 1.2.3-korg