Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limits yaml schema #39

Open
wants to merge 5 commits into
base: 4
Choose a base branch
from
Open

Limits yaml schema #39

wants to merge 5 commits into from

Conversation

milliams
Copy link
Member

@milliams milliams commented May 10, 2019

This allows us to print:

[opc@mgmt ~]$ ./finish 
ERROR: Syntax error in `limits.yaml`.

if there is a limits.yaml like:

VM.Standard2.1:
1: 1
2: 1
3: 1
VM.Standard2.2:
1: 1
2: 1
3: 1

Fixes #28

@milliams milliams added the enhancement New feature or request label May 10, 2019
@milliams milliams self-assigned this May 10, 2019
@milliams milliams changed the base branch from 3 to 4 September 27, 2019 12:59
@milliams
Copy link
Member Author

This needs updating to support the different format we use for GCP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add error checking to update_config
1 participant