mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-08 05:57:23 +03:00
Remove duplicated version in fsck.rb
This commit is contained in:
parent
8c9498132e
commit
497c1f7d86
@ -20,12 +20,14 @@ require 'ipaddr'
|
||||
require 'set'
|
||||
|
||||
module OneDBFsck
|
||||
VERSION = "4.0.0"
|
||||
|
||||
def db_version
|
||||
"4.0.0"
|
||||
VERSION
|
||||
end
|
||||
|
||||
def one_version
|
||||
"OpenNebula 4.0.0"
|
||||
"OpenNebula #{VERSION}"
|
||||
end
|
||||
|
||||
IMAGE_STATES=%w{INIT READY USED DISABLED LOCKED ERROR CLONE DELETE USED_PERS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user