Comment 0 for bug 1496397

Revision history for this message
Alexey Khivin (akhivin) wrote : turn on trusts for murano by default

trusts are turned off for murano by default

So any application deployment which requies more the hour goes to failure due to token expiration

murano.conf
# Create resources using trust token rather than user's token (boolean
# value)
#use_trusts = false

should be
use_trusts = true