28 lines
557 B
YAML
28 lines
557 B
YAML
---
|
|
ceilometer:
|
|
host: http://localhost:8777/
|
|
database:
|
|
database: artifice
|
|
host: localhost
|
|
password: aurynn
|
|
port: '5433'
|
|
username: aurynn
|
|
invoice_object:
|
|
delimiter: ','
|
|
output_file: '%(tenant)s-%(start)s-%(end)s.csv'
|
|
output_path: ./
|
|
row_layout:
|
|
- location
|
|
- type
|
|
- start
|
|
- end
|
|
- amount
|
|
- cost
|
|
rates_file: /opt/stack/artifice/etc/artifice/csv_rates.yaml
|
|
main:
|
|
invoice:object: billing.csv_invoice:Csv
|
|
openstack:
|
|
authentication_url: http://localhost:35357/v2.0
|
|
default_tenant: demo
|
|
username: admin
|
|
password: openstack |