deb-murano/functionaltests
Ruslan Kamaldinov 414fb984c5 Fix pep8 issues
Apparently functional tests code caused oslo.config to try to parse cli
arguments. After that openstack/common/log.py tried to register cli opts,
but failed because cli opts can't be registered after cli args were parsed.

This patch moves config initialization to a separate method to prevent
cli args from being parsed on the load time

Change-Id: If40409b306a7aabdbd3cf467319a1574b440a690
2014-06-29 00:25:02 +04:00
..
api Removed version prefix from the endpoint urls 2014-05-22 14:33:39 +04:00
engine Fix pep8 issues 2014-06-29 00:25:02 +04:00
__init__.py Added Devstack integration 2014-03-17 15:25:17 +00:00
post_test_hook.sh Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
pre_test_hook.sh Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
run_tests.sh Add initial tests for application deployments 2014-05-27 12:33:20 +00:00