Closed mkjpryor-stfc closed 6 years ago
If a machine is deployed via the API and not the portal, it doesn't have the nat_allowed property.
nat_allowed
There is a fallback to check the image for it's nat_allowed property, but if the image doesn't exist a KeyError is raised, resulting in a 500 error.
KeyError
Fixed at https://github.com/cedadev/jasmin-cloud/commit/603e2e640de1ed0bbb5a8c70ccffdf1ba9b88063
If a machine is deployed via the API and not the portal, it doesn't have the
nat_allowed
property.There is a fallback to check the image for it's
nat_allowed
property, but if the image doesn't exist aKeyError
is raised, resulting in a 500 error.