{
  "vhosts": [
    {"name": "/"}
  ],
  "users": [
    {"name": "openstack", "password": "7pxT0zzJFyQXk8LiXfiI3oNPItVTgC9MU6OR08Mo", "tags": "administrator"},
    {"name": "openstack-monitoring", "password": "yp89A9u1nt4cPn2JWknCfwVgrfwehUf9ZawuqU7q", "tags": "monitoring"}
  ],
  "permissions": [
    {"user": "openstack", "vhost": "/", "configure": ".*", "write": ".*", "read": ".*"},
    {"user": "openstack-monitoring", "vhost": "/", "configure": "^$", "write": "^$", "read": ".*"}
  ],

  "policies": [
    {
      "vhost": "/",
      "name": "stream-retention-policy",
      "apply-to": "streams",
      "pattern": ".+",
      "definition": {
        "stream-max-segment-size-bytes": 500000000,
        "max-age": "1800s"
      },
      "priority": 1
    }
  ]

}
