Skip to content

Instantly share code, notes, and snippets.

@jtomasek
Created July 26, 2013 08:16
Show Gist options
  • Save jtomasek/6087164 to your computer and use it in GitHub Desktop.
Save jtomasek/6087164 to your computer and use it in GitHub Desktop.
sample data mx_vms
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