6320cf53f6
These files are the minimum to start with when configuring tempest to run with refstack-client. Including these as a reference point. Change-Id: I19e1898f2927e0073fe8fd4a9e2e0226435cfe54
9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
# A minimal accounts.yaml file
|
|
# Will likely not work with swift, since additional
|
|
# roles are required. For more documentation see:
|
|
# https://git.openstack.org/cgit/openstack/tempest/tree/etc/accounts.yaml.sample
|
|
|
|
- username: '$USERNAME'
|
|
project_name: '$PROJECTNAME'
|
|
password: '$PASSWORD'
|