Update git submodules
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Thu, 26 Sep 2019 17:07:00 +0000 (19:07 +0200)
committerGerrit Code Review <gerrit@onap.org>
Thu, 26 Sep 2019 17:07:00 +0000 (17:07 +0000)
commit02b0a317fa1a32abe0d3a39bcbb8066950f2b136
treeb14fc8c1b54e2bc87cf8114c6c1684e3bc81ff30
parenta2f8e382b074947a0ab18c4272176f7aca41de66
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 664ce36e4606ba855bb997059f43d89bb51385e5
  - k8s: Change default cluster access method choice logic

    Previous way of choosing it led to impractical calls, e.g.

    $ ./check -rke                   # (works fine)
    $ ./check -ranchercli            # "Not supported."
    $ ./check -ranchercli -rke=false # (works fine)

    Disabling default cluster access method is no longer necessary.

    Issue-ID: SECCOM-235
    Change-Id: I2b4d5bff10c5470e567351abeac0431bed3b7938
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
docs/submodules/integration.git