* Fix formatting for the send queue option
* Later OpenStack versions use Nova version 1.1
In later OpenStack versions, the namespace for Nova changed, reflecting
in a change for the XML description for the virtual machine.
const char *namespace = NULL;
if (hm_ns == NULL) {
- namespace = "http://openstack.org/xmlns/libvirt/nova/1.0";
+ namespace = "http://openstack.org/xmlns/libvirt/nova/1.1";
} // namespace =hm_ns;
else {
namespace = hm_ns;