[fix] Add actual error message from OS to log
The openstack client libraries bury the actual error message reported by the openstack servers inside a Requests.Response object. This patch makes sure we retrieve this message, as it is more useful than the top level one.
Please register or sign in to comment