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:
Alan Meadows
2013-07-28 06:57:56 -07:00
parent 3a94b38041
commit b98745a55e
4 changed files with 24 additions and 3 deletions

View File

@@ -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"]