Sha256: 32f22a2f16922b308d4185b96b5cb23a8b26572d6c44ab45745e4c309e7e18db

Contents?: true

Size: 308 Bytes

Versions: 31

Compression:

Stored size: 308 Bytes

Contents

module VagrantPlugins
  module OpenStack
    module Action
      class MessageNotCreated
        def initialize(app, env)
          @app = app
        end

        def call(env)
          env[:ui].info(I18n.t("vagrant_openstack.not_created"))
          @app.call(env)
        end
      end
    end
  end
end

Version data entries

31 entries across 31 versions & 4 rubygems

Version Path
vagrant-openstack-cloud-provider-1.1.13 lib/vagrant-openstack-cloud-provider/action/message_not_created.rb
vagrant-openstack-cloud-provider-1.1.12 lib/vagrant-openstack-cloud-provider/action/message_not_created.rb
vagrant-openstack-cloud-provider-1.1.11 lib/vagrant-openstack-cloud-provider/action/message_not_created.rb
vagrant-openstack-cloud-provider-1.1.10 lib/vagrant-openstack-cloud-provider/action/message_not_created.rb
vagrant-openstack-cloud-provider-1.1.9 lib/vagrant-openstack-cloud-provider/action/message_not_created.rb
vagrant-openstack-cloud-provider-1.1.8 lib/vagrant-openstack-cloud-provider/action/message_not_created.rb
vagrant-openstack-plugin-tom-0.12.0 lib/vagrant-openstack-plugin/action/message_not_created.rb
vagrant-openstack-cloud-provider-1.1.6 lib/vagrant-openstack-cloud-provider/action/message_not_created.rb
vagrant-openstack-cloud-provider-1.1.5 lib/vagrant-openstack-cloud-provider/action/message_not_created.rb
vagrant-openstack-cloud-provider-1.1.4 lib/vagrant-openstack-cloud-provider/action/message_not_created.rb
openstack-vagrant-1.1.3 lib/vagrant-openstack/action/message_not_created.rb
openstack-vagrant-1.1.2 lib/vagrant-openstack/action/message_not_created.rb
vagrant-openstack-plugin-0.12.0 lib/vagrant-openstack-plugin/action/message_not_created.rb
vagrant-openstack-plugin-0.11.1 lib/vagrant-openstack-plugin/action/message_not_created.rb
vagrant-openstack-plugin-0.11.0 lib/vagrant-openstack-plugin/action/message_not_created.rb
vagrant-openstack-plugin-0.10.0 lib/vagrant-openstack-plugin/action/message_not_created.rb
vagrant-openstack-plugin-0.9.1 lib/vagrant-openstack-plugin/action/message_not_created.rb
vagrant-openstack-plugin-0.9.0 lib/vagrant-openstack-plugin/action/message_not_created.rb
vagrant-openstack-plugin-0.8.0 lib/vagrant-openstack-plugin/action/message_not_created.rb
vagrant-openstack-plugin-0.7.0 lib/vagrant-openstack-plugin/action/message_not_created.rb