aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova-compute-instance.yaml11
-rw-r--r--overcloud-source.yaml2
-rw-r--r--undercloud-vm.yaml1
3 files changed, 5 insertions, 9 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}
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index 2505ba21..ff209483 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -98,7 +98,6 @@ Resources:
NeutronNetworkVLANRanges: ""
NeutronBridgeMappings: ""
RabbitPassword: "guest"
- ServicePassword: "unset"
NovaCompute0:
Type: FileInclude
Path: nova-compute-instance.yaml
@@ -225,7 +224,6 @@ Resources:
- notcompute
- PrivateIp
password: guest
- service-password: unset
notcompute:
Type: OS::Nova::Server
Properties:
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml
index 7941b0da..428372ef 100644
--- a/undercloud-vm.yaml
+++ b/undercloud-vm.yaml
@@ -159,7 +159,6 @@ Resources:
swift:
store_user: unset
store_key: unset
- service-password: unset
notcompute:
Type: OS::Nova::Server
Properties: