Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'foreman/master' into template_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbetter173 committed Nov 20, 2014
2 parents f3b1931 + f8ad0df commit a45754c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Please see the Foreman manual for appropriate instructions:

The gem name is "foreman_xen".

To make VNC client work properly, Foreman frontend should be configured without forcing SSL:

/usr/share/foreman/config/settings.yaml
:require_ssl: false

## Compatibility

| Foreman Version | Plugin Version |
Expand Down
2 changes: 1 addition & 1 deletion app/models/foreman_xen/xenserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def create_vm_from_builtin(args)
vm = client.servers.new :name => args[:name],
:affinity => host,
:pv_bootloader => '',
:hvm_boot_params => { :order => 'dn' },
:hvm_boot_params => { :order => 'dnc' },
:other_config => other_config,
:memory_static_max => mem_max,
:memory_static_min => mem_min,
Expand Down
1 change: 1 addition & 0 deletions app/views/api/v1/compute_resources/xenserver.json.rabl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
attributes :user
1 change: 1 addition & 0 deletions app/views/api/v2/compute_resources/xenserver.json.rabl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
attributes :user
1 change: 1 addition & 0 deletions foreman_xen.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
$:.push File.expand_path("../lib", __FILE__)

# Maintain your gem's version:
Expand Down

0 comments on commit a45754c

Please sign in to comment.