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 --- tuskar-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tuskar-source.yaml') diff --git a/tuskar-source.yaml b/tuskar-source.yaml index 0d4cc5f6..6f84292d 100644 --- a/tuskar-source.yaml +++ b/tuskar-source.yaml @@ -11,7 +11,7 @@ Resources: undercloudTuskarVm: Type: AWS::AutoScaling::LaunchConfiguration Metadata: - OpenStack::Role: notcomputeConfig + OpenStack::Role: undercloudConfig tuskar: db: mysql://tuskar:unset@localhost/tuskar?charset=utf8 user: admin -- cgit 1.2.3-korg