avina-api 1.2.1

Rust API server for the LRZ-specific features of the Openstack-based LRZ Compute Cloud.
application:
  port: 8000
database:
  host: "127.0.0.1"
  port: 3306
  username: "root"
  password: "password"
  database_name: "avina"
openstack:
  # admin credentials
  username: "USERNAME"
  password: "PASSWORD"
  project: "PROJECT"
  project_id: "PROJECT_ID"
  domain: "DOMAIN"
  domain_id: "DOMAIN_ID"
  # TODO: why do we use the version for keystone but not for nova
  keystone_endpoint: "https://cc.lrz.de:5000/v3"
  nova_endpoint: "https://cc.lrz.de:8774"