lib/gogetit/cli.rb in gogetit-0.17.0 vs lib/gogetit/cli.rb in gogetit-0.18.0
- old
+ new
@@ -70,9 +70,11 @@
method_option :"no-maas", :type => :boolean, \
:desc => 'Without MAAS awareness(only for LXD provider)'
method_option :"maas-on-lxc", :type => :boolean, \
:desc => 'To install MAAS on a LXC enabling necessary user config'\
'(only for LXD provider with no-maas enabled)'
+ method_option :"lxd-in-lxd", :type => :boolean, \
+ :desc => 'To run LXD inside of LXD enabling "security.nesting"'
method_option :"file", :aliases => '-f', :type => :string, \
:desc => 'File location(only for LXD provider)'
def create(name)
abort("'vlans' and 'ipaddresses' can not be set together.") \
if options['vlans'] and options['ipaddresses']