# File lib/fog/workflow/openstack/v2/requests/create_action.rb, line 6
          def create_action(definition)
            body = Fog::JSON.encode(definition)
            request(
              :body    => body,
              :expects => 201,
              :method  => "POST",
              :path    => "actions"
            )
          end