aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-instance.yaml
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2013-09-13 19:04:49 +1200
committerRobert Collins <rbtcollins@hp.com>2013-09-14 16:23:42 +1200
commit3ad09e4e41ee40a4aa4436542f85953f0ab6b2c4 (patch)
treeaf7f2fd5e969ca9278f155b174d6b352da536fdf /nova-compute-instance.yaml
parenteadb34841f7b56b8c778800aabd8c41ff665153a (diff)
Get rid of global service-password.
No longer needed, less globals == win. Change-Id: I2872e5a8775a09b2e857ef082f3b86109785a126
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r--nova-compute-instance.yaml11
1 files changed, 5 insertions, 6 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml
index b461d971..a3210447 100644
--- a/nova-compute-instance.yaml
+++ b/nova-compute-instance.yaml
@@ -1,6 +1,10 @@
HeatTemplateFormatVersion: '2012-12-12'
Description: 'Nova Compute'
Parameters:
+ AdminPassword:
+ Default: unset
+ Description: The password for the keystone admin account, used for monitoring, querying neutron etc.
+ Type: String
KeyName:
Description: Name of an existing EC2 KeyPair to enable SSH access to the instances
Type: String
@@ -14,9 +18,6 @@ Parameters:
Default: overcloud-compute
KeystoneHost:
Type: String
- ServicePassword:
- Description: admin_password for setting up auth in nova.
- Type: String
NeutronHost:
Type: String
RabbitHost:
@@ -120,9 +121,7 @@ Resources:
network_vlan_ranges: {Ref: NeutronNetworkVLANRanges}
bridge_mappings: {Ref: NeutronBridgeMappings}
enable_tunneling: {Ref: NeutronEnableTunnelling}
-
- service-password: {Ref: ServicePassword}
- admin-password: {Ref: ServicePassword}
+ admin-password: {Ref: AdminPassword}
rabbit:
host: {Ref: RabbitHost}
password: {Ref: RabbitPassword}