Repository: incubator-stratos Updated Branches: refs/heads/master bccad5be0 -> 4b0367bda
Fix for STRATOS-618 Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/790ec576 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/790ec576 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/790ec576 Branch: refs/heads/master Commit: 790ec5766da31c69b249db0687393c93759cc88f Parents: a04e657 Author: Chris Snow <[email protected]> Authored: Thu Apr 17 21:19:53 2014 +0000 Committer: Chris Snow <[email protected]> Committed: Thu Apr 17 21:19:53 2014 +0000 ---------------------------------------------------------------------- tools/stratos-installer/setup.sh | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/790ec576/tools/stratos-installer/setup.sh ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/setup.sh b/tools/stratos-installer/setup.sh index 3b6179b..8dae806 100755 --- a/tools/stratos-installer/setup.sh +++ b/tools/stratos-installer/setup.sh @@ -535,6 +535,8 @@ fi if [[ ($profile = "default" && $config_mb = "true") ]]; then echo "Extracting ActiveMQ" tar -xzf $activemq_pack -C $stratos_path + # disable amqp connector to prevent conflicts with openstack + sed -r -i -e 's@^(\s*)(<transportConnector name="amqp".*\s*)$@\1<!--\2-->@g' $stratos_path/apache-activemq-5.9.1/conf/activemq.xml fi general_setup
