We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5436f54 + e684933 commit 13fee7eCopy full SHA for 13fee7e
lib/vmfloaty/nonstandard_pooler.rb
@@ -22,7 +22,7 @@ def self.list_active(verbose, url, token, _user)
22
status['reserved_hosts'] || []
23
end
24
25
- def self.retrieve(verbose, os_type, token, url, _user, _options)
+ def self.retrieve(verbose, os_type, token, url, _user, _options, ondemand = nil)
26
conn = Http.get_conn(verbose, url)
27
conn.headers['X-AUTH-TOKEN'] = token if token
28
0 commit comments