Fix a typo

This commit is contained in:
Julien Duponchelle 2016-08-19 17:51:22 +02:00
parent faae248487
commit 22fcfffce7
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -431,7 +431,7 @@ def _create_cloud(node, old_node, icon):
elif old_port["name"].startswith("nio_tap"):
port_type = "tap"
else:
raise NotImplementedError("The conversion of cloud with {} is not supporterd".format(old_port["name"]))
raise NotImplementedError("The conversion of cloud with {} is not supported".format(old_port["name"]))
port = {
"interface": old_port["name"].split(":")[1],