class Cyclid::API::Plugins::LxdHost

LXD build host

Public Instance Methods

transports() click to toggle source

LXD is the only acceptable Transport

# File lib/cyclid/plugins/builder/lxd.rb, line 28
def transports
  ['lxdapi']
end