From a5a3a83b3c8b220805962fde297deb0c14c9e891 Mon Sep 17 00:00:00 2001 From: zhurong Date: Thu, 3 Jan 2019 10:46:26 +0800 Subject: [PATCH] Update git submodules * Update congress from branch 'master' - Fix congre command excute error when using python3.6 when test murano python3 in patch [0], murano-congress-devstack failed when excute congress command, error as below: 2018-12-28 05:33:03.601901 | controller | ++ functions-common:oscwrap:2287 : out='openstack: '\''congress datasource create neutronv2 neutronv2 --config poll_time=10 --config username=admin --config tenant_name=admin --config password=secretadmin --config auth_url=http://38.108.68.25/identity'\'' is not an openstack command. See '\''openstack --help'\''. 2018-12-28 05:33:03.601983 | controller | Did you mean one of these? 2018-12-28 05:33:03.602029 | controller | address scope create 2018-12-28 05:33:03.602057 | controller | address scope delete 2018-12-28 05:33:03.602082 | controller | address scope list 2018-12-28 05:33:03.602122 | controller | address scope set 2018-12-28 05:33:03.602149 | controller | address scope show' 2018-12-28 05:33:03.604233 | controller | + functions-common:oscwrap:1 : exit_trap This patch using setup_dev_lib function from devstack install python-congressclient, also this patch add a way to install congresscliet from requirements. [0]: https://review.openstack.org/#/c/624600/ Change-Id: Ifda90653ca515bd5e21e5ed7338ab9fbdacc86ec --- congress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/congress b/congress index 7010b81d46..21f075faac 160000 --- a/congress +++ b/congress @@ -1 +1 @@ -Subproject commit 7010b81d4680fca0faeaa6fd73865cebbb769724 +Subproject commit 21f075faacf0c260c5f4899cd6ba16d369e1b787