ondemand added to ssh command

This commit is contained in:
Tanisha Payne 2021-10-12 10:39:06 -04:00
parent bd5d1a36f0
commit 3c3623689a

View file

@ -470,6 +470,7 @@ class Vmfloaty
c.option '--token STRING', String, 'Token for pooler service'
c.option '--notoken', 'Makes a request without a token'
c.option '--priority STRING', 'Priority for supported backends(ABS) (High(1), Medium(2), Low(3))'
c.option '--ondemand', 'Requested vms are provisioned upon receival of the request, tracked by a request ID'
c.action do |args, options|
verbose = options.verbose || config['verbose']
service = Service.new(options, config)