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

Commit

Permalink
Update version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
oovoo committed Nov 20, 2014
1 parent 18cf11c commit 3bbc84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreman_xen/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForemanXen
VERSION = "0.0.3"
VERSION = "0.0.4.1"
end

4 comments on commit 3bbc84a

@IvanovOleg
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A new bug appears after 0.0.4.1 update (from 0.0.3). When you try to edit host created via foreman_xen, the next error appears immediately (can't convert string to integer):
http://s22.postimg.org/wb31fu7b5/error.png
http://s30.postimg.org/qbh2uab0x/messages.png
This error does not appear with bare-metal hosts

@domcleal
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That probably indicates a bug somewhere in app/views/compute_resources_vms/form/

@oovoo
Copy link
Contributor Author

@oovoo oovoo commented on 3bbc84a Dec 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue was fixed and submitted to development branch

@oovoo
Copy link
Contributor Author

@oovoo oovoo commented on 3bbc84a Dec 16, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.