Skip to content

Commit 0c2862b

Browse files
authored
Merge pull request #101 from QuanMPhm/100/cluster_name
Added `Cluster Name` to invoice
2 parents c5c1b0a + e51ce02 commit 0c2862b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/openstack_billing_db/billing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def write(invoices, output, invoice_month=None):
172172
"Project - Allocation",
173173
"Project - Allocation ID",
174174
"Manager (PI)",
175+
"Cluster Name",
175176
"Invoice Email",
176177
"Invoice Address",
177178
"Institution",
@@ -210,6 +211,7 @@ def write(invoices, output, invoice_month=None):
210211
invoice.project_name,
211212
invoice.project_id,
212213
invoice.pi,
214+
"stack", # Cluster Name
213215
"", # Invoice Email
214216
"", # Invoice Address
215217
invoice.institution,

0 commit comments

Comments
 (0)