Change in ovirt-engine-sdk-ruby[master]: Don't generate service modules twice

juan.hernandez at redhat.com juan.hernandez at redhat.com
Mon Feb 29 10:07:35 UTC 2016


Juan Hernandez has submitted this change and it was merged.

Change subject: Don't generate service modules twice
......................................................................


Don't generate service modules twice

A previous patch reduced the number of files, so that all the services
are included in a single "services.rb" file. But it did so in such a way
that each service is declared in a nested module:

  # For all the services:
  module Ovirt
    module SDK
      module V4

        # For each service, which is wrong:
        module Ovirt
          module SDK
            module V4
              ...
            end
          end
        end

      end
    end
  end

This patch fixes that issue.

Change-Id: I45b9fb34b603d40a34a0c2b68b284935c6c06525
Signed-off-by: Juan Hernandez <juan.hernandez at redhat.com>
---
M generator/src/main/java/org/ovirt/sdk/ruby/ServicesGenerator.java
1 file changed, 0 insertions(+), 8 deletions(-)

Approvals:
  Juan Hernandez: Verified; Looks good to me, approved
  Jenkins CI: Passed CI tests



-- 
To view, visit https://gerrit.ovirt.org/54137
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I45b9fb34b603d40a34a0c2b68b284935c6c06525
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-ruby
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>



More information about the Engine-commits mailing list