diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-11-01 22:34:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-01 22:34:10 +0100 |
| commit | fe717acf3136400a8048b5e2aabbc99414c790c1 (patch) | |
| tree | fafa69b3ad578a817d10b9a70ddc676ebcbdeb24 /api/opendc | |
| parent | 89bb83a4beb058d1459a6dcb2b2469c5313f8cbb (diff) | |
| parent | 19c5d386ff6dd584c42126727b231564aabf9505 (diff) | |
Merge pull request #60 from atlarge-research/feat/metric-styling
Show full metric names during portfolio creation
Diffstat (limited to 'api/opendc')
| -rw-r--r-- | api/opendc/api/v2/schedulers/endpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/opendc/api/v2/schedulers/endpoint.py b/api/opendc/api/v2/schedulers/endpoint.py index 9c19f631..f33159bf 100644 --- a/api/opendc/api/v2/schedulers/endpoint.py +++ b/api/opendc/api/v2/schedulers/endpoint.py @@ -6,7 +6,7 @@ SCHEDULERS = [ 'core-mem', 'core-mem-inv', 'active-servers', - 'active-server-inv', + 'active-servers-inv', 'provisioned-cores', 'provisioned-cores-inv', 'random' |
