add droplets.LocalOnly
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
18053caca8
commit
301fbfc3b0
|
@ -33,6 +33,7 @@ message Droplet {
|
||||||
string current_hypervisor = 18; // the current hypervisor the droplet is running on
|
string current_hypervisor = 18; // the current hypervisor the droplet is running on
|
||||||
google.protobuf.Timestamp last_poll = 19; // the last time we heard anything from this droplet
|
google.protobuf.Timestamp last_poll = 19; // the last time we heard anything from this droplet
|
||||||
string force_hypervisor = 20; // use this hypervisor and this hypervisor only
|
string force_hypervisor = 20; // use this hypervisor and this hypervisor only
|
||||||
|
bool local_only = 21; // this is only defined locally on the hypervisor
|
||||||
}
|
}
|
||||||
|
|
||||||
enum DropletState {
|
enum DropletState {
|
||||||
|
|
Loading…
Reference in New Issue