better to store as a string
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
301fbfc3b0
commit
89f0d31e0f
|
@ -33,7 +33,7 @@ message Droplet {
|
|||
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
|
||||
string force_hypervisor = 20; // use this hypervisor and this hypervisor only
|
||||
bool local_only = 21; // this is only defined locally on the hypervisor
|
||||
string local_only = 21; // this is only defined locally on the hypervisor
|
||||
}
|
||||
|
||||
enum DropletState {
|
||||
|
|
Loading…
Reference in New Issue