Adjust service password
Adjust service_password to match other stackforge cookbooks. Right now, we name them after the cookbook itself, so this should be set to openstack-network and not quantum. Change-Id: Ia117aa907f71b9025d13907c7d5ea04fde368774
This commit is contained in:
@@ -147,7 +147,7 @@ db_pass = db_password "quantum"
|
||||
sql_connection = db_uri("network", db_user, db_pass)
|
||||
|
||||
api_endpoint = endpoint "network-api"
|
||||
service_pass = service_password "quantum"
|
||||
service_pass = service_password "openstack-network"
|
||||
service_tenant_name = node["openstack"]["network"]["service_tenant_name"]
|
||||
service_user = node["openstack"]["network"]["service_user"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user