Merge "Clarify error message is from nova"
This commit is contained in:
@@ -7065,7 +7065,8 @@ class OpenStackCloud(_normalize.Normalizer):
|
||||
if server['status'] == 'ERROR':
|
||||
if 'fault' in server and 'message' in server['fault']:
|
||||
raise exc.OpenStackCloudException(
|
||||
"Error in creating the server: {reason}".format(
|
||||
"Error in creating the server."
|
||||
" Compute service reports fault: {reason}".format(
|
||||
reason=server['fault']['message']),
|
||||
extra_data=dict(server=server))
|
||||
|
||||
|
Reference in New Issue
Block a user