Created
July 26, 2013 08:16
-
-
Save jtomasek/6087164 to your computer and use it in GitHub Desktop.
sample data mx_vms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tools/sample_data.py b/tools/sample_data.py | |
index 6298ca5..1f3c4c4 100644 | |
--- a/tools/sample_data.py | |
+++ b/tools/sample_data.py | |
@@ -210,7 +210,8 @@ def generate_data(): | |
dict(name='cpu', value='4', unit='count'), | |
dict(name='memory', value='15', unit='GB'), | |
dict(name='storage', value='1680', unit='GB'), | |
- ]), | |
+ ], | |
+ max_vms=128), | |
] | |
rc_resp1, rc_body1 = create_resource_class(conn, base_url, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment