fuel-astute/mcagents/version.ddl
Sergey Kulanov 0d0f36418b Bump version to 10.0
Change-Id: I9168641b8cf515f613c3c1066bd545917a1e6133
Related-bug: #1558589
2016-03-27 20:30:44 +00:00

16 lines
495 B
SQL

metadata :name => "Version",
:description => "Checks package version",
:author => "Mirantis Inc",
:license => "Apache License 2.0",
:version => "10.0.0",
:url => 'http://www.mirantis.com/',
:timeout => 60
action "get_version", :description => "Get the version" do
display :always
output :version,
:description => "Version",
:display_as => "Version"
end