Skip to content
Snippets Groups Projects
Commit 563154f9 authored by František Dvořák's avatar František Dvořák
Browse files

Fix installation_id for accounting

parent 8be938cb
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ eosc: ...@@ -3,7 +3,7 @@ eosc:
clientId: "{{ secrets['client_id'] }}" clientId: "{{ secrets['client_id'] }}"
clientSecret: "{{ secrets['client_secret'] }}" clientSecret: "{{ secrets['client_secret'] }}"
accountingUrl: "https://{{ secrets['accounting_host'] }}" accountingUrl: "https://{{ secrets['accounting_host'] }}"
accountingInstallationId: "{{ secrets['accounting_install_id'] }}" installationId: "{{ secrets['accounting_install_id'] }}"
flavorMetrics: flavorMetrics:
small-environment-2-vcpu-4-gb-ram: 668bdd5988e1d617b217ecb9 small-environment-2-vcpu-4-gb-ram: 668bdd5988e1d617b217ecb9
medium-environment-4-vcpu-8-gb-ram: 668bdd75d1bc0f46a16be8a2 medium-environment-4-vcpu-8-gb-ram: 668bdd75d1bc0f46a16be8a2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment