unikorn-cloud / region

Unikorn Cloud Region Controller
Apache License 2.0
0 stars 5 forks source link

Asyncronous Identity Provisioner #49

Closed spjmurray closed 3 months ago

spjmurray commented 3 months ago

So it seems #47 does appear to work! However we've hit another substantial roadblock in that the request times out because for neutron this is a blocking call, and setting up networking equipment is a very long-winded process.

I've proposed this before elsewhere but formally:

spjmurray commented 3 months ago

Fixed by #50 and #47