blob: 8ecf614d78cb5c8d386365d55240e862110bf330 [file] [log] [blame]
Sapan Bhatia8c95eb42017-05-02 12:17:52 +02001option app_label = "fabric";
Matteo Scandolo367eefc2017-10-02 18:03:58 -07002option name = "fabric";
Sapan Bhatia8c95eb42017-05-02 12:17:52 +02003
4message FabricService(Service){
Matteo Scandolo367eefc2017-10-02 18:03:58 -07005 option verbose_name = "Fabric Service";
6
7 optional bool autoconfig = 1 [default = True, help_text="Autoconfigure the fabric", null=False];
Sapan Bhatia8c95eb42017-05-02 12:17:52 +02008}