Commit 3e697423 authored by Sveinung Gundersen's avatar Sveinung Gundersen Committed by Cage, Gregory
Browse files

Removed "interactivetools_shorten_url"

parent 24f76134
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -1962,18 +1962,6 @@
:Type: str


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``interactivetools_shorten_url``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

:Description:
    Shorten the uuid portion of the subdomain or path for interactive
    tools. Especially useful for avoiding the need for wildcard
    certificates by keeping subdomain under 63 chars
:Default: ``false``
:Type: bool


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``retry_interactivetool_metadata_internally``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+0 −9
Original line number Diff line number Diff line
@@ -1408,15 +1408,6 @@ mapping:
        desc: |
          Prefix to use in the formation of the subdomain or path for interactive tools

      interactivetools_shorten_url:
        type: bool
        default: false
        required: false
        desc: |
          Shorten the uuid portion of the subdomain or path for interactive tools.
          Especially useful for avoiding the need for wildcard certificates by keeping
          subdomain under 63 chars

      retry_interactivetool_metadata_internally:
        type: bool
        default: true
+0 −1
Original line number Diff line number Diff line
@@ -156,7 +156,6 @@ class TestInteractiveToolsShortURLIntegration(AbstractTestCases.BaseInteractiveT
    @classmethod
    def handle_galaxy_config_kwds(cls, config):
        super().handle_galaxy_config_kwds(config)
        config["interactivetools_shorten_url"] = True
        config["job_config_file"] = DOCKERIZED_JOB_CONFIG_FILE