Includes updates in config generator, db.sqlalchemy, gettext utils and
log. New script added: tools/config/check_uptodate.sh
Change-Id: I0afaeb593e1b3425d7953b2a11711801299fe1f9
This sync brings the latest openstack/common/db code from
olso-incubator until commit
9fed4ed Fix Keystone doc build errors with SQLAlchemy 0.9
Changes in Rally caused by API changes in openstack.common.db code -
oslo.db no longer stores SQLAlchemy Engine and sessionmaker instances
globally and it's up to applications to create them. So we should add
methods for work with engine and session to Rally code.
Config database options was modified, so rally.conf.sample was updated.
Change-Id: Ia00f2c5fb54bb86f88440233f9bf79eab7b07589
Add gmp-devel to rhel dependencies in install_rally.sh
Also add +x permissions to test_install.sh
Related: blueprint rally-gate-jobs
Change-Id: I9effe4d70e6f7d43b52640cea96bf129071064bb
The following modules are updated:
cliutils,gettextutils,importutils,log,test,fixture,config
The following modules are new:
uuidutils
Other chnages:
* Added uuidutils to openstack-common.conf
* excluded rally/openstack* from pep8 check in tox.ini
Change-Id: I46fd3dc2e04bb9b5b74721a47689b860a9c68bdb
The install_rally.sh file is a Bash script that installs Rally on a
Unix system. Specifically, it is able to install and configure Rally
either globally (system-wide, the default behavior), or isolated in a
virtual environment using the virtualenv tool.
Change-Id: I4b6498a52cb1105fd8e27593ac482038ddcff702
Implements: blueprint rally-installation-script
Add run_tests.sh and tools that depends from it from oslo-incubator.
run_tests.sh has much more siplier interface, works much more faster and
display infromation in much more human readable format.