Merge "fix bootstrap_token to match with the other cookbooks"
This commit is contained in:
@@ -32,7 +32,7 @@ admin_user = node["openstack"]["identity"]["admin_user"]
|
|||||||
admin_pass = user_password node["openstack"]["identity"]["admin_user"]
|
admin_pass = user_password node["openstack"]["identity"]["admin_user"]
|
||||||
auth_uri = ::URI.decode identity_admin_endpoint.to_s
|
auth_uri = ::URI.decode identity_admin_endpoint.to_s
|
||||||
|
|
||||||
bootstrap_token = secret "secrets", "keystone_bootstrap_token"
|
bootstrap_token = secret "secrets", "openstack_identity_bootstrap_token"
|
||||||
|
|
||||||
# We need to bootstrap the keystone admin user so that calls
|
# We need to bootstrap the keystone admin user so that calls
|
||||||
# to keystone_register will succeed, since those provider calls
|
# to keystone_register will succeed, since those provider calls
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ db_user = node["openstack"]["identity"]["db"]["username"]
|
|||||||
db_pass = db_password "keystone"
|
db_pass = db_password "keystone"
|
||||||
sql_connection = db_uri("identity", db_user, db_pass)
|
sql_connection = db_uri("identity", db_user, db_pass)
|
||||||
|
|
||||||
bootstrap_token = secret "secrets", "keystone_bootstrap_token"
|
bootstrap_token = secret "secrets", "openstack_identity_bootstrap_token"
|
||||||
|
|
||||||
ip_address = node["network"]["ipaddress_#{node["openstack"]["identity"]["bind_interface"]}"]
|
ip_address = node["network"]["ipaddress_#{node["openstack"]["identity"]["bind_interface"]}"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user