aboutsummaryrefslogtreecommitdiffstats
path: root/ironic-source.yaml
diff options
context:
space:
mode:
authorChris Krelle <nobodycam@gmail.com>2013-11-20 15:33:52 -0800
committerChris Krelle <nobodycam@gmail.com>2013-11-20 15:33:52 -0800
commit5e23ab27f0d2530aa2fde0ece84c5eb4ec81b11c (patch)
tree19a49f4b3d28e9aa7d2f97c033c4baee31d55ae2 /ironic-source.yaml
parent378783f876e10b88becdcd1eb0d0d24fd45e7a80 (diff)
enable Ironic password for keystone auth
The current version of the ironic-source.yaml uses AdminPassword, it should use the ironic users password and not the admin user password. The patch corrects an authentication error by adding IronicPassword to ironic-source.yaml file. Change-Id: Idbe4950bb3026e2201ddfddc4b58c2bf98972be9
Diffstat (limited to 'ironic-source.yaml')
-rw-r--r--ironic-source.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/ironic-source.yaml b/ironic-source.yaml
index bd23e615..ec26c7ae 100644
--- a/ironic-source.yaml
+++ b/ironic-source.yaml
@@ -1,4 +1,9 @@
Description: 'Ironic: Bare Metal provisioning, API and Conductor services.'
+Parameters:
+ IronicPassword:
+ Type: String
+ Description: Ironic password for keystone access
+ NoEcho: true
Resources:
ironic:
Type: AWS::AutoScaling::LaunchConfiguration
@@ -6,5 +11,4 @@ Resources:
OpenStack::Role: notcomputeConfig
ironic:
db: mysql://ironic:unset@localhost/ironic
- service-password: {Ref: AdminPassword}
-
+ service-password: {Ref: IronicPassword}