23 lines
493 B
YAML
23 lines
493 B
YAML
---
|
|
ceilometer:
|
|
host: http://localhost:8777/
|
|
database:
|
|
database: artifice
|
|
host: localhost
|
|
password_path: /etc/artifice/database
|
|
port: '5432'
|
|
username: artifice
|
|
invoice_object:
|
|
delimiter: ','
|
|
output_file: '%(tenant)s-%(start)s-%(end)s.csv'
|
|
output_path: ./
|
|
rates:
|
|
file: /etc/artifice/csv_rates.csv
|
|
main:
|
|
invoice:object: billing.csv_invoice:Csv
|
|
openstack:
|
|
authentication_url: http://localhost:35357/v2.0
|
|
default_tenant: demo
|
|
username: admin
|
|
password: openstack
|