Last active
December 21, 2015 01:29
-
-
Save terriyu/6228500 to your computer and use it in GitHub Desktop.
When I ran the Ceilometer test suite after pulling the latest changes, I got failures due to my MongoDB version being too old. The error was
`StorageBadVersion: Need at least MongoDB 2.2`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GLOB sdist-make: /opt/stack/ceilometer/setup.py | |
| py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a354.g1e8b2b9.zip | |
| py27 runtests: commands[0] | bash -x /opt/stack/ceilometer/run-tests.sh | |
| WARNING:test command found but not installed in testenv | |
| cmd: /bin/bash | |
| env: /opt/stack/ceilometer/.tox/py27 | |
| Maybe forgot to specify a dependency? | |
| + set -e | |
| + '[' '' = --coverage ']' | |
| + '[' '!' '' ']' | |
| + bash tools/init_testr_if_needed.sh | |
| + python setup.py testr --slowest '--testr-args=--concurrency=1 --here=nova_tests ' | |
| running testr | |
| running=${PYTHON:-python} -m subunit.run discover -t ./nova_tests ./nova_tests | |
| Ran 8 (+4) tests in 0.350s (-0.085s) | |
| PASSED (id=3) | |
| Slowest Tests | |
| Test id Runtime (s) | |
| -------------------------------------------------------------------------------------------------------------------- ----------- | |
| tests.publisher.test_rpc_publisher.TestPublish.test_published_with_policy_default_sized_queue_and_rpc_down 1.993 | |
| tests.test_bin.BinApiTestCase.test_v1 1.685 | |
| tests.test_bin.BinApiTestCase.test_v2 1.682 | |
| tests.test_bin.BinSendCounterTestCase.test_send_counter_run 0.905 | |
| tests.test_bin.BinTestCase.test_dbsync_run 0.743 | |
| tests.test_bin.BinTestCase.test_run_expirer 0.739 | |
| tests.api.v1.test_compute_duration_by_resource_scenarios.TestComputeDurationByResource.test_before_range(sqlalchemy) 0.682 | |
| tests.api.v2.test_list_meters_scenarios.TestListMeters.test_with_source(sqlalchemy) 0.609 | |
| tests.api.v1.test_compute_duration_by_resource_scenarios.TestComputeDurationByResource.test_after_range(sqlalchemy) 0.572 | |
| tests.api.v2.test_list_meters_scenarios.TestListMeters.test_with_user_non_existent(sqlalchemy) 0.473 | |
| ++ mktemp -d /tmp/CEILO-MONGODB-XXXXX | |
| + MONGO_DATA=/tmp/CEILO-MONGODB-chUCG | |
| + trap clean_exit EXIT | |
| + mkfifo /tmp/CEILO-MONGODB-chUCG/out | |
| + MONGO_PID=6476 | |
| + mongod --maxConns 32 --nojournal --noprealloc --smallfiles --quiet --noauth --port 29000 --dbpath /tmp/CEILO-MONGODB-chUCG --bind_ip localhost | |
| + read line | |
| + echo 'note: noprealloc may hurt performance in many applications' | |
| + grep -q 'waiting for connections on port' | |
| + read line | |
| + echo 'Thu Aug 8 20:12:07 [initandlisten] MongoDB starting : pid=6476 port=29000 dbpath=/tmp/CEILO-MONGODB-chUCG 64-bit host=precise64' | |
| + grep -q 'waiting for connections on port' | |
| + read line | |
| + echo 'Thu Aug 8 20:12:07 [initandlisten] db version v2.0.4, pdfile version 4.5' | |
| + grep -q 'waiting for connections on port' | |
| + read line | |
| + echo 'Thu Aug 8 20:12:07 [initandlisten] git version: nogitversion' | |
| + grep -q 'waiting for connections on port' | |
| + read line | |
| + grep -q 'waiting for connections on port' | |
| + echo 'Thu Aug 8 20:12:07 [initandlisten] build info: Linux lamiak 2.6.42-37-generic #58-Ubuntu SMP Thu Jan 24 15:28:10 UTC 2013 x86_64 BOOST_LIB_VERSION=1_46_1' | |
| + read line | |
| + echo 'Thu Aug 8 20:12:07 [initandlisten] options: { bind_ip: "localhost", dbpath: "/tmp/CEILO-MONGODB-chUCG", maxConns: 32, noauth: true, nojournal: true, noprealloc: true, port: 29000, quiet: true, smallfiles: true }' | |
| + grep -q 'waiting for connections on port' | |
| + read line | |
| + echo 'Thu Aug 8 20:12:07 [initandlisten] waiting for connections on port 29000' | |
| + grep -q 'waiting for connections on port' | |
| + break | |
| + export CEILOMETER_TEST_MONGODB_URL=mongodb://localhost:29000/ceilometer | |
| + CEILOMETER_TEST_MONGODB_URL=mongodb://localhost:29000/ceilometer | |
| + python setup.py testr --slowest --testr-args= | |
| + cat /tmp/CEILO-MONGODB-chUCG/out | |
| running testr | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6ab71e8563c44d619a75f16742f6d92a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| 2013-08-08 20:12:13.192 6526 INFO keystoneclient.middleware.auth_token [-] Starting keystone auth_token middleware | |
| 2013-08-08 20:12:13.193 6526 INFO keystoneclient.middleware.auth_token [-] Using /tmp/keystone-signing-I0CTf2 as cache directory for signing certificate | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e10661dd30614602891db1b545864377, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/alembic/util.py:163: UserWarning: Skipping unsupported ALTER for creation of implicit constraint | |
| warnings.warn(msg) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_602c8bb76a9d4fdbbf6815bf1dc13508, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ac0c3b5c7b00458bbae06d32fae40abc, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/alembic/util.py:163: UserWarning: Skipping unsupported ALTER for creation of implicit constraint | |
| warnings.warn(msg) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7139dfd4319a4eb1800118644b45978a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e3a54a01fcf247a7a1b90ca9b756e536, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_96c8b5cc6485401b9a746e7fbf3df483, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1703762942094e35a41c3bbe05268cbd, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_95bbda38d441406db56ee6c28aca05ba, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b4f8b53b31a1467eb4f270b64a8b1d8f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f4b3d8111387453c9be0264a720be3aa, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1c16df83211c4145b6c82091eb4caec9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5cc8f71dfee6433b89278d58f3949560, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_88249b637929421c845a8134f1c91269, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_162c5a901a214123975b51ccded35db4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8cfb5fceaac64bc7a8e451c7f9f3a59e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fdcec00b378c4d12abcdaf3824e0e776, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8f0295a45b904e7ca0d50a04030467c7, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_49344d18487942338f32e8eb5cdb6b2e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8f4d0121d0a946039883f338c07236e0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8ee7b5b7c02e45c19e94069a14732b1d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0d0dcdda223d4009946fc95bdbc50e6a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2132aea75c5441989134510b282ce8e2, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_28231a78154a465991cd6af3b4b76b70, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6abf8642f2c54b4898e299fc59259bb4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_907b2ab576954d31a0740899fda83368, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_94a90234a81d4546ac2eb478e90ff545, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_34d70f9a503d43b695d3ac340051fd63, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c0de847e18224aab82cce4341ea3250a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2410e6dd07274228a48cd5ea75ce1184, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9bffbf02c7d64ed6818c51d3a238766e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_46d2841726234c05b3e6cc0d164ac721, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ef5ababeee8046dba20fc0969e0d8820, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e4cfad33f8184f14a79d6b50509b34d9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1daaa8b6dc4b445682c70038d6faa538, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bc4fa69330434dfd920a29a969a6ae2e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1449ee722d21402fac22689254fdfe87, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3054e1264fa342fdbdd23a73b1aec6d8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0c7858894603463d8fe6fc6752c9e2a1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_01be09d852a2457abbb607dd8f741255, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4e1ea9c9991647e4a7a51a3a125baaea, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_42236af3160d4c308cbe24bbfa84aefe, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_01571e3429df4f9f8dc7c967dbde068a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5658f0f5b1824eb7bb4bf0d96ad02924, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f727f2ddede849bbb41d51692862da25, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b1aaf8778f414c06be795e97b46f9f40, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4f0a94e4ba924f3db0a591f43f5abdcf, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_34e3ff899b654345a6fe38d0956364b3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4fb28aa60cec479f8a747595384c5959, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a40a3a8c3def4a0c9cdee3efd01b2257, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a844544390524fe181982ad09a9bdbb4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9489a8e0cd514ab183b49fbc1a1af4ae, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_dbfc2fbf6be94085ab88e4ccdc0e8a91, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9da2b49de6e34d4c8d7e9aa36b611b36, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d226f3869a4142908bdbd18bd90b5278, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_963022bd1ac840e1ab8921032d2ced34, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_776bdef0ee83426e8a7d7bef28ffbb6a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ecd1642a6b3d4587bbd5124a3470c96c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9544318e2012492fa530b699bdf19390, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_37fbb135d08f43679f183e488ea9d250, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2c68f17863a24aad90a840163c8b462e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b91e79c6a7244956adb5925d0ef247f6, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f88999097adf4ef7a59e574aa78e9545, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_438228d800b54604b87e52ebcd60c2ff, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9d81bec3d8814ce09bd7498fc456a9b0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fe52ef156ead479f9b677ffad95d5893, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9a39c915353143de966e2e00299d4bd9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_02daab83cfc84701824a6471ab763a5d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_70a24698b0cd4371a81ec4aee87e73f5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_557c5d7ec7844daca2848b717aa5de6a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ed4080d22df146e4be871d2a6da392b1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f28b7d5a10424fd4b219a48638c4fbc5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_23b4da4b45ca4c60b20a845e3c78025b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5a94ae79e97644728cc072b433338022, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1ff84a4970c5409b870cb32c7848bce3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_32846915681a45258b9305ce86146e7f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_25e6fcbac11e413b91802cf8b835cc5f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f7e650abd0ac44a69505632ebd39a573, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cd2cd51a4b134b6f9ed3e975a62b5f45, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_28a0e2bdcd7147c89320baf176bb677f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_963f6a32010043199ae46681234cb5e2, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_392e8e9759fb40bab5023b16e96a11e5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_49cd8f6a139a47eab5d3cd3674405ba5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b2f94e46c4b44ca3b75ab1bb56975f26, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_82c40db56ac4439aba31173905d4c435, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7ae4ab9ed19f4521a300b6e2286264b5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6a12c8b4b12c4ecea1c30f2636a53bcc, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7ea8fab31eb140269ca7b282fdc869c7, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_43aadf3b954f413580800ddfe005baf0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9e402640392c49078556ad7208a826a0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6db00c2cb3bf4fcaabaec5c1969a76fa, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_43b19b869c204decaab305de91641522, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d1a9c1aa611748a6a30539474870b6ea, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fbc4669a1d13414398ab126e19c4d025, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_257b9a4e2eb0480bb40e5e7239964183, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3f5fb07e68044042a923eb8f89d40f16, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d91e35cdb2ca431b838b7b0b0d5c8557, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_34a5a011310640cab945bd1d6a59823e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_90aedcfbd3b4441eb00eb8ffbab0b96c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1aa9ffeb52894423988b1617658c8e91, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8ff3e48001f4434881f6159f8145056b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d5436d3ccf9b4dd18045e78d79110cfd, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a4063fd35dd14639867af7001627a816, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2e983726f42c463f88d1fd97e6c1c632, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_192706e0914d4555803c52fa5d264f45, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1344a534031b49f39ea4f62d03c3abc4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e2c56058f5eb4537a2b14503571adf2e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7702b4d69ba24967ba0460baf5ca1912, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_655bce5606064b7baa57e97aa943c678, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d12f3a5c1a83488eb351984d839dfbc0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b760959beb604e4e8974e4b1210e7d9b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6c817060c04a43cfada18cd729e029d1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4afda06a3ed148288ba594bee8124449, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_041a7c03829d4f83937d20170402ac6e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c84ce488191643a484ac0b590dfa3bec, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f4b5263e8f29445d98b031af96402328, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bef293c0d39f49db80260f05674f7c74, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_57fc0d130205436cb139fc5849f86666, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_57fe18a6b1e24da29c3acd3f81ae4d48, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_25fe70bba8724a7489e4bcebc39aeefb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f831c107728245cfaa4810b223bf3396, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0c62b49207bf4ed0ac4034fd731054f1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2129c250109446e2bf837eb0a9fa1c7c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c1374c5ee6cd4816b03e633d46fbd86c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b9331a06c2f44dbf967a90e111f5e2fb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1274548f9ced4cf5b283c7e978b97681, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5cd06ee1b2a8488ca8a14de8e024519d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b17e12f7a4204a9dbb29f8d10cf6c0d1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_92bf8f1b0ce849268da4808d561953ca, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_705fbfdc7b5940aab605900b02f00704, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5450ac4016e44e4cbb188df70400eb66, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4fc98642602f4be8a8e45f0da55632b4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_00105b0be0764995bed52d3a627adf79, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_13293480f90d4cd8ad1c5060fa6d5272, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d14180477ef9485c8ce09feeafec2623, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_410f5e5c502e470f8735269ec0b502e1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c1224be87c444121bf5a2e3a8043a015, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d810dcc8ee5c4d2b8eba46942ab9b769, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e3cecdeb7b2747248b8ea154b75e8a03, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_577c2fc82f68435e8a800824ef404137, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4802e6cf763749fb93b1f390366b9ba0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fa2c6dedf227414a8f318707904ab5ce, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c35bf773b0514725868a5a3b69c6eea9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_492d079c360e4b38991b89a4a490305f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_32da919923f74fbc9643891ecee349a0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0fe795db2cbb4ac4a377e9c493c0ff15, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3d926e9cc02f4620b7b9591cdd37a989, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6dabebe3bc8a4a5b81f3f7767214a77c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6fea87d78c404b77ae6eed0b41d7019b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6ccaaf5587dc4c58b012ae0e5c7ec835, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5522b72ef5664785acef63a219995240, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5ded2e3a620a43409562cb1176076435, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_00428052ac75488abc02db187f7ea7c1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0285848575e34240a57e10b8b8319826, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_944626de3d9341c187d9c790ea476d1e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_036f322d0f0542d696cc9f9c6decec01, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_43a1026f93e7426bbdcc1f9c07f7b687, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pecan/__init__.py:96: RuntimeWarning: `static_root` is only used when `debug` is True, ignoring | |
| RuntimeWarning | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ec0b4bd54e1842fa9fb9b159d504d88b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pecan/__init__.py:96: RuntimeWarning: `static_root` is only used when `debug` is True, ignoring | |
| RuntimeWarning | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bec433977ef047af9a0f815be06a6621, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b8cef9c4dbed4a18926ca42a4bbf4a45, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_af33d54a5d104ce0b13109aeb676537a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d9bd1c1b74a449bd9ec3df37916a513a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4f8b2be9b83d4f34946a97eca581048d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9e2bf43e82fe443792005ae2a89a8b51, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a5c9e732665f4c1a94f9ce3d6375dac0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8dbfca98f02f44fc8af72030c7dc5a1f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_04ec12f8e5a64f1b9eda928843bf8eac, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_816acec71aa04708b19c8d2a56528ea4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7620595ccd2d4033b27d08d60c6d4011, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_02fa84966e5643d6b6bd2c5c859d0936, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8ab21b8cdf3140b6a7baa35908107f37, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_dd9b550ff78c4ccd8e83ff6040a3d855, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a3d40ddade5f4ab7a816361dc359e445, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2b7a79cf72704533a093d2c9a3914b32, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_33c7657262a14074b6d0fa964dfd509e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0cf8dc7c0ffb425c8de04ed90d985b82, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_deb1a16cab8b4a54a00d49d72b64a07f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0d1471f194d54878be18bc765df17303, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_07d57c5850b540ba88338787cf9fb265, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2732077f9b364ae2879ccc286b9aeaeb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ae468a09b18e4b82bac32d6170c63db3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_456f5badeb694bd0af4a9ecf22a98478, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_68465a3220984104b61395248cb4d64b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e73c72a45ae84e9a81474ea13ad692fa, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_aa141cd374104620b42ac750bf1b87da, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1652b7a7f1bd4644a46b42814faa1f1a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_70546d03bcd04c18a5f2caab1a11f92c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_21e751d0ff9443ae848aa1f5599b50ef, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bd05d4cab782492886653f9cb0ba4b39, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cedbd5a4317f4d8eb1c0c939d7afcc12, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a0c38b11aa694264bdd59464b9859599, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_84bfca1235414488893c5df824b23b23, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bf268b2fc71e4225a2462967c94d6dd0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4a60a7f43e9e4d6890993bb5fad3c010, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_17364cff45c54a34a32c4e7605963903, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0906904020674e05b30d2a4a18f1dcea, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_75e1f9977cfe4f9084d842adbf681d17, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_28000650c4464abe8d0ff58bdf86d0aa, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3bb1d9f1ef524f52bae8f5761a15c775, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fe29b3ecda22470da7519bfd552dfb6f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_aa12a25f3cbe4850a6a3df4e4cd5e83d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_57346f99e8bd4b488c89204551c09544, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1df9ad620bb64323bcf5346625648ed1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_608d275861b84ce4994fb879bcb521bf, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f0e8ed334dd642b5a500796f73a16d4f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bcec899ba85f4f198b3ebdac4227821e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f769758cc7364c35bd0e4ac4751dc5de, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ab6b561c5ee34420a3525defb9f2f714, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b313d85f92dc42d594902546d67f2242, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_626bc065b6f74a8fa3daf82e814c6d82, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4f198cf0307f447383a829874e27cb9b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c82323a1b2154a28bcdcaa9a6b84fdff, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_645d9945ecb94921906d082dd18d1998, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4241ef8227ea451f885a5e8e777d2531, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7290c786714147c8af3f4faf90d61001, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_34c44b3a692345d89e3f3ee254f8c4f0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6bad95b4a115451484d1e83a496ddfa5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ab0b8e7fb57b4e6cb8e546e2c3db10b1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_05bc5db8382a4d689a5ed900a7b7dcf9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cf48fc342d974f7ca90c93c7a499b540, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8d41afa7d1ce4659ab3773111d4ee64e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1b299ea668824c03b8d9584332e0bd54, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_062783885b2f4b0eac4ad470e96e90ab, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b18e031dec944b5cb5b265643793cbcb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0b895e574ef8452284e9293add1e7e9f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2bd11d42ae674c1ba6d643664910de67, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_195119c2e7a144d5a898bfd3f53856ee, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b22a9fb500244deda4c7cc8bee5ffc07, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_bc33de43c42f4b78af6aba792a9bd12a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d6fb38941dce4d178fe2de7f0309343d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9868ef4e64ec42f9b466e37d489c6b8a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_376612beaa7b4407b9f508ee4e56d860, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2f24d1c0963b45ce8a5783d499b4b8f8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fac4278a03ab4c8b8c8444089ac4eedf, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9adff67b9a66455e956614dd4ff79cf4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6813a10b7ca540d78806a97792449caa, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_70e8e27e2060438e8e6306b5361935ea, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c04048c8429d419684efa346503390fa, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_81176c47d33042e6b36ab41b2992e072, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b5130a737ce4428aa885af8bcf7c6835, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cff402e38976422fbef2929ed5d4ec93, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_5a2d49d156654f989989331489287712, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4cca84079493473c9f06a5528327c58f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_aee0c62d2c874dc3af6aa9d905e3ac13, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e8297981d2184542b33ef2f28a9fb059, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_b33d49cef1f74e76ab9d26949be03cc3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f260660ad9464146a331c3a63c778eb9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1db858cd603845ad905c6a3a1abb0d14, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_70c41b4802b0483a875d122a231e789e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ea19af6afc4946a5bc5010f08a9c935c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0593fa1c464e40e8a2ced74f9bdd21b4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_eb960f21d4b44ad08448c964bb199c0a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_56972bda91534b21ad94c64a6681d8df, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1811d9f5b7bb443ca3dea293f69b5957, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_cec3440a932742f1bb7d67932024c7df, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_107f8378b39d456da93b8ab445d4509f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8e804c6deb7449f88b6029648db881ae, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9d2d8361eb684e82bc99313dfbe43236, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_66bbc285fd4f443b8456aeac5af76116, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ed1a18a67ac84d59bd9b724a727a4799, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2df07ca2ea954153bc163e4e3d6724bb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3895c718cfd8456389ba708c19299703, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_21b2c8ab30c24bc79aa8530a94192636, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_450b44fb77174bd8b23dc80a74521678, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_09cd876b63e14984af024129d1009b4c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_25c59478011944b8be50b6e34c74e735, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_de38ef383ad6436aa4e078e2bc1d22cf, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2af6081c5b124efcb1e05383e594b69a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3c42f0163f7b44b7ad9433374620dc5e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_dded4da8a8ef4219a7f67cd6a460a7a0, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d74901b509e44ef7b0812c3029f68dee, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a5db699ff37244789e7814ea19eb352d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_af29f94940c249819dcf67cf0ad9c939, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3d0964f207354b758a5dca839c524ac1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e2801cc407464a718f1d74b4171f7a2a, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4e805633f491493d90af66d511eb62fb, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6718fd5c851644acbe888f23cc91e8f1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4ff90b3ba7fb498ca905df76b90a21d8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d25f571e6dc14bacb4d1bcf54d245f61, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_368662ed0f51414e97a88a34b2dfff85, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_23eb91324b1f4e87b21728f80e6d10ce, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ef02364cdd30425d8308664bfe55b351, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_2c580eb629cd462297858e202aff2f6f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_72d80d1beb3648d9936a85ef456a8465, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e394be26cf5d43669ac73db2948e19b9, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_fe87fa64a26944c3a8da7cd367ddf229, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_01a994f72c804c8d8e61a824f2b312d5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_7f8abd42c22848a895a6f7c1119aae93, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_72875966be0a4e4aa80cd1db2db66bcf, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0503d9873a5447cbabe9fc29b7aa0dc8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_38c3cc046f834215ab1b26e2f96364aa, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_99d0d377c18847d4a787ca7465bf3d05, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_db289bba9c134afe83767481f26f7aa7, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| running=${PYTHON:-python} -m subunit.run discover -t ./ ./tests --list | |
| running=${PYTHON:-python} -m subunit.run discover -t ./ ./tests --load-list /tmp/tmp6Aw2Rm | |
| running=${PYTHON:-python} -m subunit.run discover -t ./ ./tests --load-list /tmp/tmpErtPMj | |
| ====================================================================== | |
| FAIL: tests.collector.dispatcher.test_db.TestDispatcherDB.test_valid_message | |
| tags: worker-1 | |
| ---------------------------------------------------------------------- | |
| Empty attachments: | |
| pythonlogging:'' | |
| Traceback (most recent call last): | |
| File "/opt/stack/ceilometer/tests/collector/dispatcher/test_db.py", line 33, in setUp | |
| self.dispatcher = database.DatabaseDispatcher(cfg.CONF) | |
| File "/opt/stack/ceilometer/ceilometer/collector/dispatcher/database.py", line 42, in __init__ | |
| self.storage_conn = storage.get_connection(conf) | |
| File "/opt/stack/ceilometer/ceilometer/storage/__init__.py", line 81, in get_connection | |
| return get_engine(conf).get_connection(conf) | |
| File "/opt/stack/ceilometer/ceilometer/storage/impl_mongodb.py", line 75, in get_connection | |
| return Connection(conf) | |
| File "/opt/stack/ceilometer/ceilometer/storage/impl_mongodb.py", line 255, in __init__ | |
| raise storage.StorageBadVersion("Need at least MongoDB 2.2") | |
| StorageBadVersion: Need at least MongoDB 2.2 | |
| ====================================================================== | |
| FAIL: tests.collector.dispatcher.test_db.TestDispatcherDB.test_invalid_message | |
| tags: worker-1 | |
| ---------------------------------------------------------------------- | |
| Empty attachments: | |
| pythonlogging:'' | |
| Traceback (most recent call last): | |
| File "/opt/stack/ceilometer/tests/collector/dispatcher/test_db.py", line 33, in setUp | |
| self.dispatcher = database.DatabaseDispatcher(cfg.CONF) | |
| File "/opt/stack/ceilometer/ceilometer/collector/dispatcher/database.py", line 42, in __init__ | |
| self.storage_conn = storage.get_connection(conf) | |
| File "/opt/stack/ceilometer/ceilometer/storage/__init__.py", line 81, in get_connection | |
| return get_engine(conf).get_connection(conf) | |
| File "/opt/stack/ceilometer/ceilometer/storage/impl_mongodb.py", line 75, in get_connection | |
| return Connection(conf) | |
| File "/opt/stack/ceilometer/ceilometer/storage/impl_mongodb.py", line 255, in __init__ | |
| raise storage.StorageBadVersion("Need at least MongoDB 2.2") | |
| StorageBadVersion: Need at least MongoDB 2.2 | |
| ====================================================================== | |
| FAIL: tests.collector.dispatcher.test_db.TestDispatcherDB.test_timestamp_conversion | |
| tags: worker-1 | |
| ---------------------------------------------------------------------- | |
| Empty attachments: | |
| pythonlogging:'' | |
| Traceback (most recent call last): | |
| File "/opt/stack/ceilometer/tests/collector/dispatcher/test_db.py", line 33, in setUp | |
| self.dispatcher = database.DatabaseDispatcher(cfg.CONF) | |
| File "/opt/stack/ceilometer/ceilometer/collector/dispatcher/database.py", line 42, in __init__ | |
| self.storage_conn = storage.get_connection(conf) | |
| File "/opt/stack/ceilometer/ceilometer/storage/__init__.py", line 81, in get_connection | |
| return get_engine(conf).get_connection(conf) | |
| File "/opt/stack/ceilometer/ceilometer/storage/impl_mongodb.py", line 75, in get_connection | |
| return Connection(conf) | |
| File "/opt/stack/ceilometer/ceilometer/storage/impl_mongodb.py", line 255, in __init__ | |
| raise storage.StorageBadVersion("Need at least MongoDB 2.2") | |
| StorageBadVersion: Need at least MongoDB 2.2 | |
| ====================================================================== | |
| FAIL: tests.collector.dispatcher.test_db.TestDispatcherDB.test_timestamp_tzinfo_conversion | |
| tags: worker-1 | |
| ---------------------------------------------------------------------- | |
| Empty attachments: | |
| pythonlogging:'' | |
| Traceback (most recent call last): | |
| File "/opt/stack/ceilometer/tests/collector/dispatcher/test_db.py", line 33, in setUp | |
| self.dispatcher = database.DatabaseDispatcher(cfg.CONF) | |
| File "/opt/stack/ceilometer/ceilometer/collector/dispatcher/database.py", line 42, in __init__ | |
| self.storage_conn = storage.get_connection(conf) | |
| File "/opt//opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4f9b9cfa30a5406a9fe3de6ee526b902, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f774394405bb4cd99810365a0cfab9e2, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_c7930e1a150144a4a57d97d4f6c183e1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_99eca25bb4ed4ffcb83cc6f91cce9622, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_213691e3db9549768fb38f580205ac7b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_81d7eeecb78e4af8a07a6f661d2aada3, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8c8055b0ca7b4df89d90a58162733d57, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ddb6f8b330454b7d9d21b252ed223807, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_3f1af20be54645e0a21ce2be4102121d, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e4c6ab8d51e949e2a90d3468ba791097, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_6ac7f938af4d4ccca4ab69f659f1ea6c, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1db093cabddd41fd9e9f8ae0b27957de, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_4b968b5fad10417ab3f30ca2c5ab8110, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f916876c0a364e5098ad0f376e1c4a5f, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ec9054d57076431dbc9e1df3db7e48e1, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_ce7b3442603a4c82a5045b8feb70ea75, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0d2b828007124dd1b5e4c9c9ef8478cd, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f7cfd0099169496da3476830e66595a4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_92ce8d7e568f415182eb45d79e5df091, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_21b4b616f062420b972511b43ea2eeaf, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_8938d18a3c2c4dbaae0597f85c9b0a6e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_f308b74bf4314887ac851ac256607512, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_95dda88be46047598eec14c4448a32b7, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0638d6031028419da75da9bc211c8e27, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_0fcb0ce0f0c94d9b962a5794cd50a51e, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_25f76908a3f147a6868bd963341fb6c4, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_1f6d4b4575264953bbd8fbe1279f3c39, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_a055763309fa467c869222f36b2b9201, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_9a001dedce04409da4704ddbee6695a5, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_186bff87fa804ea3bdc15385b7245b48, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_e3b6a82a23984157bc57aed94fc101e8, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_948f3b48a01e456082e55883ed6e71df, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/pymongo/mongo_client.py:343: UserWarning: database name or authSource in URI is being ignored. If you wish to authenticate to ceilometer_d36767750c78401483c8f8610181d55b, you must provide a username and password. | |
| "must provide a username and password." % (db_name,)) | |
| 2013-08-08 20:12:50.534 6883 DEBUG ceilometer.storage [-] looking for 'log' driver in 'ceilometer.storage' get_engine /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/storage/__init__.py:72 | |
| 2013-08-08 20:12:50.586 6883 DEBUG ceilometer.pipeline [-] Pipeline config file: /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml setup_pipeline /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/pipeline.py:341 | |
| 2013-08-08 20:12:50.592 6883 INFO ceilometer.pipeline [-] Pipeline config: [{'publishers': ['rpc://'], 'interval': 600, 'transformers': None, 'name': 'meter_pipeline', 'counters': ['*']}, {'publishers': ['rpc://'], 'interval': 600, 'transformers': [{'name': 'rate_of_change', 'parameters': {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}}}], 'name': 'cpu_pipeline', 'counters': ['cpu']}] | |
| 2013-08-08 20:12:50.663 6883 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default | |
| 2013-08-08 20:12:50.668 6883 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default | |
| 2013-08-08 20:12:50.669 6883 DEBUG ceilometer.transformer.conversions [-] scaling conversion transformer with source: {} target: {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}: __init__ /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/transformer/conversions.py:69 | |
| 2013-08-08 20:12:50.670 6883 INFO ceilometer.pipeline [-] Pipeline cpu_pipeline: Setup transformer instance rate_of_change with parameter {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}} | |
| 2013-08-08 20:12:50.765 6883 INFO ceilometer.api.app [-] Starting server in PID 6883 | |
| 2013-08-08 20:12:50.765 6883 INFO ceilometer.api.app [-] Configuration: | |
| 2013-08-08 20:12:50.765 6883 INFO ceilometer.api.app [-] ******************************************************************************** | |
| 2013-08-08 20:12:50.765 6883 INFO ceilometer.api.app [-] Configuration options gathered from: | |
| 2013-08-08 20:12:50.766 6883 INFO ceilometer.api.app [-] command line args: ['--config-file=/tmp/tmp1Ctmvq/ceilometer.conf'] | |
| 2013-08-08 20:12:50.766 6883 INFO ceilometer.api.app [-] config files: ['/tmp/tmp1Ctmvq/ceilometer.conf'] | |
| 2013-08-08 20:12:50.766 6883 INFO ceilometer.api.app [-] ================================================================================ | |
| 2013-08-08 20:12:50.766 6883 INFO ceilometer.api.app [-] allowed_rpc_exception_modules = ['ceilometer.openstack.common.exception', 'nova.exception', 'cinder.exception', 'exceptions'] | |
| 2013-08-08 20:12:50.766 6883 INFO ceilometer.api.app [-] amqp_auto_delete = False | |
| 2013-08-08 20:12:50.767 6883 INFO ceilometer.api.app [-] amqp_durable_queues = False | |
| 2013-08-08 20:12:50.767 6883 INFO ceilometer.api.app [-] auth_strategy = noauth | |
| 2013-08-08 20:12:50.767 6883 INFO ceilometer.api.app [-] config_dir = None | |
| 2013-08-08 20:12:50.768 6883 INFO ceilometer.api.app [-] config_file = ['/tmp/tmp1Ctmvq/ceilometer.conf'] | |
| 2013-08-08 20:12:50.768 6883 INFO ceilometer.api.app [-] control_exchange = ceilometer | |
| 2013-08-08 20:12:50.768 6883 INFO ceilometer.api.app [-] database_connection = **** | |
| 2013-08-08 20:12:50.768 6883 INFO ceilometer.api.app [-] debug = True | |
| 2013-08-08 20:12:50.768 6883 INFO ceilometer.api.app [-] default_log_levels = ['amqplib=WARN', 'qpid.messaging=INFO', 'sqlalchemy=WARN', 'keystoneclient=INFO', 'stevedore=INFO', 'eventlet.wsgi.server=WARN'] | |
| 2013-08-08 20:12:50.769 6883 INFO ceilometer.api.app [-] enable_v1_api = True | |
| 2013-08-08 20:12:50.769 6883 INFO ceilometer.api.app [-] fake_rabbit = False | |
| 2013-08-08 20:12:50.769 6883 INFO ceilometer.api.app [-] fatal_deprecations = False | |
| 2013-08-08 20:12:50.769 6883 INFO ceilometer.api.app [-] host = precise64 | |
| 2013-08-08 20:12:50.769 6883 INFO ceilometer.api.app [-] instance_format = [instance: %(uuid)s] | |
| 2013-08-08 20:12:50.770 6883 INFO ceilometer.api.app [-] instance_uuid_format = [instance: %(uuid)s] | |
| 2013-08-08 20:12:50.770 6883 INFO ceilometer.api.app [-] kombu_ssl_ca_certs = | |
| 2013-08-08 20:12:50.770 6883 INFO ceilometer.api.app [-] kombu_ssl_certfile = | |
| 2013-08-08 20:12:50.770 6883 INFO ceilometer.api.app [-] kombu_ssl_keyfile = | |
| 2013-08-08 20:12:50.770 6883 INFO ceilometer.api.app [-] kombu_ssl_version = | |
| 2013-08-08 20:12:50.771 6883 INFO ceilometer.api.app [-] log_config = None | |
| 2013-08-08 20:12:50.771 6883 INFO ceilometer.api.app [-] log_date_format = %Y-%m-%d %H:%M:%S | |
| 2013-08-08 20:12:50.771 6883 INFO ceilometer.api.app [-] log_dir = None | |
| 2013-08-08 20:12:50.771 6883 INFO ceilometer.api.app [-] log_file = None | |
| 2013-08-08 20:12:50.771 6883 INFO ceilometer.api.app [-] log_format = None | |
| 2013-08-08 20:12:50.772 6883 INFO ceilometer.api.app [-] logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s | |
| 2013-08-08 20:12:50.772 6883 INFO ceilometer.api.app [-] logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d | |
| 2013-08-08 20:12:50.772 6883 INFO ceilometer.api.app [-] logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s | |
| 2013-08-08 20:12:50.772 6883 INFO ceilometer.api.app [-] logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s | |
| 2013-08-08 20:12:50.772 6883 INFO ceilometer.api.app [-] memcached_servers = None | |
| 2013-08-08 20:12:50.773 6883 INFO ceilometer.api.app [-] pipeline_cfg_file = /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml | |
| 2013-08-08 20:12:50.773 6883 INFO ceilometer.api.app [-] policy_default_rule = default | |
| 2013-08-08 20:12:50.773 6883 INFO ceilometer.api.app [-] policy_file = /opt/stack/ceilometer/tests/policy.json | |
| 2013-08-08 20:12:50.773 6883 INFO ceilometer.api.app [-] publish_errors = False | |
| 2013-08-08 20:12:50.773 6883 INFO ceilometer.api.app [-] rabbit_ha_queues = False | |
| 2013-08-08 20:12:50.774 6883 INFO ceilometer.api.app [-] rabbit_host = localhost | |
| 2013-08-08 20:12:50.774 6883 INFO ceilometer.api.app [-] rabbit_hosts = ['localhost:5672'] | |
| 2013-08-08 20:12:50.774 6883 INFO ceilometer.api.app [-] rabbit_max_retries = 0 | |
| 2013-08-08 20:12:50.775 6883 INFO ceilometer.api.app [-] rabbit_password = ***** | |
| 2013-08-08 20:12:50.775 6883 INFO ceilometer.api.app [-] rabbit_port = 5672 | |
| 2013-08-08 20:12:50.775 6883 INFO ceilometer.api.app [-] rabbit_retry_backoff = 2 | |
| 2013-08-08 20:12:50.775 6883 INFO ceilometer.api.app [-] rabbit_retry_interval = 1 | |
| 2013-08-08 20:12:50.775 6883 INFO ceilometer.api.app [-] rabbit_use_ssl = False | |
| 2013-08-08 20:12:50.776 6883 INFO ceilometer.api.app [-] rabbit_userid = guest | |
| 2013-08-08 20:12:50.776 6883 INFO ceilometer.api.app [-] rabbit_virtual_host = / | |
| 2013-08-08 20:12:50.776 6883 INFO ceilometer.api.app [-] rpc_backend = ceilometer.openstack.common.rpc.impl_fake | |
| 2013-08-08 20:12:50.776 6883 INFO ceilometer.api.app [-] rpc_cast_timeout = 30 | |
| 2013-08-08 20:12:50.777 6883 INFO ceilometer.api.app [-] rpc_conn_pool_size = 30 | |
| 2013-08-08 20:12:50.777 6883 INFO ceilometer.api.app [-] rpc_response_timeout = 60 | |
| 2013-08-08 20:12:50.777 6883 INFO ceilometer.api.app [-] rpc_thread_pool_size = 64 | |
| 2013-08-08 20:12:50.777 6883 INFO ceilometer.api.app [-] sample_source = openstack | |
| 2013-08-08 20:12:50.778 6883 INFO ceilometer.api.app [-] sqlite_db = ceilometer.sqlite | |
| 2013-08-08 20:12:50.778 6883 INFO ceilometer.api.app [-] sqlite_synchronous = True | |
| 2013-08-08 20:12:50.778 6883 INFO ceilometer.api.app [-] syslog_log_facility = LOG_USER | |
| 2013-08-08 20:12:50.778 6883 INFO ceilometer.api.app [-] use_stderr = True | |
| 2013-08-08 20:12:50.778 6883 INFO ceilometer.api.app [-] use_syslog = False | |
| 2013-08-08 20:12:50.779 6883 INFO ceilometer.api.app [-] verbose = False | |
| 2013-08-08 20:12:50.779 6883 INFO ceilometer.api.app [-] publisher_rpc.metering_secret = ************************ | |
| 2013-08-08 20:12:50.779 6883 INFO ceilometer.api.app [-] publisher_rpc.metering_topic = metering | |
| 2013-08-08 20:12:50.780 6883 INFO ceilometer.api.app [-] database.connection = *************** | |
| 2013-08-08 20:12:50.780 6883 INFO ceilometer.api.app [-] database.connection_debug = 0 | |
| 2013-08-08 20:12:50.780 6883 INFO ceilometer.api.app [-] database.connection_trace = False | |
| 2013-08-08 20:12:50.780 6883 INFO ceilometer.api.app [-] database.idle_timeout = 3600 | |
| 2013-08-08 20:12:50.780 6883 INFO ceilometer.api.app [-] database.max_overflow = None | |
| 2013-08-08 20:12:50.781 6883 INFO ceilometer.api.app [-] database.max_pool_size = None | |
| 2013-08-08 20:12:50.781 6883 INFO ceilometer.api.app [-] database.max_retries = 10 | |
| 2013-08-08 20:12:50.781 6883 INFO ceilometer.api.app [-] database.min_pool_size = 1 | |
| 2013-08-08 20:12:50.781 6883 INFO ceilometer.api.app [-] database.pool_timeout = None | |
| 2013-08-08 20:12:50.782 6883 INFO ceilometer.api.app [-] database.retry_interval = 10 | |
| 2013-08-08 20:12:50.782 6883 INFO ceilometer.api.app [-] database.slave_connection = | |
| 2013-08-08 20:12:50.782 6883 INFO ceilometer.api.app [-] database.time_to_live = -1 | |
| 2013-08-08 20:12:50.782 6883 INFO ceilometer.api.app [-] ssl.ca_file = None | |
| 2013-08-08 20:12:50.782 6883 INFO ceilometer.api.app [-] ssl.cert_file = None | |
| 2013-08-08 20:12:50.782 6883 INFO ceilometer.api.app [-] ssl.key_file = None | |
| 2013-08-08 20:12:50.783 6883 INFO ceilometer.api.app [-] api.host = 0.0.0.0 | |
| 2013-08-08 20:12:50.783 6883 INFO ceilometer.api.app [-] api.port = 10850 | |
| 2013-08-08 20:12:50.783 6883 INFO ceilometer.api.app [-] service_credentials.os_auth_url = http://localhost:5000/v2.0 | |
| 2013-08-08 20:12:50.783 6883 INFO ceilometer.api.app [-] service_credentials.os_cacert = None | |
| 2013-08-08 20:12:50.783 6883 INFO ceilometer.api.app [-] service_credentials.os_endpoint_type = publicURL | |
| 2013-08-08 20:12:50.784 6883 INFO ceilometer.api.app [-] service_credentials.os_password = ***** | |
| 2013-08-08 20:12:50.784 6883 INFO ceilometer.api.app [-] service_credentials.os_tenant_id = | |
| 2013-08-08 20:12:50.784 6883 INFO ceilometer.api.app [-] service_credentials.os_tenant_name = admin | |
| 2013-08-08 20:12:50.784 6883 INFO ceilometer.api.app [-] service_credentials.os_username = ceilometer | |
| 2013-08-08 20:12:50.784 6883 INFO ceilometer.api.app [-] keystone_authtoken.admin_password = **** | |
| 2013-08-08 20:12:50.785 6883 INFO ceilometer.api.app [-] keystone_authtoken.admin_tenant_name = admin | |
| 2013-08-08 20:12:50.785 6883 INFO ceilometer.api.app [-] keystone_authtoken.admin_token = **** | |
| 2013-08-08 20:12:50.785 6883 INFO ceilometer.api.app [-] keystone_authtoken.admin_user = None | |
| 2013-08-08 20:12:50.785 6883 INFO ceilometer.api.app [-] keystone_authtoken.auth_admin_prefix = | |
| 2013-08-08 20:12:50.786 6883 INFO ceilometer.api.app [-] keystone_authtoken.auth_host = 127.0.0.1 | |
| 2013-08-08 20:12:50.786 6883 INFO ceilometer.api.app [-] keystone_authtoken.auth_port = 35357 | |
| 2013-08-08 20:12:50.786 6883 INFO ceilometer.api.app [-] keystone_authtoken.auth_protocol = https | |
| 2013-08-08 20:12:50.786 6883 INFO ceilometer.api.app [-] keystone_authtoken.auth_uri = None | |
| 2013-08-08 20:12:50.786 6883 INFO ceilometer.api.app [-] keystone_authtoken.auth_version = None | |
| 2013-08-08 20:12:50.786 6883 INFO ceilometer.api.app [-] keystone_authtoken.cache = None | |
| 2013-08-08 20:12:50.787 6883 INFO ceilometer.api.app [-] keystone_authtoken.certfile = None | |
| 2013-08-08 20:12:50.787 6883 INFO ceilometer.api.app [-] keystone_authtoken.delay_auth_decision = False | |
| 2013-08-08 20:12:50.787 6883 INFO ceilometer.api.app [-] keystone_authtoken.http_connect_timeout = None | |
| 2013-08-08 20:12:50.788 6883 INFO ceilometer.api.app [-] keystone_authtoken.http_handler = None | |
| 2013-08-08 20:12:50.788 6883 INFO ceilometer.api.app [-] keystone_authtoken.keyfile = None | |
| 2013-08-08 20:12:50.788 6883 INFO ceilometer.api.app [-] keystone_authtoken.memcache_secret_key = **** | |
| 2013-08-08 20:12:50.788 6883 INFO ceilometer.api.app [-] keystone_authtoken.memcache_security_strategy = None | |
| 2013-08-08 20:12:50.788 6883 INFO ceilometer.api.app [-] keystone_authtoken.memcached_servers = None | |
| 2013-08-08 20:12:50.788 6883 INFO ceilometer.api.app [-] keystone_authtoken.revocation_cache_time = 1 | |
| 2013-08-08 20:12:50.789 6883 INFO ceilometer.api.app [-] keystone_authtoken.signing_dir = None | |
| 2013-08-08 20:12:50.789 6883 INFO ceilometer.api.app [-] keystone_authtoken.token_cache_time = 300 | |
| 2013-08-08 20:12:50.789 6883 INFO ceilometer.api.app [-] ******************************************************************************** | |
| 2013-08-08 20:12:50.789 6883 INFO ceilometer.api.app [-] serving on 0.0.0.0:10850, view at http://127.0.0.1:10850 | |
| 2013-08-08 20:12:51.095 6883 DEBUG ceilometer.storage [-] looking for 'log' driver in 'ceilometer.storage' get_engine /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/storage/__init__.py:72 | |
| 2013-08-08 20:12:51.103 6883 DEBUG ceilometer.openstack.common.policy [-] Rule context_is_admin will be now enforced enforce /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/openstack/common/policy.py:247 | |
| 2013-08-08 20:12:51.104 6883 DEBUG ceilometer.openstack.common.fileutils [-] Reloading cached file /opt/stack/ceilometer/tests/policy.json read_cached_file /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/openstack/common/fileutils.py:64 | |
| 2013-08-08 20:12:51.105 6883 DEBUG ceilometer.openstack.common.policy [-] Rules successfully reloaded load_rules /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/openstack/common/policy.py:201 | |
| localhost - - [08/Aug/2013 20:12:51] "GET /v1/meters HTTP/1.1" 200 18 | |
| 2013-08-08 20:12:52.349 6890 DEBUG ceilometer.storage [-] looking for 'log' driver in 'ceilometer.storage' get_engine /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/storage/__init__.py:72 | |
| 2013-08-08 20:12:52.415 6890 DEBUG ceilometer.pipeline [-] Pipeline config file: /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml setup_pipeline /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/pipeline.py:341 | |
| 2013-08-08 20:12:52.422 6890 INFO ceilometer.pipeline [-] Pipeline config: [{'publishers': ['rpc://'], 'interval': 600, 'transformers': None, 'name': 'meter_pipeline', 'counters': ['*']}, {'publishers': ['rpc://'], 'interval': 600, 'transformers': [{'name': 'rate_of_change', 'parameters': {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}}}], 'name': 'cpu_pipeline', 'counters': ['cpu']}] | |
| 2013-08-08 20:12:52.493 6890 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default | |
| 2013-08-08 20:12:52.499 6890 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default | |
| 2013-08-08 20:12:52.500 6890 DEBUG ceilometer.transformer.conversions [-] scaling conversion transformer with source: {} target: {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}: __init__ /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/transformer/conversions.py:69 | |
| 2013-08-08 20:12:52.500 6890 INFO ceilometer.pipeline [-] Pipeline cpu_pipeline: Setup transformer instance rate_of_change with parameter {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}} | |
| 2013-08-08 20:12:52.587 6890 INFO ceilometer.api.app [-] Starting server in PID 6890 | |
| 2013-08-08 20:12:52.587 6890 INFO ceilometer.api.app [-] Configuration: | |
| 2013-08-08 20:12:52.588 6890 INFO ceilometer.api.app [-] ******************************************************************************** | |
| 2013-08-08 20:12:52.588 6890 INFO ceilometer.api.app [-] Configuration options gathered from: | |
| 2013-08-08 20:12:52.588 6890 INFO ceilometer.api.app [-] command line args: ['--config-file=/tmp/tmpQBWe2l/ceilometer.conf'] | |
| 2013-08-08 20:12:52.588 6890 INFO ceilometer.api.app [-] config files: ['/tmp/tmpQBWe2l/ceilometer.conf'] | |
| 2013-08-08 20:12:52.588 6890 INFO ceilometer.api.app [-] ================================================================================ | |
| 2013-08-08 20:12:52.589 6890 INFO ceilometer.api.app [-] allowed_rpc_exception_modules = ['ceilometer.openstack.common.exception', 'nova.exception', 'cinder.exception', 'exceptions'] | |
| 2013-08-08 20:12:52.589 6890 INFO ceilometer.api.app [-] amqp_auto_delete = False | |
| 2013-08-08 20:12:52.589 6890 INFO ceilometer.api.app [-] amqp_durable_queues = False | |
| 2013-08-08 20:12:52.589 6890 INFO ceilometer.api.app [-] auth_strategy = noauth | |
| 2013-08-08 20:12:52.590 6890 INFO ceilometer.api.app [-] config_dir = None | |
| 2013-08-08 20:12:52.590 6890 INFO ceilometer.api.app [-] config_file = ['/tmp/tmpQBWe2l/ceilometer.conf'] | |
| 2013-08-08 20:12:52.590 6890 INFO ceilometer.api.app [-] control_exchange = ceilometer | |
| 2013-08-08 20:12:52.590 6890 INFO ceilometer.api.app [-] database_connection = **** | |
| 2013-08-08 20:12:52.590 6890 INFO ceilometer.api.app [-] debug = True | |
| 2013-08-08 20:12:52.590 6890 INFO ceilometer.api.app [-] default_log_levels = ['amqplib=WARN', 'qpid.messaging=INFO', 'sqlalchemy=WARN', 'keystoneclient=INFO', 'stevedore=INFO', 'eventlet.wsgi.server=WARN'] | |
| 2013-08-08 20:12:52.591 6890 INFO ceilometer.api.app [-] enable_v1_api = True | |
| 2013-08-08 20:12:52.591 6890 INFO ceilometer.api.app [-] fake_rabbit = False | |
| 2013-08-08 20:12:52.591 6890 INFO ceilometer.api.app [-] fatal_deprecations = False | |
| 2013-08-08 20:12:52.591 6890 INFO ceilometer.api.app [-] host = precise64 | |
| 2013-08-08 20:12:52.592 6890 INFO ceilometer.api.app [-] instance_format = [instance: %(uuid)s] | |
| 2013-08-08 20:12:52.592 6890 INFO ceilometer.api.app [-] instance_uuid_format = [instance: %(uuid)s] | |
| 2013-08-08 20:12:52.592 6890 INFO ceilometer.api.app [-] kombu_ssl_ca_certs = | |
| 2013-08-08 20:12:52.592 6890 INFO ceilometer.api.app [-] kombu_ssl_certfile = | |
| 2013-08-08 20:12:52.592 6890 INFO ceilometer.api.app [-] kombu_ssl_keyfile = | |
| 2013-08-08 20:12:52.593 6890 INFO ceilometer.api.app [-] kombu_ssl_version = | |
| 2013-08-08 20:12:52.593 6890 INFO ceilometer.api.app [-] log_config = None | |
| 2013-08-08 20:12:52.594 6890 INFO ceilometer.api.app [-] log_date_format = %Y-%m-%d %H:%M:%S | |
| 2013-08-08 20:12:52.594 6890 INFO ceilometer.api.app [-] log_dir = None | |
| 2013-08-08 20:12:52.594 6890 INFO ceilometer.api.app [-] log_file = None | |
| 2013-08-08 20:12:52.594 6890 INFO ceilometer.api.app [-] log_format = None | |
| 2013-08-08 20:12:52.595 6890 INFO ceilometer.api.app [-] logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s | |
| 2013-08-08 20:12:52.595 6890 INFO ceilometer.api.app [-] logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d | |
| 2013-08-08 20:12:52.595 6890 INFO ceilometer.api.app [-] logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s | |
| 2013-08-08 20:12:52.595 6890 INFO ceilometer.api.app [-] logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s | |
| 2013-08-08 20:12:52.596 6890 INFO ceilometer.api.app [-] memcached_servers = None | |
| 2013-08-08 20:12:52.596 6890 INFO ceilometer.api.app [-] pipeline_cfg_file = /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml | |
| 2013-08-08 20:12:52.596 6890 INFO ceilometer.api.app [-] policy_default_rule = default | |
| 2013-08-08 20:12:52.596 6890 INFO ceilometer.api.app [-] policy_file = /opt/stack/ceilometer/tests/policy.json | |
| 2013-08-08 20:12:52.596 6890 INFO ceilometer.api.app [-] publish_errors = False | |
| 2013-08-08 20:12:52.597 6890 INFO ceilometer.api.app [-] rabbit_ha_queues = False | |
| 2013-08-08 20:12:52.597 6890 INFO ceilometer.api.app [-] rabbit_host = localhost | |
| 2013-08-08 20:12:52.597 6890 INFO ceilometer.api.app [-] rabbit_hosts = ['localhost:5672'] | |
| 2013-08-08 20:12:52.598 6890 INFO ceilometer.api.app [-] rabbit_max_retries = 0 | |
| 2013-08-08 20:12:52.598 6890 INFO ceilometer.api.app [-] rabbit_password = ***** | |
| 2013-08-08 20:12:52.598 6890 INFO ceilometer.api.app [-] rabbit_port = 5672 | |
| 2013-08-08 20:12:52.598 6890 INFO ceilometer.api.app [-] rabbit_retry_backoff = 2 | |
| 2013-08-08 20:12:52.598 6890 INFO ceilometer.api.app [-] rabbit_retry_interval = 1 | |
| 2013-08-08 20:12:52.599 6890 INFO ceilometer.api.app [-] rabbit_use_ssl = False | |
| 2013-08-08 20:12:52.599 6890 INFO ceilometer.api.app [-] rabbit_userid = guest | |
| 2013-08-08 20:12:52.599 6890 INFO ceilometer.api.app [-] rabbit_virtual_host = / | |
| 2013-08-08 20:12:52.599 6890 INFO ceilometer.api.app [-] rpc_backend = ceilometer.openstack.common.rpc.impl_fake | |
| 2013-08-08 20:12:52.600 6890 INFO ceilometer.api.app [-] rpc_cast_timeout = 30 | |
| 2013-08-08 20:12:52.600 6890 INFO ceilometer.api.app [-] rpc_conn_pool_size = 30 | |
| 2013-08-08 20:12:52.600 6890 INFO ceilometer.api.app [-] rpc_response_timeout = 60 | |
| 2013-08-08 20:12:52.600 6890 INFO ceilometer.api.app [-] rpc_thread_pool_size = 64 | |
| 2013-08-08 20:12:52.601 6890 INFO ceilometer.api.app [-] sample_source = openstack | |
| 2013-08-08 20:12:52.601 6890 INFO ceilometer.api.app [-] sqlite_db = ceilometer.sqlite | |
| 2013-08-08 20:12:52.602 6890 INFO ceilometer.api.app [-] sqlite_synchronous = True | |
| 2013-08-08 20:12:52.602 6890 INFO ceilometer.api.app [-] syslog_log_facility = LOG_USER | |
| 2013-08-08 20:12:52.602 6890 INFO ceilometer.api.app [-] use_stderr = True | |
| 2013-08-08 20:12:52.602 6890 INFO ceilometer.api.app [-] use_syslog = False | |
| 2013-08-08 20:12:52.602 6890 INFO ceilometer.api.app [-] verbose = False | |
| 2013-08-08 20:12:52.603 6890 INFO ceilometer.api.app [-] publisher_rpc.metering_secret = ************************ | |
| 2013-08-08 20:12:52.603 6890 INFO ceilometer.api.app [-] publisher_rpc.metering_topic = metering | |
| 2013-08-08 20:12:52.603 6890 INFO ceilometer.api.app [-] database.connection = *************** | |
| 2013-08-08 20:12:52.604 6890 INFO ceilometer.api.app [-] database.connection_debug = 0 | |
| 2013-08-08 20:12:52.604 6890 INFO ceilometer.api.app [-] database.connection_trace = False | |
| 2013-08-08 20:12:52.604 6890 INFO ceilometer.api.app [-] database.idle_timeout = 3600 | |
| 2013-08-08 20:12:52.604 6890 INFO ceilometer.api.app [-] database.max_overflow = None | |
| 2013-08-08 20:12:52.605 6890 INFO ceilometer.api.app [-] database.max_pool_size = None | |
| 2013-08-08 20:12:52.605 6890 INFO ceilometer.api.app [-] database.max_retries = 10 | |
| 2013-08-08 20:12:52.605 6890 INFO ceilometer.api.app [-] database.min_pool_size = 1 | |
| 2013-08-08 20:12:52.605 6890 INFO ceilometer.api.app [-] database.pool_timeout = None | |
| 2013-08-08 20:12:52.605 6890 INFO ceilometer.api.app [-] database.retry_interval = 10 | |
| 2013-08-08 20:12:52.606 6890 INFO ceilometer.api.app [-] database.slave_connection = | |
| 2013-08-08 20:12:52.606 6890 INFO ceilometer.api.app [-] database.time_to_live = -1 | |
| 2013-08-08 20:12:52.606 6890 INFO ceilometer.api.app [-] ssl.ca_file = None | |
| 2013-08-08 20:12:52.606 6890 INFO ceilometer.api.app [-] ssl.cert_file = None | |
| 2013-08-08 20:12:52.606 6890 INFO ceilometer.api.app [-] ssl.key_file = None | |
| 2013-08-08 20:12:52.607 6890 INFO ceilometer.api.app [-] api.host = 0.0.0.0 | |
| 2013-08-08 20:12:52.607 6890 INFO ceilometer.api.app [-] api.port = 10735 | |
| 2013-08-08 20:12:52.607 6890 INFO ceilometer.api.app [-] service_credentials.os_auth_url = http://localhost:5000/v2.0 | |
| 2013-08-08 20:12:52.607 6890 INFO ceilometer.api.app [-] service_credentials.os_cacert = None | |
| 2013-08-08 20:12:52.607 6890 INFO ceilometer.api.app [-] service_credentials.os_endpoint_type = publicURL | |
| 2013-08-08 20:12:52.607 6890 INFO ceilometer.api.app [-] service_credentials.os_password = ***** | |
| 2013-08-08 20:12:52.608 6890 INFO ceilometer.api.app [-] service_credentials.os_tenant_id = | |
| 2013-08-08 20:12:52.608 6890 INFO ceilometer.api.app [-] service_credentials.os_tenant_name = admin | |
| 2013-08-08 20:12:52.608 6890 INFO ceilometer.api.app [-] service_credentials.os_username = ceilometer | |
| 2013-08-08 20:12:52.608 6890 INFO ceilometer.api.app [-] keystone_authtoken.admin_password = **** | |
| 2013-08-08 20:12:52.609 6890 INFO ceilometer.api.app [-] keystone_authtoken.admin_tenant_name = admin | |
| 2013-08-08 20:12:52.609 6890 INFO ceilometer.api.app [-] keystone_authtoken.admin_token = **** | |
| 2013-08-08 20:12:52.609 6890 INFO ceilometer.api.app [-] keystone_authtoken.admin_user = None | |
| 2013-08-08 20:12:52.610 6890 INFO ceilometer.api.app [-] keystone_authtoken.auth_admin_prefix = | |
| 2013-08-08 20:12:52.610 6890 INFO ceilometer.api.app [-] keystone_authtoken.auth_host = 127.0.0.1 | |
| 2013-08-08 20:12:52.610 6890 INFO ceilometer.api.app [-] keystone_authtoken.auth_port = 35357 | |
| 2013-08-08 20:12:52.610 6890 INFO ceilometer.api.app [-] keystone_authtoken.auth_protocol = https | |
| 2013-08-08 20:12:52.610 6890 INFO ceilometer.api.app [-] keystone_authtoken.auth_uri = None | |
| 2013-08-08 20:12:52.610 6890 INFO ceilometer.api.app [-] keystone_authtoken.auth_version = None | |
| 2013-08-08 20:12:52.611 6890 INFO ceilometer.api.app [-] keystone_authtoken.cache = None | |
| 2013-08-08 20:12:52.611 6890 INFO ceilometer.api.app [-] keystone_authtoken.certfile = None | |
| 2013-08-08 20:12:52.611 6890 INFO ceilometer.api.app [-] keystone_authtoken.delay_auth_decision = False | |
| 2013-08-08 20:12:52.611 6890 INFO ceilometer.api.app [-] keystone_authtoken.http_connect_timeout = None | |
| 2013-08-08 20:12:52.611 6890 INFO ceilometer.api.app [-] keystone_authtoken.http_handler = None | |
| 2013-08-08 20:12:52.612 6890 INFO ceilometer.api.app [-] keystone_authtoken.keyfile = None | |
| 2013-08-08 20:12:52.613 6890 INFO ceilometer.api.app [-] keystone_authtoken.memcache_secret_key = **** | |
| 2013-08-08 20:12:52.613 6890 INFO ceilometer.api.app [-] keystone_authtoken.memcache_security_strategy = None | |
| 2013-08-08 20:12:52.613 6890 INFO ceilometer.api.app [-] keystone_authtoken.memcached_servers = None | |
| 2013-08-08 20:12:52.613 6890 INFO ceilometer.api.app [-] keystone_authtoken.revocation_cache_time = 1 | |
| 2013-08-08 20:12:52.613 6890 INFO ceilometer.api.app [-] keystone_authtoken.signing_dir = None | |
| 2013-08-08 20:12:52.613 6890 INFO ceilometer.api.app [-] keystone_authtoken.token_cache_time = 300 | |
| 2013-08-08 20:12:52.614 6890 INFO ceilometer.api.app [-] ******************************************************************************** | |
| 2013-08-08 20:12:52.614 6890 INFO ceilometer.api.app [-] serving on 0.0.0.0:10735, view at http://127.0.0.1:10735 | |
| 2013-08-08 20:12:52.778 6890 DEBUG ceilometer.openstack.common.policy [-] Rule context_is_admin will be now enforced enforce /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/openstack/common/policy.py:247 | |
| 2013-08-08 20:12:52.778 6890 DEBUG ceilometer.openstack.common.fileutils [-] Reloading cached file /opt/stack/ceilometer/tests/policy.json read_cached_file /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/openstack/common/fileutils.py:64 | |
| 2013-08-08 20:12:52.779 6890 DEBUG ceilometer.openstack.common.policy [-] Rules successfully reloaded load_rules /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/openstack/common/policy.py:201 | |
| localhost - - [08/Aug/2013 20:12:52] "GET /v2/meters HTTP/1.1" 200 2 | |
| 2013-08-08 20:12:54.189 6898 DEBUG ceilometer.pipeline [-] Pipeline config file: /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml setup_pipeline /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/pipeline.py:341 | |
| Pipeline config file: /opt/stack/ceilometer/etc/ceilometer/pipeline.yaml | |
| 2013-08-08 20:12:54.199 6898 INFO ceilometer.pipeline [-] Pipeline config: [{'publishers': ['rpc://'], 'interval': 600, 'transformers': None, 'name': 'meter_pipeline', 'counters': ['*']}, {'publishers': ['rpc://'], 'interval': 600, 'transformers': [{'name': 'rate_of_change', 'parameters': {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}}}], 'name': 'cpu_pipeline', 'counters': ['cpu']}] | |
| Pipeline config: [{'publishers': ['rpc://'], 'interval': 600, 'transformers': None, 'name': 'meter_pipeline', 'counters': ['*']}, {'publishers': ['rpc://'], 'interval': 600, 'transformers': [{'name': 'rate_of_change', 'parameters': {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}}}], 'name': 'cpu_pipeline', 'counters': ['cpu']}] | |
| 2013-08-08 20:12:54.279 6898 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default | |
| Publishing policy is unknown (wait) force to default | |
| 2013-08-08 20:12:54.284 6898 WARNING ceilometer.publisher.rpc [-] Publishing policy is unknown (wait) force to default | |
| Publishing policy is unknown (wait) force to default | |
| 2013-08-08 20:12:54.284 6898 DEBUG ceilometer.transformer.conversions [-] scaling conversion transformer with source: {} target: {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}: __init__ /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/transformer/conversions.py:69 | |
| scaling conversion transformer with source: {} target: {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}: | |
| 2013-08-08 20:12:54.285 6898 INFO ceilometer.pipeline [-] Pipeline cpu_pipeline: Setup transformer instance rate_of_change with parameter {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}} | |
| Pipeline cpu_pipeline: Setup transformer instance rate_of_change with parameter {'target': {'scale': '100.0 / (10**9 * (resource_metadata.cpu_number or 1))', 'type': 'gauge', 'name': 'cpu_util', 'unit': '%'}} | |
| 2013-08-08 20:12:54.300 6898 DEBUG ceilometer.pipeline [-] Pipeline meter_pipeline: Transform counter <ceilometer.sample.Sample object at 0x2a0cd50> from 0 transformer _publish_counters /opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/ceilometer/pipeline.py:205 | |
| Pipeline meter_pipeline: Transform counter <ceilometer.sample.Sample object at 0x2a0cd50> from 0 transformer | |
| 2013-08-08 20:12:54.302 6898 AUDIT ceilometer.pipeline [-] Pipeline meter_pipeline: Publishing counters | |
| Pipeline meter_pipeline: Publishing counters | |
| 2013-08-08 20:12:54.306 6898 AUDIT ceilometer.publisher.rpc [-] Publishing 1 counters on metering | |
| Publishing 1 counters on metering | |
| 2013-08-08 20:12:54.309 6898 AUDIT ceilometer.pipeline [-] Pipeline meter_pipeline: Published counters | |
| Pipeline meter_pipeline: Published counters | |
| 2013-08-08 20:12:54.309 6898 AUDIT ceilometer.pipeline [-] Flush pipeline meter_pipeline | |
| Flush pipeline meter_pipeline | |
| 2013-08-08 20:12:54.309 6898 AUDIT ceilometer.pipeline [-] Flush pipeline cpu_pipeline | |
| Flush pipeline cpu_pipeline | |
| 2013-08-08 20:12:54.309 6898 AUDIT ceilometer.pipeline [-] Pipeline cpu_pipeline: Publishing counters | |
| Pipeline cpu_pipeline: Publishing counters | |
| 2013-08-08 20:12:54.310 6898 AUDIT ceilometer.publisher.rpc [-] Publishing 0 counters on metering | |
| Publishing 0 counters on metering | |
| 2013-08-08 20:12:54.310 6898 AUDIT ceilometer.pipeline [-] Pipeline cpu_pipeline: Published counters | |
| Pipeline cpu_pipeline: Published counters | |
| stack/ceilometer/ceilometer/storage/__init__.py", line 81, in get_connection | |
| return get_engine(conf).get_connection(conf) | |
| File "/opt/stack/ceilometer/ceilometer/storage/impl_mongodb.py", line 75, in get_connection | |
| return Connection(conf) | |
| File "/opt/stack/ceilometer/ceilometer/storage/impl_mongodb.py", line 255, in __init__ | |
| raise storage.StorageBadVersion("Need at least MongoDB 2.2") | |
| StorageBadVersion: Need at least MongoDB 2.2 | |
| ====================================================================== | |
| FAIL: process-returncode | |
| tags: worker-1 | |
| ---------------------------------------------------------------------- | |
| Binary content: | |
| traceback (test/plain; charset="utf8") | |
| ====================================================================== | |
| FAIL: process-returncode | |
| tags: worker-1 | |
| ---------------------------------------------------------------------- | |
| Binary content: | |
| traceback (test/plain; charset="utf8") | |
| Ran 2460 (+1229) tests in 43.908s (+1.541s) | |
| FAILED (id=3, failures=6, skips=356) | |
| error: testr failed (1) | |
| + clean_exit | |
| + local error_code=1 | |
| + rm -rf /tmp/CEILO-MONGODB-chUCG | |
| + '[' 6476 ']' | |
| + kill -9 6476 | |
| + return 1 | |
| ERROR: InvocationError: '/bin/bash -x /opt/stack/ceilometer/run-tests.sh' | |
| py27 runtests: commands[1] | /opt/stack/ceilometer/tools/config/check_uptodate.sh | |
| ___________________________________ summary ____________________________________ | |
| ERROR: py27: commands failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment