Grab the heat admin password from file
This commit is contained in:
parent
dfc62310d6
commit
5c13e4d5f6
@ -1,6 +1,6 @@
|
||||
resource "openstack_identity_project_v3" "heat_domain" {
|
||||
name = "heat"
|
||||
description = "(tf managed) Domain for heat"
|
||||
description = "Stack projects and users"
|
||||
enabled = true
|
||||
is_domain = true
|
||||
}
|
||||
@ -9,7 +9,7 @@ resource "openstack_identity_user_v3" "heat_domain_admin" {
|
||||
domain_id = openstack_identity_project_v3.heat_domain.id
|
||||
name = "heat_domain_admin"
|
||||
|
||||
password = "Ht8NdKTGdpJjRsS4V33tsVW4mSztgZMs" # leader-get heat-domain-admin-passwd
|
||||
password = file("heat-domain-admin-passwd")
|
||||
}
|
||||
|
||||
resource "openstack_identity_role_assignment_v3" "heat_admin_role_assignment" {
|
||||
|
1
openstack/stsstack_init/heat-domain-admin-passwd
Normal file
1
openstack/stsstack_init/heat-domain-admin-passwd
Normal file
@ -0,0 +1 @@
|
||||
Ht8NdKTGdpJjRsS4V33tsVW4mSztgZMs
|
Loading…
Reference in New Issue
Block a user