Skip to content

Commit

Permalink
add Openstack prefix to cinder description
Browse files Browse the repository at this point in the history
  • Loading branch information
nasark committed Dec 11, 2024
1 parent 45f993d commit 59d81ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ def self.ems_type
end

def self.description
@description ||= "Cinder ".freeze
@description ||= "Openstack Cinder ".freeze
end

def description
@description ||= "Cinder ".freeze
@description ||= "Openstack Cinder ".freeze
end

def name
Expand Down

0 comments on commit 59d81ff

Please sign in to comment.