blob: 92958db895b16c30d9091e10f3e864f41f0e1008 (
plain)
1
2
3
|
I read an article somewhere about control plane feedback: any action we take should give (direct) feedback.
This idea can be extended to a control panel implementation, e.g an openstack control panel. Where any action you do provides you with instant feedback. Think of creating a server; but it fails somewhere down the line due to an IP being allocated already. We want to know that so we can try again with another IP.
|