From 2f92c8d723f6e244faf410c5121de4c462c08a35 Mon Sep 17 00:00:00 2001 From: Sirushti Murugesan Date: Thu, 9 Oct 2014 14:35:38 +0530 Subject: [PATCH] Replace deprecated conf option for heat Change-Id: I0419b188ecc2bd946c1c1f565875c6a04f4afd9b Closes-Bug: #1379234 --- lib/heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/heat b/lib/heat index 737598d50d..53eca25450 100644 --- a/lib/heat +++ b/lib/heat @@ -276,7 +276,7 @@ function create_heat_accounts { --os-identity-api-version=3 domain create heat \ --description "Owns users and projects created by heat" \ | grep ' id ' | get_field 2) - iniset $HEAT_CONF DEFAULT stack_user_domain ${D_ID} + iniset $HEAT_CONF DEFAULT stack_user_domain_id ${D_ID} openstack --os-token $OS_TOKEN --os-url=$ks_endpoint_v3 \ --os-identity-api-version=3 user create --password $SERVICE_PASSWORD \