forked from 3wordchant/capsul-flask
Fix API 🙈
This commit is contained in:
@ -198,6 +198,10 @@ class CapsulFlaskHub(VirtualizationInterface):
|
||||
validate_capsul_id(id)
|
||||
online_hosts = get_model().get_online_hosts()
|
||||
#current_app.logger.debug(f"hub_model.create(): ${len(online_hosts)} hosts")
|
||||
|
||||
current_app.logger.error(f'{email}, {id} {os} {size} {template_image_file_name} {vcpus} {memory_mb}')
|
||||
current_app.logger.error(f'{ssh_authorized_keys}')
|
||||
|
||||
payload = json.dumps(dict(
|
||||
type="create",
|
||||
email=email,
|
||||
|
Reference in New Issue
Block a user