class HammerCLIForeman::ComputeResources::OpenStack::HostHelpExtenstion

Public Instance Methods

host_create_help(h) click to toggle source
# File lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb, line 9
def host_create_help(h)
  h.section '--compute-attributes' do |h|
    h.list([
      'flavor_ref',
      'image_ref',
      'tenant_id',
      'security_groups',
      'network'
    ])
  end
end
name() click to toggle source
# File lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb, line 5
def name
  _('OpenStack')
end