As of late 2015 the scheduler part of Nova (the part of OpenStack that manages compute resources) is responsible for determining on which compute nodes a set of VMs (or other compute resources) will be placed when an agent (human or otherwise) requests a set of servers.
In the future …
Gabbi 1.7.0 has been released with a new feature for handling URLs and request methods. Based on feedback during a sneak preview at PyconUK 2015, people are going to like it.
The original way to express a request in a gabbi test looked like this:
tests:
- name: get …