Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. {
  2. "VMTasks.boot_runcommand_delete": [
  3. {
  4. "args": {
  5. "flavor": {
  6. "name": "c1.micro"
  7. },
  8. "image": {
  9. "name": "^Ubuntu 14.04 - latest$"
  10. },
  11. "floating_network": "ext-net",
  12. "force_delete": true,
  13. "script": "support/ping_test.sh",
  14. "interpreter": "/bin/sh",
  15. "username": "ubuntu"
  16. },
  17. "runner": {
  18. "type": "constant",
  19. "times": 1,
  20. "concurrency": 1
  21. },
  22. "sla": {
  23. "max_seconds_per_iteration": 150,
  24. "failure_rate": {
  25. "max": 0.0
  26. }
  27. }
  28. }
  29. ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement