Commit 92f68e1c by Chif Gergő

Fix misspelling

parent 65249fb4
Pipeline #1072 passed with stage
in 1 minute 33 seconds
...@@ -268,7 +268,7 @@ class Instance(BaseMachineDescriptor): ...@@ -268,7 +268,7 @@ class Instance(BaseMachineDescriptor):
flav = { flav = {
"name": flavor.name, "name": flavor.name,
"ram": flavor.ram, "ram": flavor.ram,
"vcpus": flavor.vcpus, "vcpu": flavor.vcpu,
"disk": flavor.initial_disk "disk": flavor.initial_disk
} }
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment