Skip to content

Commit

Permalink
Merge pull request #461 from sapcc/liquid-topology-declaration
Browse files Browse the repository at this point in the history
api/liquid: add topology declaration
  • Loading branch information
majewsky authored Nov 18, 2024
2 parents 47a9312 + e84b95a commit 2a0b3d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/api/keppel/liquid.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func (a *API) handleLiquidGetInfo(w http.ResponseWriter, r *http.Request) {
Resources: map[liquid.ResourceName]liquid.ResourceInfo{
"images": {
Unit: liquid.UnitNone,
Topology: liquid.FlatResourceTopology,
HasCapacity: false,
HasQuota: true,
},
Expand Down

0 comments on commit 2a0b3d7

Please sign in to comment.