# File lib/fog/cloudstack/requests/compute/create_zone.rb, line 9
        def create_zone(options={})
          options.merge!(
            'command' => 'createZone'
          )

          request(options)
        end