Fixes Hyper-V agent unsopported network_type issue
Fixes an issue when an exception is raised in case of not supported network types. Fixes bug: #1224583 Change-Id: I847aa825fbf5b7086c9960c051014cc1d7515f62
This commit is contained in:
parent
1154891caa
commit
47bdb3eb9b
@ -169,9 +169,9 @@ class HyperVNeutronAgent(object):
|
||||
pass
|
||||
else:
|
||||
raise utils.HyperVException(
|
||||
_("Cannot provision unknown network type %(network_type)s "
|
||||
"for network %(net_uuid)s"),
|
||||
dict(network_type=network_type, net_uuid=net_uuid))
|
||||
msg=(_("Cannot provision unknown network type %(network_type)s"
|
||||
" for network %(net_uuid)s") %
|
||||
dict(network_type=network_type, net_uuid=net_uuid)))
|
||||
|
||||
map = {
|
||||
'network_type': network_type,
|
||||
|
Loading…
Reference in New Issue
Block a user