Update git submodules
authorDivyang Patel <divyang.patel@team.telstra.com>
Fri, 15 Mar 2019 05:10:51 +0000 (16:10 +1100)
committerGerrit Code Review <gerrit@onap.org>
Wed, 20 Mar 2019 12:56:57 +0000 (12:56 +0000)
commit17005676fddaa849d29aa0ced919df6cc6e3613d
tree6511649340db5b7eef4ed6a7a99e2c74f1b635ff
parentbb64822c90c5555e56f56411032c1c1331b65f9f
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'casablanca'
  to deb4cee0617c84b572236743562890108643b82b
  - Fix cherrypy import failure due to more-itertools

    more-itertools version 6.0.0 is incompatible with python-2.7
    importing cherrypy failes due to this.
    Changed startAnsibleServ.sh to explicitly install 'more-itertools' version 5.0.0
    Also added 'apt-get update' before installing software-properties-common package which failed earlier to install.
    Container starts without problem after these changes

    Change-Id: I030ad54bb004056846f15eebf6ae0e8b5c4ae004
    Issue-ID: CCSDK-1166
Signed-off-by: Divyang Patel <divyang.patel@team.telstra.com>
docs/submodules/ccsdk/distribution.git