On 02/27/2014 11:55 AM, Dean Troyer wrote: > There is a problem in two of DevStack's exercises, floating_ips.sh and > volume.sh, where lib/neutron is not set up properly to handle the ping_check() > function calls. That is what leads to what you see. > https://review.openstack.org/#/c/76867/ fixes the problem in the exercises. Thanks for the patch Dean, it does fix the problem I was seeing. Of course now boot_from_volume.sh fails because it doesn't include lib/neutron, I've just pushed a patch for that, https://review.openstack.org/#/c/77212/ -Brian