Method: OpenNebula::Image#publish

Defined in:
lib/opennebula/image.rb

#publishObject

Publishes the Image, to be used by other users



145
146
147
# File 'lib/opennebula/image.rb', line 145

def publish
    set_publish(true)
end