diff --git a/lib/vmdb/appliance.rb b/lib/vmdb/appliance.rb index b804dbb15c5..e108421bbf2 100644 --- a/lib/vmdb/appliance.rb +++ b/lib/vmdb/appliance.rb @@ -11,7 +11,7 @@ def self.BUILD end def self.CODENAME - "Spassky".freeze + "Radjabov".freeze end def self.RELEASE diff --git a/lib/vmdb/deprecation.rb b/lib/vmdb/deprecation.rb index 9d547939adb..fc56006b26d 100644 --- a/lib/vmdb/deprecation.rb +++ b/lib/vmdb/deprecation.rb @@ -1,7 +1,7 @@ module Vmdb class Deprecation def self.instance - @instance ||= ActiveSupport::Deprecation.new("T-release", "ManageIQ").tap { |d| d.behavior = default_behavior } + @instance ||= ActiveSupport::Deprecation.new("S-release", "ManageIQ").tap { |d| d.behavior = default_behavior } end def self.method_missing(method_name, ...)