Change-Id: I0419b188ecc2bd946c1c1f565875c6a04f4afd9b
Closes-Bug: #1379234
| ... | ... |
@@ -276,7 +276,7 @@ function create_heat_accounts {
|
| 276 | 276 |
--os-identity-api-version=3 domain create heat \ |
| 277 | 277 |
--description "Owns users and projects created by heat" \ |
| 278 | 278 |
| grep ' id ' | get_field 2) |
| 279 |
- iniset $HEAT_CONF DEFAULT stack_user_domain ${D_ID}
|
|
| 279 |
+ iniset $HEAT_CONF DEFAULT stack_user_domain_id ${D_ID}
|
|
| 280 | 280 |
|
| 281 | 281 |
openstack --os-token $OS_TOKEN --os-url=$ks_endpoint_v3 \ |
| 282 | 282 |
--os-identity-api-version=3 user create --password $SERVICE_PASSWORD \ |