> -----Original Message----- > From: Thomas Goirand [mailto:[email protected]] > Why not using: > xe host-list --minimal > instead of the grep, split, strip code, which adds useless complexity? [JG] Sure, that is much better. I just cut and paste the old code to save retesting.
> Also, this piece of code doesn't seem to be resistant to having more than one > host as reply (in which case the UUID would be separated by a coma, if I'm > not mistaking). [JG] Agreed, my change that removed that code was to fix that exact problem. I think I warned against using it with pools (which is not the OpenStack default). _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

