Remove use of admin-token in functional test

Change-Id: I8ac1e315f614bd5a820c6ff7f863406f632a56ee
This commit is contained in:
Frode Nordahl 2020-03-25 07:53:58 +01:00
parent 5f4bf7b693
commit 14c05427fc
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class SoftHSMBasicDeployment(OpenStackAmuletDeployment):
"""Configure all of the services.""" """Configure all of the services."""
keystone_config = { keystone_config = {
'admin-password': 'openstack', 'admin-password': 'openstack',
'admin-token': 'ubuntutesting',
'preferred-api-version': str(keystone_version), 'preferred-api-version': str(keystone_version),
} }
# say we don't need an HSM for these tests # say we don't need an HSM for these tests