|
...
|
...
|
@@ -156,7 +156,7 @@ function configure_heat {
|
|
156
|
156
|
# If HEAT_DEFERRED_AUTH is unset or explicitly set to trusts, configure
|
|
157
|
157
|
# the section for the client plugin associated with the trustee
|
|
158
|
158
|
if [ -z "$HEAT_DEFERRED_AUTH" -o "trusts" == "$HEAT_DEFERRED_AUTH" ]; then
|
|
159
|
|
- iniset $HEAT_CONF trustee auth_plugin password
|
|
|
159
|
+ iniset $HEAT_CONF trustee auth_type password
|
|
160
|
160
|
iniset $HEAT_CONF trustee auth_url $KEYSTONE_AUTH_URI
|
|
161
|
161
|
iniset $HEAT_CONF trustee username $HEAT_TRUSTEE_USER
|
|
162
|
162
|
iniset $HEAT_CONF trustee password $HEAT_TRUSTEE_PASSWORD
|