Explicitly set the token format to UUID

The default has changed in grizzly, setting it to UUID for now, until
we get to the stage where we can support PKI

Change-Id: I811d2d5de768e09cc67ade20bf4d767671ffa6c9
This commit is contained in:
Derek Higgins
2013-03-13 07:23:55 -04:00
parent 711a0e0b69
commit cf50348e1d

View File

@@ -3,6 +3,10 @@ class {"keystone":
sql_connection => "mysql://keystone_admin:%(CONFIG_KEYSTONE_DB_PW)s@%(CONFIG_MYSQL_HOST)s/keystone", sql_connection => "mysql://keystone_admin:%(CONFIG_KEYSTONE_DB_PW)s@%(CONFIG_MYSQL_HOST)s/keystone",
} }
keystone_config {
'signing/token_format': value => "UUID";
}
class {"keystone::roles::admin": class {"keystone::roles::admin":
email => "test@test.com", email => "test@test.com",
password => "%(CONFIG_KEYSTONE_ADMIN_PW)s", password => "%(CONFIG_KEYSTONE_ADMIN_PW)s",