aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/__files/logging/openstack-payload.json
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/test/resources/__files/logging/openstack-payload.json')
-rw-r--r--common/src/test/resources/__files/logging/openstack-payload.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/common/src/test/resources/__files/logging/openstack-payload.json b/common/src/test/resources/__files/logging/openstack-payload.json
new file mode 100644
index 0000000000..ac4d1639dc
--- /dev/null
+++ b/common/src/test/resources/__files/logging/openstack-payload.json
@@ -0,0 +1,26 @@
+{
+ "auth": {
+ "identity": {
+ "password": {
+ "user": {
+ "name": "j0000",
+ "domain": {
+ "name": "name"
+ },
+ "password": "my-password-wow"
+ }
+ },
+ "methods": [
+ "password"
+ ]
+ },
+ "scope": {
+ "project": {
+ "id": "ad299b37da30413391e9c28138f0b0dd",
+ "domain": {
+ "name": "name"
+ }
+ }
+ }
+ }
+}