diff --git a/etc/dev_tempest.conf b/etc/dev_tempest.conf new file mode 100644 index 000000000..a0b88bd43 --- /dev/null +++ b/etc/dev_tempest.conf @@ -0,0 +1,19 @@ +[DEFAULT] +# Leaving this as a placeholder + +[identity] +# Replace these with values that represent your identity configuration +uri=http://localhost:5000/v2.0 +uri_v3= +auth_version=v2 + +username=admin +tenant_name=admin +password=password + +admin_username=admin +admin_tenant_name=admin +admin_password=password + +[identity-feature-enabled] +# Leaving this as a placeholder