Skip to content

Instantly share code, notes, and snippets.

@xarses
Last active April 27, 2017 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xarses/5ddecbaa6af45eba94cd36b7f11fe06d to your computer and use it in GitHub Desktop.
Save xarses/5ddecbaa6af45eba94cd36b7f11fe06d to your computer and use it in GitHub Desktop.
Subtask NovaServers.boot_and_delete_server[0] has wrong configuration
Subtask configuration:
{"runner": {"type": "constant", "times": 1, "concurrency": 1}, "args": {"flavor": {"name": "m1.small"}, "image": {"name": "^[Cc]irros.*"}, "force_delete": false, "auto_assign_nic": true, "availability_zone": "nova", "nics": [{"net-id": "None"}]}, "context": {"existing_network": {}}}
Reason(s):
Image '{"name": "^[Cc]irros.*"}' not found`
$ openstack image list | grep -i cirros
| c5d02c91-181b-4982-9260-e87a020d7b26 | Cirros 0.3.4 x86_64 | active |
| 15530e0f-f1c8-46f0-ac04-3079dbacf0d4 | Cirros 0.3.4 x86_64 | active |
| 2646a3c4-ffe0-48b0-bcd4-039ddcf733cf | cirros | active |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment