class Beaker::Clifloaty

Attributes

priority[R]

the floaty service needs a 'cli' object that would normally represent the flags passed on the command line that object is then “merged” with the floaty config files to add/change options creating a dummy cli here

service[R]

the floaty service needs a 'cli' object that would normally represent the flags passed on the command line that object is then “merged” with the floaty config files to add/change options creating a dummy cli here

token[R]

the floaty service needs a 'cli' object that would normally represent the flags passed on the command line that object is then “merged” with the floaty config files to add/change options creating a dummy cli here

url[R]

the floaty service needs a 'cli' object that would normally represent the flags passed on the command line that object is then “merged” with the floaty config files to add/change options creating a dummy cli here

user[R]

the floaty service needs a 'cli' object that would normally represent the flags passed on the command line that object is then “merged” with the floaty config files to add/change options creating a dummy cli here

Public Class Methods

new(service, priority) click to toggle source
# File lib/beaker/hypervisor/abs.rb, line 14
def initialize(service, priority)
  @service = service #the name of the service you want to use
  @priority = priority
end