Advertisement
Guest User

Untitled

a guest
Oct 13th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. {
  2. "NovaServers.boot_server": [
  3. {
  4. "args": {
  5. "flavor": {
  6. "name": "m1.tiny"
  7. },
  8. "image": {
  9. "name": "cirros-0.3.2-x86_64"
  10. },
  11. "nics": [ {
  12. "net-id": "9c46cd06-1412-4855-9511-0ba1322fb6aa"
  13. } ]
  14. },
  15. "runner": {
  16. "type": "constant",
  17. "times": 1000,
  18. "concurrency": 24
  19. },
  20. "context": {
  21. "users": {
  22. "tenants": 3,
  23. "users_per_tenant": 2
  24. },
  25. "quotas": {
  26. "nova": {
  27. "instances": -1,
  28. "cores": -1,
  29. "ram": -1
  30. }
  31. }
  32. }
  33. }
  34. ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement