Commit 09119539 authored by Ivan Tyagov's avatar Ivan Tyagov

After an instance is successfuly requested to SlapOS Master there's no need to

See merge request nexedi/erp5!1483
parents 5a3362c3 513647ce
Pipeline #16987 failed with stage
in 0 seconds
......@@ -463,7 +463,6 @@ Require valid-user
self.frontend_instance_guid,
purge_previous_instance = not self.use_existing_setup)
logger.debug("Scalability instance requested.")
self._waitInstanceCreation(self.instance_title)
except Exception as e:
logger.error("Error creating instance: " + str(e))
return {'status_code' : 1}
......
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 to comment